Setup project to run jobs on jenkins-dev.o.o

Direct zuul to run gate-noop jobs on jenkins-dev.o.o so that we can test
the full workflow of review-dev <-> zuul-dev <-> jenkins-dev.

Change-Id: I8b6c8d85a4892525bd9726d1ae7d56c952ab0cae
This commit is contained in:
Khai Do 2015-02-06 16:11:44 -08:00
parent fea90c739f
commit cd01a47b76
1 changed files with 25 additions and 2 deletions

View File

@ -171,6 +171,7 @@ jobs:
voting: false
projects:
# This project is setup to run the internal zuul 'noop' job.
- name: gtest-org/gtest
check:
- noop
@ -184,13 +185,35 @@ projects:
- noop
release:
- noop
experimental:
- noop
silent:
- noop
experimental:
periodic:
- noop
merge-check:
- noop
# This project is setup to run the 'gate-noop' job on jenkins,
# make sure the job has been created on jenkins-dev.o.o
- name: gtest-org/gtest2
check:
- gate-noop
gate:
- gate-noop
post:
- gate-noop
tag:
- gate-noop
pre-release:
- gate-noop
release:
- gate-noop
experimental:
- gate-noop
silent:
- gate-noop
periodic:
- noop
- gate-noop
merge-check:
- gate-noop