From 88daabbeea422de78927301b41c5a97fd0d6dab0 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Fri, 19 Aug 2022 06:33:05 +0000 Subject: [PATCH] feat(csit): Add 3n-snr Signed-off-by: Peter Mikus Change-Id: Id3f08fcfde0287dcd0ba0b03856a853d2c648fef --- jjb/csit/csit-perf.yaml | 28 ++++++++++++++++++++++++++++ jjb/vpp/vpp.yaml | 3 +++ 2 files changed, 31 insertions(+) diff --git a/jjb/csit/csit-perf.yaml b/jjb/csit/csit-perf.yaml index 503745beb..f917cd6ff 100644 --- a/jjb/csit/csit-perf.yaml +++ b/jjb/csit/csit-perf.yaml @@ -53,6 +53,9 @@ - 3n-alt: os: 'ubuntu2004' executor-arch: 'aarch64' + - 3n-snr: + os: 'ubuntu2004' + executor-arch: 'x86_64' - 'csit-dpdk-perf-mrr-weekly-master-{node-arch}': node-arch: - 2n-icx: @@ -82,6 +85,9 @@ - 3n-alt: os: 'ubuntu2004' executor-arch: 'aarch64' + - 3n-snr: + os: 'ubuntu2004' + executor-arch: 'x86_64' periodicity: '0 0 * * 6' - 'csit-trex-perf-verify-{stream}-{node-arch}': node-arch: @@ -126,6 +132,9 @@ - 3n-alt: os: 'ubuntu2004' executor-arch: 'aarch64' + - 3n-snr: + os: 'ubuntu2004' + executor-arch: 'x86_64' stream: - master: branch: 'master' @@ -182,6 +191,10 @@ os: 'ubuntu2004' executor-arch: 'aarch64' periodicity: '30 22 * * 0-4' + - 3n-snr: + os: 'ubuntu2004' + executor-arch: 'x86_64' + periodicity: '30 22 * * 0-4' - 'csit-vpp-perf-mrr-weekly-{stream}-{node-arch}': node-arch: - 2n-icx: @@ -202,6 +215,9 @@ - 2n-aws: os: 'ubuntu2004' executor-arch: 'x86_64' + - 3n-snr: + os: 'ubuntu2004' + executor-arch: 'x86_64' stream: - master: branch: 'master' @@ -272,6 +288,9 @@ - 3n-aws: os: 'ubuntu2004' executor-arch: 'x86_64' + - 3n-snr: + os: 'ubuntu2004' + executor-arch: 'x86_64' - 'csit-dpdk-perf-report-iterative-{stream_report}-{node-arch}': node-arch: - 2n-icx: @@ -313,6 +332,9 @@ - 3n-aws: os: 'ubuntu2004' executor-arch: 'x86_64' + - 3n-snr: + os: 'ubuntu2004' + executor-arch: 'x86_64' - 'csit-trex-perf-report-iterative-{stream_report}-{node-arch}': node-arch: - 1n-aws: @@ -362,6 +384,9 @@ - 3n-aws: os: 'ubuntu2004' executor-arch: 'x86_64' + - 3n-snr: + os: 'ubuntu2004' + executor-arch: 'x86_64' - 'csit-dpdk-perf-report-coverage-{stream_report}-{node-arch}': node-arch: - 2n-icx: @@ -403,6 +428,9 @@ - 3n-aws: os: 'ubuntu2004' executor-arch: 'x86_64' + - 3n-snr: + os: 'ubuntu2004' + executor-arch: 'x86_64' - 'csit-trex-perf-report-coverage-{stream_report}-{node-arch}': node-arch: - 1n-aws: diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 081b6c13a..bad647f69 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -244,6 +244,9 @@ os: 'ubuntu2004' executor-arch: 'aarch64' make-parallel-jobs: '16' + - 3n-snr: + os: 'ubuntu2004' + executor-arch: 'x86_64' # [end] VPP-CSIT-VERIFY-PERF PROJECT -- 2.16.6