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
|
||||
trigger:
|
||||
timer:
|
||||
- time: '0 6 * * *'
|
||||
- time: '0 * * * *'
|
||||
|
||||
- name: merge-check
|
||||
description: >
|
||||
@ -189,8 +189,6 @@ projects:
|
||||
- noop
|
||||
silent:
|
||||
- noop
|
||||
periodic:
|
||||
- noop
|
||||
merge-check:
|
||||
- noop
|
||||
|
||||
@ -213,7 +211,10 @@ projects:
|
||||
- gate-noop
|
||||
silent:
|
||||
- gate-noop
|
||||
periodic:
|
||||
- gate-noop
|
||||
merge-check:
|
||||
- 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