chore(ci): Migrate to scheduled pipeline (#11981)
This commit is contained in:
parent
9ff5cda6e8
commit
a777435495
|
|
@ -519,6 +519,9 @@ jobs:
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
check:
|
check:
|
||||||
|
when:
|
||||||
|
not:
|
||||||
|
equal: [ scheduled_pipeline, << pipeline.trigger_source >> ]
|
||||||
jobs:
|
jobs:
|
||||||
- 'test-go-linux':
|
- 'test-go-linux':
|
||||||
filters:
|
filters:
|
||||||
|
|
@ -733,6 +736,8 @@ workflows:
|
||||||
ignore: /.*/
|
ignore: /.*/
|
||||||
|
|
||||||
nightly:
|
nightly:
|
||||||
|
when:
|
||||||
|
equal: [ scheduled_pipeline, << pipeline.trigger_source >> ]
|
||||||
jobs:
|
jobs:
|
||||||
- 'test-go-linux'
|
- 'test-go-linux'
|
||||||
- 'test-go-linux-386'
|
- 'test-go-linux-386'
|
||||||
|
|
@ -838,10 +843,3 @@ workflows:
|
||||||
- amd64-package-test-nightly:
|
- amd64-package-test-nightly:
|
||||||
requires:
|
requires:
|
||||||
- 'amd64-package-nightly'
|
- 'amd64-package-nightly'
|
||||||
triggers:
|
|
||||||
- schedule:
|
|
||||||
cron: "0 7 * * *"
|
|
||||||
filters:
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue