From e9dc289d33d088ef811954929ab2d151f80f4696 Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Thu, 17 Aug 2023 11:07:45 +0200 Subject: [PATCH] Make neutron-dynamic-routing job non-voting The job is currently failing, but it is not using os-ken from git properly, so it will need a new release to be made in order to pass again. Make the job non-voting until it can be fixed. Change-Id: I5b4ad678bb556d5225e8d9ca77bd96507aa8a56c --- .zuul.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 6b9b704f..209b102b 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -7,7 +7,8 @@ check: jobs: - tempest-integrated-networking - - neutron-tempest-plugin-dynamic-routing + - neutron-tempest-plugin-dynamic-routing: + voting: false gate: jobs: - tempest-integrated-networking