diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2021-08-11 13:58:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2021-08-11 13:58:13 +0000 |
commit | 2b2f41026a7296b01c4fa94f54d90854912e1f2a (patch) | |
tree | 75bac214913deea55eecefdc6896a40f153cabc9 | |
parent | fd06bfd31838355140e64501b8e6775524333a48 (diff) | |
parent | 3852f869c57e8195c494c83146b48d289bd3401d (diff) |
Merge "CSIT: Add AWS job"
-rw-r--r-- | jjb/csit/csit-perf.yaml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/jjb/csit/csit-perf.yaml b/jjb/csit/csit-perf.yaml index c3ddc2141..26cebc9e0 100644 --- a/jjb/csit/csit-perf.yaml +++ b/jjb/csit/csit-perf.yaml @@ -152,6 +152,12 @@ - 3n-skx: os: 'ubuntu2004' executor-arch: 'x86_64' + - 2n-aws: + os: 'ubuntu2004' + executor-arch: 'x86_64' + - 3n-aws: + os: 'ubuntu2004' + executor-arch: 'x86_64' stream: - master: branch: 'master' @@ -198,6 +204,12 @@ - 3n-tsh: os: 'ubuntu2004' executor-arch: 'aarch64' + - 2n-aws: + os: 'ubuntu2004' + executor-arch: 'x86_64' + - 3n-aws: + os: 'ubuntu2004' + executor-arch: 'x86_64' - 'csit-dpdk-perf-report-iterative-{stream_report}-{node-arch}': node-arch: - 2n-clx: @@ -224,6 +236,12 @@ - 3n-tsh: os: 'ubuntu2004' executor-arch: 'aarch64' + - 2n-aws: + os: 'ubuntu2004' + executor-arch: 'x86_64' + - 3n-aws: + os: 'ubuntu2004' + executor-arch: 'x86_64' - 'csit-vpp-perf-report-coverage-{stream_report}-{node-arch}': node-arch: - 2n-clx: @@ -250,6 +268,12 @@ - 3n-tsh: os: 'ubuntu2004' executor-arch: 'aarch64' + - 2n-aws: + os: 'ubuntu2004' + executor-arch: 'x86_64' + - 3n-aws: + os: 'ubuntu2004' + executor-arch: 'x86_64' - 'csit-dpdk-perf-report-coverage-{stream_report}-{node-arch}': node-arch: - 2n-clx: @@ -276,6 +300,12 @@ - 3n-tsh: os: 'ubuntu2004' executor-arch: 'aarch64' + - 2n-aws: + os: 'ubuntu2004' + executor-arch: 'x86_64' + - 3n-aws: + os: 'ubuntu2004' + executor-arch: 'x86_64' project: 'csit' branch: 'master' |