From 7bd51b7479e90d4135de35f442ac72aa586cf8cb Mon Sep 17 00:00:00 2001 From: Maor Blaustein Date: Tue, 30 Apr 2024 15:06:47 +0300 Subject: [PATCH] Set openvswitch job as non-voting This plugin is dedicated to test future podified ovn setups, setups working only with openvswitch aren't planned with podified. The ovs job often fails in gates, we should not let it block merging for important fixes as long as ovn job results are stable. Change-Id: I6adf8e84c664cec43e8092834266554642da5b7f --- zuul.d/master_jobs.yaml | 1 + zuul.d/project.yaml | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/zuul.d/master_jobs.yaml b/zuul.d/master_jobs.yaml index e04767a..e54bfdd 100644 --- a/zuul.d/master_jobs.yaml +++ b/zuul.d/master_jobs.yaml @@ -448,6 +448,7 @@ name: whitebox-neutron-tempest-plugin-openvswitch parent: whitebox-neutron-tempest-plugin-base-nested-switch pre-run: playbooks/preparations.yaml + voting: false timeout: 10800 vars: configure_swap_size: 2048 diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index c8d58f7..78e31f0 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -6,7 +6,9 @@ - whitebox-neutron-tempest-plugin-ovn - whitebox-neutron-tempest-plugin-ovn-single-thread gate: - jobs: *neutron_jobs + jobs: + - whitebox-neutron-tempest-plugin-ovn + - whitebox-neutron-tempest-plugin-ovn-single-thread - project: templates: