diff options
author | 2022-04-08 12:06:30 +0000 | |
---|---|---|
committer | 2022-04-08 12:06:30 +0000 | |
commit | 74b0fa2272808574c561d6e5a3aa3ae2768a124a (patch) | |
tree | 892b85d3ea7839e3f7801940df01308ef2645a0a /jjb | |
parent | 67190ea57b09fb643c7076ebd51f094abb38fa95 (diff) | |
parent | 2cc59849057e8c84bcf73fdd419c440235406351 (diff) |
Merge "feat(csit): Add T-Rex 1n-aws job"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/csit/csit-perf.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/jjb/csit/csit-perf.yaml b/jjb/csit/csit-perf.yaml index 8548413c0..ca704c79d 100644 --- a/jjb/csit/csit-perf.yaml +++ b/jjb/csit/csit-perf.yaml @@ -85,6 +85,9 @@ periodicity: '0 0 * * 6' - 'csit-trex-perf-verify-{stream}-{node-arch}': node-arch: + - 1n-aws: + os: 'ubuntu2004' + executor-arch: 'x86_64' - 2n-skx: os: 'ubuntu2004' executor-arch: 'x86_64' @@ -227,6 +230,9 @@ periodicity: '0 0 * * 6' - 'csit-trex-perf-ndrpdr-weekly-master-{node-arch}': node-arch: + - 1n-aws: + os: 'ubuntu2004' + executor-arch: 'x86_64' - 2n-skx: os: 'ubuntu2004' executor-arch: 'x86_64' @@ -315,6 +321,9 @@ executor-arch: 'x86_64' - 'csit-trex-perf-report-iterative-{stream_report}-{node-arch}': node-arch: + - 1n-aws: + os: 'ubuntu2004' + executor-arch: 'x86_64' - 2n-skx: os: 'ubuntu2004' executor-arch: 'x86_64' @@ -402,6 +411,9 @@ executor-arch: 'x86_64' - 'csit-trex-perf-report-coverage-{stream_report}-{node-arch}': node-arch: + - 1n-aws: + os: 'ubuntu2004' + executor-arch: 'x86_64' - 2n-skx: os: 'ubuntu2004' executor-arch: 'x86_64' |