From: Peter Mikus Date: Tue, 12 Sep 2023 12:16:50 +0000 (+0000) Subject: feat(csit): Use only 1n-spr X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F20%2F39520%2F1;p=ci-management.git feat(csit): Use only 1n-spr Signed-off-by: Peter Mikus Change-Id: I96b885b5c5bff9ac53723f5e70b00c4fa3077bad --- 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'