From a46e753a69e103a1c6d1276f9f03152a57ea1cfb Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Sat, 18 Nov 2017 12:35:41 -0800 Subject: [PATCH] zuul: create zuul.yaml and run tripleo scenario002 Like before, run tripleo scenario002 as non voting, and deploy EC2-API. Change-Id: Id8a6684e6303fad441a257daea130aa2247815cc (cherry picked from commit eaa323baa8dfc595aa783af69ed290203ce4d46c) --- .zuul.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .zuul.yaml diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 00000000..773edd22 --- /dev/null +++ b/.zuul.yaml @@ -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