From 5ea1865f47d4d1730491f4f2c8e2ce6c3ef91817 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Sat, 18 Nov 2017 12:16:39 -0800 Subject: [PATCH] zuul: update tripleo zuul v3 jobs Update the name of TripleO jobs, also remove experimental jobs (not used). Change-Id: Id9acdef91c8b7cadcb42c8e3453cdfea696b9d2f --- .zuul.yaml | 34 ++++++++++++---------------------- 1 file changed, 12 insertions(+), 22 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 2f582e5cd..dadab8432 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -88,8 +88,6 @@ - project: name: openstack/mistral - templates: - - experimental-tripleo-jobs check: jobs: - openstack-tox-cover: @@ -105,31 +103,23 @@ voting: false - mistral-tox-unit-postgresql: voting: false - - legacy-tripleo-ci-centos-7-scenario003-multinode-oooq-puppet: - branches: ^(?!stable/newton).*$ - irrelevant-files: - - ^.*\.md$ - - ^.*\.rst$ - - ^doc/.*$ - - ^etc/.*$ - - ^metadata.json$ - - ^releasenotes/.*$ - - ^test-requirements.txt$ + # 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 - mistral-devstack-dsvm-kombu: voting: false branches: ^(?!stable/newton).*$ gate: jobs: - - legacy-tripleo-ci-centos-7-scenario003-multinode-oooq-puppet: - branches: ^(?!stable/newton).*$ - irrelevant-files: - - ^.*\.md$ - - ^.*\.rst$ - - ^doc/.*$ - - ^etc/.*$ - - ^metadata.json$ - - ^releasenotes/.*$ - - ^test-requirements.txt$ + - tripleo-ci-centos-7-scenario003-multinode-oooq + - tripleo-ci-centos-7-scenario003-multinode-oooq-container post: jobs: - mistral-docker-buildimage: