From: Peter Mikus Date: Tue, 30 Jul 2024 12:10:30 +0000 (+0200) Subject: fix(csit): Disable 1n-spr voting X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=83ceae69f11d26710ee8f5cab30c0475add76b20;p=ci-management.git fix(csit): Disable 1n-spr voting Signed-off-by: Peter Mikus Change-Id: I5389be5e51c7f99f015afeb18434e39a1408b294 --- diff --git a/jjb/csit/csit-vpp-device.yaml b/jjb/csit/csit-vpp-device.yaml index 7e6dbb4ef..cb5a9b245 100644 --- a/jjb/csit/csit-vpp-device.yaml +++ b/jjb/csit/csit-vpp-device.yaml @@ -34,7 +34,7 @@ os: 'ubuntu2204' executor-arch: 'x86_64' make-parallel-jobs: '32' - skip-vote: 'false' + skip-vote: 'true' project: 'csit' branch: 'master' branch-id: 'oper' diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index c421b2931..18d376fb0 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -292,7 +292,7 @@ - 1n-spr: os: 'ubuntu2204' executor-arch: 'x86_64' - skip-vote: 'false' + skip-vote: 'true' - 1n-alt: os: 'ubuntu2204' executor-arch: 'aarch64'