diff options
Diffstat (limited to 'jjb')
-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' |