From 622b8a64155f7d219e94fb0c4dd0900d388430c5 Mon Sep 17 00:00:00 2001 From: Khai Do Date: Tue, 10 Feb 2015 13:10:42 -0800 Subject: [PATCH] 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 --- dev/zuul/layout.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dev/zuul/layout.yaml b/dev/zuul/layout.yaml index 516a32bc65..104c9d2f25 100644 --- a/dev/zuul/layout.yaml +++ b/dev/zuul/layout.yaml @@ -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