From 3aedd65631d81a2434202ae138cf3780b6a59f69 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Fri, 17 Nov 2017 11:25:26 -0800 Subject: [PATCH] zuul: run TripleO jobs with new zuulv3 layout Configure the layout to execute the scenario002 jobs. Note that baremetal job will be run on stable/pike and container on Queens and beyond. A note has been added in comment explaining more details. Change-Id: I36906ea111a4dc7b5ee3224ee439c6be56e6a710 --- .zuul.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 375cd4cd5..4c8af10d5 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -90,9 +90,21 @@ - grenade-devstack-mongodb-zaqar - grenade-devstack-redis-zaqar - grenade-devstack-swift-zaqar + # TripleO jobs that deploy Zaqar. + # 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 + - tripleo-ci-centos-7-scenario002-multinode-oooq-container gate: jobs: - zaqar-tox-integration - tempest-devstack-mongodb-zaqar - tempest-devstack-redis-zaqar - tempest-devstack-swift-zaqar + - tripleo-ci-centos-7-scenario002-multinode-oooq + - tripleo-ci-centos-7-scenario002-multinode-oooq-container