From 8165fb4ca1c806970c917c48cf6107f94a59389d Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Tue, 17 Sep 2019 04:36:36 +0000 Subject: [PATCH] [train][goal] Run 'mistral-devstack-tempest-ipv6-only' job in gate As part of Train community goal 'Support IPv6-Only Deployments and Testing'[1], Tempest has defined the base job 'devstack-tempest-ipv6' which will deploy services on IPv6. This commit Run 'mistral-devstack-tempest-ipv6-only' job in mistral gate. Because cyborg-tempest-ipv6-only is non-voting job it is added on check pipeline only. This is non voting because cyborg-tempest job is not yet voting. Depends-On: https://review.opendev.org/#/c/682536/ Depends-On: https://review.opendev.org/#/c/699959/ Story: #2005477 Task: #35905 [1] https://governance.openstack.org/tc/goals/train/ipv6-support-and-testing.html Change-Id: If79c778d28b4d67721234e6bb32d4fe6d10e8609 --- .zuul.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 073ac8376..200cb1e79 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -116,6 +116,8 @@ required-projects: - openstack/mistral-lib - mistral-devstack + - mistral-devstack-tempest-ipv6-only + - mistral-devstack-non-apache-tempest-ipv6-only - mistral-devstack-non-apache - mistral-devstack-kombu - mistral-tox-unit-mysql @@ -135,6 +137,8 @@ queue: mistral jobs: - mistral-devstack + - mistral-devstack-tempest-ipv6-only + - mistral-devstack-non-apache-tempest-ipv6-only - mistral-devstack-non-apache - mistral-tox-unit-mysql - mistral-tox-unit-postgresql