Setup a project to test zuul-dev.o.o periodic pipeline
Add a project specifically to make it easier to test that jobs are executed on the periodic pipeline. Change-Id: I08eec31a701fc9d6cbd79bdc38e065a2d5ac2593
This commit is contained in:
parent
cd01a47b76
commit
622b8a6415
@ -141,7 +141,7 @@ pipelines:
|
|||||||
precedence: low
|
precedence: low
|
||||||
trigger:
|
trigger:
|
||||||
timer:
|
timer:
|
||||||
- time: '0 6 * * *'
|
- time: '0 * * * *'
|
||||||
|
|
||||||
- name: merge-check
|
- name: merge-check
|
||||||
description: >
|
description: >
|
||||||
@ -189,8 +189,6 @@ projects:
|
|||||||
- noop
|
- noop
|
||||||
silent:
|
silent:
|
||||||
- noop
|
- noop
|
||||||
periodic:
|
|
||||||
- noop
|
|
||||||
merge-check:
|
merge-check:
|
||||||
- noop
|
- noop
|
||||||
|
|
||||||
@ -213,7 +211,10 @@ projects:
|
|||||||
- gate-noop
|
- gate-noop
|
||||||
silent:
|
silent:
|
||||||
- gate-noop
|
- gate-noop
|
||||||
periodic:
|
|
||||||
- gate-noop
|
|
||||||
merge-check:
|
merge-check:
|
||||||
- gate-noop
|
- gate-noop
|
||||||
|
|
||||||
|
# This project is setup to run jobs in the periodic pipeline
|
||||||
|
- name: gtest-org/test2
|
||||||
|
periodic:
|
||||||
|
- noop
|
||||||
|
Loading…
Reference in New Issue
Block a user