From: Peter Mikus Date: Fri, 21 Jan 2022 12:19:14 +0000 (+0100) Subject: feat(csit): Add ICX X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=981608c0b806ef34cd85500285d3967417184ac3;p=ci-management.git feat(csit): Add ICX Signed-off-by: Peter Mikus Change-Id: I0356e8ea6a0162b311f4c060bbb9dd33698a8650 --- diff --git a/jjb/csit/csit-perf.yaml b/jjb/csit/csit-perf.yaml index 84b558c21..7b5780a12 100644 --- a/jjb/csit/csit-perf.yaml +++ b/jjb/csit/csit-perf.yaml @@ -20,6 +20,9 @@ jobs: - 'csit-dpdk-perf-verify-{stream}-{node-arch}': node-arch: + - 2n-icx: + os: 'ubuntu2004' + executor-arch: 'x86_64' - 2n-clx: os: 'ubuntu2004' executor-arch: 'x86_64' @@ -46,6 +49,9 @@ executor-arch: 'aarch64' - 'csit-dpdk-perf-mrr-weekly-master-{node-arch}': node-arch: + - 2n-icx: + os: 'ubuntu2004' + executor-arch: 'x86_64' - 2n-clx: os: 'ubuntu2004' executor-arch: 'x86_64' @@ -72,6 +78,9 @@ executor-arch: 'x86_64' - 'csit-vpp-perf-verify-{stream}-{node-arch}': node-arch: + - 2n-icx: + os: 'ubuntu2004' + executor-arch: 'x86_64' - 2n-clx: os: 'ubuntu2004' executor-arch: 'x86_64' @@ -108,6 +117,10 @@ branch-id: 'oper-rls2202' - 'csit-vpp-perf-mrr-daily-master-{node-arch}': node-arch: + - 2n-icx: + os: 'ubuntu2004' + executor-arch: 'x86_64' + periodicity: '0 2 * * 1,3,5' - 2n-clx: os: 'ubuntu2004' executor-arch: 'x86_64' @@ -142,6 +155,9 @@ periodicity: '0 2 * * 4' - 'csit-vpp-perf-mrr-weekly-{stream}-{node-arch}': node-arch: + - 2n-icx: + os: 'ubuntu2004' + executor-arch: 'x86_64' - 2n-clx: os: 'ubuntu2004' executor-arch: 'x86_64' @@ -164,6 +180,9 @@ periodicity: '0 0 * * 6' - 'csit-vpp-perf-ndrpdr-weekly-master-{node-arch}': node-arch: + - 2n-icx: + os: 'ubuntu2004' + executor-arch: 'x86_64' - 2n-clx: os: 'ubuntu2004' executor-arch: 'x86_64' @@ -182,6 +201,9 @@ periodicity: '0 0 * * 6' - 'csit-vpp-perf-report-iterative-{stream_report}-{node-arch}': node-arch: + - 2n-icx: + os: 'ubuntu2004' + executor-arch: 'x86_64' - 2n-clx: os: 'ubuntu2004' executor-arch: 'x86_64' @@ -214,6 +236,9 @@ executor-arch: 'x86_64' - 'csit-dpdk-perf-report-iterative-{stream_report}-{node-arch}': node-arch: + - 2n-icx: + os: 'ubuntu2004' + executor-arch: 'x86_64' - 2n-clx: os: 'ubuntu2004' executor-arch: 'x86_64' @@ -251,6 +276,9 @@ executor-arch: 'x86_64' - 'csit-vpp-perf-report-coverage-{stream_report}-{node-arch}': node-arch: + - 2n-icx: + os: 'ubuntu2004' + executor-arch: 'x86_64' - 2n-clx: os: 'ubuntu2004' executor-arch: 'x86_64' @@ -283,6 +311,9 @@ executor-arch: 'x86_64' - 'csit-dpdk-perf-report-coverage-{stream_report}-{node-arch}': node-arch: + - 2n-icx: + os: 'ubuntu2004' + executor-arch: 'x86_64' - 2n-clx: os: 'ubuntu2004' executor-arch: 'x86_64' diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 1f0803700..99a3a067d 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -253,6 +253,9 @@ branch: 'stable/2202' branch-refspec: '' testbed-arch: + - 2n-icx: + os: 'ubuntu2004' + executor-arch: 'x86_64' - 2n-clx: os: 'ubuntu2004' executor-arch: 'x86_64'