diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-09-11 09:41:14 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-09-11 09:41:14 +0000 |
commit | 2cd9a2a6c5fb0e9baeeb329c6ccb1901dadaebda (patch) | |
tree | 7d235a6bc45bf2447631302716a168a13ef9ee92 /jjb/csit | |
parent | 465e4f2d955e7d84baf69c9236fcec2fcd969c8c (diff) |
CSIT: Add 2n-clx jobs
Change-Id: I1acd41ae41dbf61717bd88bd43bdae45d2a40e1c
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'jjb/csit')
-rw-r--r-- | jjb/csit/csit-perf.yaml | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/jjb/csit/csit-perf.yaml b/jjb/csit/csit-perf.yaml index bff30d82a..01d0d9d75 100644 --- a/jjb/csit/csit-perf.yaml +++ b/jjb/csit/csit-perf.yaml @@ -22,6 +22,7 @@ - 'csit-vpp-perf-mrr-daily-master{node-arch}': node-arch: - '' + - -2n-clx - -2n-skx - -2n-dnv - -3n-skx @@ -29,9 +30,13 @@ - -3n-tsh: executor: 'ubuntu1804arm-us' vpp-mrr-daily-periodicity: '0 16 * * 6' - - 'csit-vpp-perf-mrr-weekly-master-2n-skx' + - 'csit-vpp-perf-mrr-weekly-master-{node-arch}': + node-arch: + - 2n-clx + - 2n-skx - 'csit-vpp-perf-ndrpdr-weekly-master-{node-arch}': node-arch: + - 2n-clx - 2n-skx - 3n-skx - 3n-hsw @@ -39,6 +44,7 @@ - 'csit-dpdk-perf-mrr-weekly-master{node-arch}': node-arch: - '' + - -2n-clx - -2n-skx - -3n-skx - 'csit-ligato-perf-verify-{stream}-{node-arch}' @@ -69,6 +75,7 @@ build-artifact-num-to-keep: 10 node-arch: + - 2n-clx - 2n-skx - 2n-dnv - 3n-skx @@ -253,13 +260,13 @@ maven-version: 'mvn33-new' - job-template: - name: 'csit-vpp-perf-mrr-weekly-master-2n-skx' + name: 'csit-vpp-perf-mrr-weekly-master-{node-arch}' description: | <ul> <li>objective <ul> - <li>check vpp perf mrr weekly on 2n-skx + <li>check vpp perf mrr weekly on {node-arch} </ul> <li>perf test-cases selection <ul> |