diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2024-07-09 14:33:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2024-07-09 14:33:43 +0000 |
commit | 4fc16eed033056eebad5e8a06e087d15fa7dac39 (patch) | |
tree | a75bb7b5d2a0187613a1bf8bcbf51de8e4810c9e /jjb | |
parent | d17b27caa337f24c2841ae5580cf3b2e7bac76b6 (diff) | |
parent | 666971faa5ebcb0ea706e882aaee62371640badb (diff) |
Merge "enable voting for vpp-device jenkins jobs: 1n-spr and 1n-alt"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/vpp/vpp.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index aad2cfedd..1024a3946 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -295,11 +295,11 @@ - 1n-spr: os: 'ubuntu2204' executor-arch: 'x86_64' - skip-vote: 'true' + skip-vote: 'false' - 1n-alt: os: 'ubuntu2204' executor-arch: 'aarch64' - skip-vote: 'true' + skip-vote: 'false' exclude: # 1n-alt testbed not supported # in CSIT prior to 2402 |