Skip to content

Commit

Permalink
feat(csit): Add 2n-grc
Browse files Browse the repository at this point in the history
Change-Id: I10940bccc10aa109d911f008b30c3588a5a74dfa
Signed-off-by: Tibor Frank <[email protected]>
  • Loading branch information
tiborfrank committed Oct 16, 2024
1 parent 4eeb7bb commit 08e5392
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions jjb/csit/csit-perf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
jobs:
- 'csit-dpdk-perf-verify-{stream}-{node-arch}':
node-arch:
- 2n-grc:
os: 'ubuntu2404'
executor-arch: 'aarch64'
- 2n-icx:
os: 'ubuntu2204'
executor-arch: 'x86_64'
Expand Down Expand Up @@ -49,6 +52,9 @@
executor-arch: 'x86_64'
- 'csit-dpdk-perf-mrr-weekly-master-{node-arch}':
node-arch:
- 2n-grc:
os: 'ubuntu2404'
executor-arch: 'aarch64'
- 2n-icx:
os: 'ubuntu2204'
executor-arch: 'x86_64'
Expand Down Expand Up @@ -90,6 +96,9 @@
executor-arch: 'x86_64'
- 'csit-vpp-perf-verify-{stream}-{node-arch}':
node-arch:
- 2n-grc:
os: 'ubuntu2404'
executor-arch: 'aarch64'
- 2n-icx:
os: 'ubuntu2204'
executor-arch: 'x86_64'
Expand Down Expand Up @@ -126,6 +135,10 @@
branch-id: 'oper-rls2410'
- 'csit-vpp-perf-mrr-daily-master-{node-arch}':
node-arch:
- 2n-grc:
os: 'ubuntu2404'
executor-arch: 'aarch64'
periodicity: '30 22 * * 0-4'
- 2n-icx:
os: 'ubuntu2204'
executor-arch: 'x86_64'
Expand Down Expand Up @@ -164,6 +177,10 @@
periodicity: '30 22 * * 0-4'
- 'csit-vpp-perf-hoststack-daily-master-{node-arch}':
node-arch:
- 2n-grc:
os: 'ubuntu2404'
executor-arch: 'aarch64'
periodicity: '30 22 * * 0-4'
- 2n-icx:
os: 'ubuntu2204'
executor-arch: 'x86_64'
Expand Down Expand Up @@ -233,6 +250,9 @@
periodicity: '0 0 * * 6'
- 'csit-vpp-perf-ndrpdr-weekly-master-{node-arch}':
node-arch:
- 2n-grc:
os: 'ubuntu2404'
executor-arch: 'aarch64'
- 2n-icx:
os: 'ubuntu2204'
executor-arch: 'x86_64'
Expand Down Expand Up @@ -263,6 +283,9 @@
periodicity: '0 0 * * 6'
- 'csit-vpp-perf-report-iterative-{stream_report}-{node-arch}':
node-arch:
- 2n-grc:
os: 'ubuntu2404'
executor-arch: 'aarch64'
- 2n-icx:
os: 'ubuntu2204'
executor-arch: 'x86_64'
Expand Down Expand Up @@ -304,6 +327,9 @@
executor-arch: 'x86_64'
- 'csit-dpdk-perf-report-iterative-{stream_report}-{node-arch}':
node-arch:
- 2n-grc:
os: 'ubuntu2404'
executor-arch: 'aarch64'
- 2n-icx:
os: 'ubuntu2204'
executor-arch: 'x86_64'
Expand Down Expand Up @@ -350,6 +376,9 @@
executor-arch: 'x86_64'
- 'csit-vpp-perf-report-coverage-{stream_report}-{node-arch}':
node-arch:
- 2n-grc:
os: 'ubuntu2404'
executor-arch: 'aarch64'
- 2n-icx:
os: 'ubuntu2204'
executor-arch: 'x86_64'
Expand Down Expand Up @@ -391,6 +420,9 @@
executor-arch: 'x86_64'
- 'csit-dpdk-perf-report-coverage-{stream_report}-{node-arch}':
node-arch:
- 2n-grc:
os: 'ubuntu2404'
executor-arch: 'aarch64'
- 2n-icx:
os: 'ubuntu2204'
executor-arch: 'x86_64'
Expand Down

0 comments on commit 08e5392

Please sign in to comment.