diff options
author | Vratko Polak <vrpolak@cisco.com> | 2019-09-12 08:45:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2019-09-12 08:45:16 +0000 |
commit | f948be88a2c9bf4eccb339464afb46489ff4d421 (patch) | |
tree | a13aa526062021fe0b13a6a1d41b9b180c3621cd /jjb | |
parent | 6aad83f2d2f3d57129732153492ca8121f0dab0a (diff) | |
parent | 2cd9a2a6c5fb0e9baeeb329c6ccb1901dadaebda (diff) |
Merge "CSIT: Add 2n-clx jobs"
Diffstat (limited to 'jjb')
-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 662640098..25cb21b7c 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 @@ -258,13 +265,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> |