diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2023-09-13 13:39:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2023-09-13 13:39:14 +0000 |
commit | 168edb216d27e5d5b08dd1848854e25b22a09e12 (patch) | |
tree | 9e2a1c2b0ea9f2c7bc5a4342503a8b47989e1a82 | |
parent | 601edca90f3169ec9a79a8818d4290f98d71a9d9 (diff) | |
parent | bbe723b0b774f3df36b437ea2c8f6284e26bdfb3 (diff) |
Merge "feat(csit): Use only 1n-spr"
-rw-r--r-- | jjb/csit/csit-vpp-device.yaml | 7 | ||||
-rw-r--r-- | jjb/vpp/vpp.yaml | 2 |
2 files changed, 2 insertions, 7 deletions
diff --git a/jjb/csit/csit-vpp-device.yaml b/jjb/csit/csit-vpp-device.yaml index a8da5bd12..772b9b871 100644 --- a/jjb/csit/csit-vpp-device.yaml +++ b/jjb/csit/csit-vpp-device.yaml @@ -25,11 +25,6 @@ branch: 'rls2310' branch-id: 'oper-rls2310' node-arch: - - '1n-skx': - os: 'ubuntu2204' - executor-arch: 'x86_64' - make-parallel-jobs: '32' - skip-vote: 'false' - '1n-tx2': os: 'ubuntu2204' executor-arch: 'aarch64' @@ -39,7 +34,7 @@ os: 'ubuntu2204' executor-arch: 'x86_64' make-parallel-jobs: '32' - skip-vote: 'true' + skip-vote: 'false' project: 'csit' branch: 'master' branch-id: 'oper' diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 52a895fe9..4d3bf9f01 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -263,7 +263,7 @@ branch: 'stable/2306' branch-refspec: '' testbed-arch: - - 1n-skx: + - 1n-spr: os: 'ubuntu2204' executor-arch: 'x86_64' skip-vote: 'true' |