From d0c0eb588c4505a7ea0652ab2c45b73c459820a6 Mon Sep 17 00:00:00 2001 From: qiufossen Date: Wed, 7 Sep 2022 10:35:54 +0800 Subject: scenario scenario-v2 tempest and tempest-v2 non-voting test The reason as following: Create zed branch for client and non-client libs https://review.opendev.org/c/openstack/releases/+/855929 DNM: dummy change to test gate health https: //review.opendev.org/c/openstack/python-saharaclient/+/855787/1 Change-Id: I1e803725855fdbb7107a1f1a85acfe345c1103a0 --- .zuul.yaml | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index a1ee2b7..6904abd 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -8,17 +8,25 @@ - openstackclient-plugin-jobs check: jobs: - - python-saharaclient-scenario - - python-saharaclient-scenario-v2 - - python-saharaclient-tempest - - python-saharaclient-tempest-v2 + - python-saharaclient-scenario: + voting: false + - python-saharaclient-scenario-v2: + voting: false + - python-saharaclient-tempest: + voting: false + - python-saharaclient-tempest-v2: + voting: false gate: queue: sahara jobs: - - python-saharaclient-scenario - - python-saharaclient-scenario-v2 - - python-saharaclient-tempest - - python-saharaclient-tempest-v2 + - python-saharaclient-scenario: + voting: false + - python-saharaclient-scenario-v2: + voting: false + - python-saharaclient-tempest: + voting: false + - python-saharaclient-tempest-v2: + voting: false - job: name: python-saharaclient-scenario -- cgit v1.2.1