diff options
author | 2022-04-04 15:31:18 +0200 | |
---|---|---|
committer | 2022-04-04 15:31:18 +0200 | |
commit | 67190ea57b09fb643c7076ebd51f094abb38fa95 (patch) | |
tree | e3610897f7fa7f69a1be637402705b4b64df8c1a /jjb | |
parent | 6592661b1e907c83e72a961a44be0ff21d44c68d (diff) |
CSIT: add 3n-alt arm testbed jobs
Change-Id: Ib8d01af558809503f570fabc701beeb72b1b106e
Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/csit/csit-perf.yaml | 25 | ||||
-rw-r--r-- | jjb/vpp/vpp.yaml | 4 |
2 files changed, 29 insertions, 0 deletions
diff --git a/jjb/csit/csit-perf.yaml b/jjb/csit/csit-perf.yaml index de27ee59d..8548413c0 100644 --- a/jjb/csit/csit-perf.yaml +++ b/jjb/csit/csit-perf.yaml @@ -50,6 +50,9 @@ - 3n-tsh: os: 'ubuntu2004' executor-arch: 'aarch64' + - 3n-alt: + os: 'ubuntu2004' + executor-arch: 'aarch64' - 'csit-dpdk-perf-mrr-weekly-master-{node-arch}': node-arch: - 2n-icx: @@ -76,6 +79,9 @@ - 3n-tsh: os: 'ubuntu2004' executor-arch: 'aarch64' + - 3n-alt: + os: 'ubuntu2004' + executor-arch: 'aarch64' periodicity: '0 0 * * 6' - 'csit-trex-perf-verify-{stream}-{node-arch}': node-arch: @@ -114,6 +120,9 @@ - 3n-tsh: os: 'ubuntu2004' executor-arch: 'aarch64' + - 3n-alt: + os: 'ubuntu2004' + executor-arch: 'aarch64' stream: - master: branch: 'master' @@ -166,6 +175,10 @@ os: 'ubuntu2004' executor-arch: 'aarch64' periodicity: '0 2 * * 1-5' + - 3n-alt: + os: 'ubuntu2004' + executor-arch: 'aarch64' + periodicity: '0 2 * * 1-5' - 'csit-vpp-perf-mrr-weekly-{stream}-{node-arch}': node-arch: - 2n-icx: @@ -250,6 +263,9 @@ - 3n-tsh: os: 'ubuntu2004' executor-arch: 'aarch64' + - 3n-alt: + os: 'ubuntu2004' + executor-arch: 'aarch64' - 2n-aws: os: 'ubuntu2004' executor-arch: 'x86_64' @@ -288,6 +304,9 @@ - 3n-tsh: os: 'ubuntu2004' executor-arch: 'aarch64' + - 3n-alt: + os: 'ubuntu2004' + executor-arch: 'aarch64' - 2n-aws: os: 'ubuntu2004' executor-arch: 'x86_64' @@ -331,6 +350,9 @@ - 3n-tsh: os: 'ubuntu2004' executor-arch: 'aarch64' + - 3n-alt: + os: 'ubuntu2004' + executor-arch: 'aarch64' - 2n-aws: os: 'ubuntu2004' executor-arch: 'x86_64' @@ -369,6 +391,9 @@ - 3n-tsh: os: 'ubuntu2004' executor-arch: 'aarch64' + - 3n-alt: + os: 'ubuntu2004' + executor-arch: 'aarch64' - 2n-aws: os: 'ubuntu2004' executor-arch: 'x86_64' diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 122c5a3ff..8ab25a3fd 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -255,6 +255,10 @@ os: 'ubuntu2004' executor-arch: 'aarch64' make-parallel-jobs: '16' + - 3n-alt: + os: 'ubuntu2004' + executor-arch: 'aarch64' + make-parallel-jobs: '16' - 2n-tx2: os: 'ubuntu2004' executor-arch: 'aarch64' |