zuul: create zuul.yaml and run tripleo scenario002

Like before, run tripleo scenario002 as non voting, and deploy EC2-API.

Change-Id: Id8a6684e6303fad441a257daea130aa2247815cc
This commit is contained in:
Emilien Macchi 2017-11-18 12:35:41 -08:00
parent 2a56ed490b
commit eaa323baa8
1 changed files with 16 additions and 0 deletions

16
.zuul.yaml Normal file
View File

@ -0,0 +1,16 @@
- project:
name: openstack/ec2-api
check:
jobs:
# TripleO jobs that deploy ec2-api.
# Note we don't use a project-template here, so it's easier
# to disable voting on one specific job if things go wrong.
# tripleo-ci-centos-7-scenario002-multinode-oooq will only
# run on stable/pike while the -container will run in Queens
# and beyond.
# If you need any support to debug these jobs in case of
# failures, please reach us on #tripleo IRC channel.
- tripleo-ci-centos-7-scenario002-multinode-oooq:
voting: false
- tripleo-ci-centos-7-scenario002-multinode-oooq-container:
voting: false