From b641452a46792b5c7e3f64a1165c466bb08f7370 Mon Sep 17 00:00:00 2001 From: Martin Kopec Date: Wed, 14 Feb 2024 18:01:17 +0100 Subject: [PATCH] Make tempest-tox-plugin-sanity-check n-v Making tempest-tox-plugin-sanity-check job non-voting until we fix this issue that makes the job constantly failing: https: //bugs.launchpad.net/tempest/+bug/2053026 Change-Id: I1d50b8e81425fa228e03d37a81aaaffdfa5c089c --- zuul.d/project.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 210717a033..7dc7115da4 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -44,6 +44,9 @@ - tempest-multinode-full-py3: irrelevant-files: *tempest-irrelevant-files - tempest-tox-plugin-sanity-check: + # TODO(kopecmartin): non-voting until this is resolved: + # https://bugs.launchpad.net/tempest/+bug/2053026 + voting: false irrelevant-files: &tempest-irrelevant-files-2 - ^.*\.rst$ - ^doc/.*$