add only:refs:schedules to gitlab jobs

This commit is contained in:
Bryce Larson 2020-04-13 09:37:03 -06:00
parent f82173fb2e
commit 36051d1a52
No known key found for this signature in database
GPG key ID: 131C38B0F02DB4CA
2 changed files with 15 additions and 0 deletions

View file

@ -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

View file

@ -4,6 +4,9 @@
stage: test
tags:
- saltstack-kitchen
only:
refs:
- schedules
variables:
FORCE_FULL: 'true'
GOLDEN_IMAGES_CI_BRANCH: master