From fbf90211298f1d31a38c5cef8b9a111679519fdb Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Thu, 2 Mar 2023 10:14:51 +0100 Subject: feat(csit): add single-testbed weekly ndrpdr jobs This way, if there is a surprise in release comparison tables, we have history to see when did it happen. - Not adding AWS as running those costs money. Change-Id: I30908590c1c154824deb926d12f88f5463c28b02 Signed-off-by: Vratko Polak --- jjb/csit/csit-perf.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'jjb') diff --git a/jjb/csit/csit-perf.yaml b/jjb/csit/csit-perf.yaml index 1012332fe..36288cdc3 100644 --- a/jjb/csit/csit-perf.yaml +++ b/jjb/csit/csit-perf.yaml @@ -193,9 +193,24 @@ - 2n-clx: os: 'ubuntu2204' executor-arch: 'x86_64' + - 2n-zn2: + os: 'ubuntu2204' + executor-arch: 'x86_64' + - 2n-tx2: + os: 'ubuntu2204' + executor-arch: 'aarch64' - 3n-icx: os: 'ubuntu2204' executor-arch: 'x86_64' + - 3n-tsh: + os: 'ubuntu2204' + executor-arch: 'aarch64' + - 3n-alt: + os: 'ubuntu2204' + executor-arch: 'aarch64' + - 3n-snr: + os: 'ubuntu2204' + executor-arch: 'x86_64' periodicity: '0 0 * * 6' - 'csit-vpp-perf-report-iterative-{stream_report}-{node-arch}': node-arch: -- cgit 1.2.3-korg