From c8280dc1fd270f1669397ac0454ced4e86261bb3 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Mon, 15 Jan 2024 10:22:05 +0100 Subject: [PATCH] Temporary disable tempest jobs In order to resolve circular conflict in jobs we need to disable tempest ones and merge required changes to the tempest plugin. Needed-By: https://review.opendev.org/c/openstack/vitrage-tempest-plugin/+/901480 Change-Id: Ib49b025e75acddfbbdca4c5fd885f0dc615c4185 --- .zuul.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 66aa9a50e..7da483f67 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -8,20 +8,20 @@ - release-notes-jobs-python3 check: jobs: - - vitrage-tempest-plugin-api - - vitrage-tempest-plugin-api-ipv6-only - - vitrage-tempest-plugin-datasources: - voting: false + # - vitrage-tempest-plugin-api + # - vitrage-tempest-plugin-api-ipv6-only + # - vitrage-tempest-plugin-datasources: + # voting: false - vitrage-grenade - openstack-tox-py38 - openstack-tox-py310 gate: jobs: - - vitrage-tempest-plugin-api - - vitrage-tempest-plugin-api-ipv6-only - - vitrage-tempest-plugin-datasources: - voting: false + # - vitrage-tempest-plugin-api + # - vitrage-tempest-plugin-api-ipv6-only + # - vitrage-tempest-plugin-datasources: + # voting: false - vitrage-grenade - openstack-tox-py38 - openstack-tox-py310