diff options
author | Vratko Polak <vrpolak@cisco.com> | 2020-12-23 15:07:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2020-12-23 15:07:49 +0000 |
commit | 6fd3831a27b4d188de48bb988a699a6ee507dcd6 (patch) | |
tree | 02a0ededc377a487d948616a2ad2c7093f7622aa | |
parent | 4ef1290e9fd62f1c924465b6de76acac1a4a99c0 (diff) | |
parent | 8348ef8d92099148402f554e8c10d3582162e94d (diff) |
Merge "jjb: add 2n-tx2 CSIT and VPP jobs"
-rw-r--r-- | jjb/csit/csit-perf.yaml | 21 | ||||
-rw-r--r-- | jjb/vpp/vpp.yaml | 3 |
2 files changed, 22 insertions, 2 deletions
diff --git a/jjb/csit/csit-perf.yaml b/jjb/csit/csit-perf.yaml index 3583890b3..bfc57551c 100644 --- a/jjb/csit/csit-perf.yaml +++ b/jjb/csit/csit-perf.yaml @@ -24,17 +24,21 @@ - 2n-skx - 2n-dnv - 2n-zn2 + - 2n-tx2: + executor: 'ubuntu1804arm-us' - 3n-skx - 3n-hsw - 3n-dnv - 3n-tsh: - executor: 'ubuntu1804arm-us' + executor: 'ubuntu1804arm-us' - 'csit-dpdk-perf-mrr-weekly-master{node-arch}': node-arch: - '' - -2n-clx - -2n-skx - -2n-zn2 + - -2n-tx2: + executor: 'ubuntu1804arm-us' - -3n-skx - -3n-tsh: executor: 'ubuntu1804arm-us' @@ -45,11 +49,13 @@ - 2n-skx - 2n-dnv - 2n-zn2 + - 2n-tx2: + executor: 'ubuntu1804arm-us' - 3n-skx - 3n-hsw - 3n-dnv - 3n-tsh: - executor: 'ubuntu1804arm-us' + executor: 'ubuntu1804arm-us' stream: - master: branch: 'master' @@ -78,6 +84,9 @@ periodicity: '0 2,14 * * *' - -2n-zn2: periodicity: '0 2,14 * * *' + - -2n-tx2: + executor: 'ubuntu1804arm-us' + periodicity: '0 14 * * *' - -3n-skx: periodicity: '0 2,14 * * *' - -3n-dnv: @@ -111,6 +120,8 @@ - 2n-skx - 2n-dnv - 2n-zn2 + - 2n-tx2: + executor: 'ubuntu1804arm-us' - 3n-skx - 3n-hsw - 3n-dnv @@ -122,6 +133,8 @@ - 2n-skx - 2n-dnv - 2n-zn2 + - 2n-tx2: + executor: 'ubuntu1804arm-us' - 3n-skx - 3n-hsw - 3n-dnv @@ -133,6 +146,8 @@ - 2n-skx - 2n-dnv - 2n-zn2 + - 2n-tx2: + executor: 'ubuntu1804arm-us' - 3n-skx - 3n-hsw - 3n-dnv @@ -144,6 +159,8 @@ - 2n-skx - 2n-dnv - 2n-zn2 + - 2n-tx2: + executor: 'ubuntu1804arm-us' - 3n-skx - 3n-hsw - 3n-dnv diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index d46bb1cc6..b0e228388 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -416,6 +416,9 @@ - 3n-tsh: executor: 'ubuntu1804arm-s' make-parallel-jobs: '16' + - 2n-tx2: + executor: 'ubuntu1804arm-s' + make-parallel-jobs: '16' exclude: - stream: '1908' device-node-arch: '1n-tx2' |