From 8348ef8d92099148402f554e8c10d3582162e94d Mon Sep 17 00:00:00 2001 From: Juraj Linkeš Date: Fri, 18 Dec 2020 17:42:51 +0100 Subject: jjb: add 2n-tx2 CSIT and VPP jobs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I769484fbd754857c8fc52241cf83ccf0939f69f7 Signed-off-by: Juraj Linkeš --- jjb/csit/csit-perf.yaml | 21 +++++++++++++++++++-- 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' -- cgit 1.2.3-korg