mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 01:30:20 +00:00
add only:refs:schedules to gitlab jobs
This commit is contained in:
parent
f82173fb2e
commit
36051d1a52
2 changed files with 15 additions and 0 deletions
|
@ -34,6 +34,9 @@ lint-salt-full:
|
|||
key: nox-lint-cache
|
||||
paths:
|
||||
- .nox
|
||||
only:
|
||||
refs:
|
||||
- schedules
|
||||
script:
|
||||
- python --version
|
||||
- pip3 install -U nox-py2==2019.6.25
|
||||
|
@ -54,6 +57,9 @@ lint-tests-full:
|
|||
key: nox-lint-cache
|
||||
paths:
|
||||
- .nox
|
||||
only:
|
||||
refs:
|
||||
- schedules
|
||||
script:
|
||||
- python --version
|
||||
- pip3 install -U nox-py2==2019.6.25
|
||||
|
@ -74,6 +80,9 @@ docs-build-html:
|
|||
key: nox-docs-cache
|
||||
paths:
|
||||
- .nox
|
||||
only:
|
||||
refs:
|
||||
- schedules
|
||||
script:
|
||||
- python --version
|
||||
- pip install -U nox-py2==2019.6.25
|
||||
|
@ -89,6 +98,9 @@ docs-build-man-pages:
|
|||
key: nox-docs-cache
|
||||
paths:
|
||||
- .nox
|
||||
only:
|
||||
refs:
|
||||
- schedules
|
||||
script:
|
||||
- python --version
|
||||
- pip install -U nox-py2==2019.6.25
|
||||
|
|
|
@ -4,6 +4,9 @@
|
|||
stage: test
|
||||
tags:
|
||||
- saltstack-kitchen
|
||||
only:
|
||||
refs:
|
||||
- schedules
|
||||
variables:
|
||||
FORCE_FULL: 'true'
|
||||
GOLDEN_IMAGES_CI_BRANCH: master
|
||||
|
|
Loading…
Add table
Reference in a new issue