From fd139e3f37788378de97d33e0ad8d85d055cf6a3 Mon Sep 17 00:00:00 2001 From: Sagi Shnaidman Date: Mon, 12 Feb 2018 14:56:17 +0200 Subject: [PATCH] Add TripleO jobs for mistral client As it was done for Mistral itself, add TripleO scenario003 jobs to mistral client repo for checking mistral client patches with TripleO. Depends-On: I304547b9ecabe4e387339c8561bbae8651cd9db6 Change-Id: I7c985485a9d2f8fb8893e7ab5a00615999994c23 --- .zuul.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 681ea8e0..1b87ccd0 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -16,7 +16,19 @@ check: jobs: - python-mistralclient-devstack-dsvm + # TripleO jobs that deploy Mistral. + # 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-scenario003-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-scenario003-multinode-oooq + - tripleo-ci-centos-7-scenario003-multinode-oooq-container gate: jobs: - python-mistralclient-devstack-dsvm + - tripleo-ci-centos-7-scenario003-multinode-oooq + - tripleo-ci-centos-7-scenario003-multinode-oooq-container