From 2d4341cc811f45b554612adb43ac19c4685b5aae Mon Sep 17 00:00:00 2001 From: Juraj Linkeš Date: Mon, 19 Oct 2020 09:48:50 +0200 Subject: Update 1n-tx2 VPP Device jobs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace the timed 1n-tx2 CSIT jobs with per-patch CSIT and VPP jobs and add weekly and semiweekly CSIT VPP Device jobs. This is now possible since we have two 1n-tx2 testbeds instead of one. Change-Id: I4b106d95ffef48ebaea926c19ee4c7db8f22c655 Signed-off-by: Juraj Linkeš --- jjb/csit/csit-vpp-device.yaml | 11 +++++++++-- jjb/vpp/vpp.yaml | 15 +++++++++++---- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/jjb/csit/csit-vpp-device.yaml b/jjb/csit/csit-vpp-device.yaml index 73d909e2..0b67ee03 100644 --- a/jjb/csit/csit-vpp-device.yaml +++ b/jjb/csit/csit-vpp-device.yaml @@ -19,6 +19,9 @@ - 'ubuntu1804' node-arch: - '1n-skx' + - '1n-tx2': + executor: 'vpp-csit-arm-ubuntu18' + skip-vote: 'true' jobs: - 'csit-vpp-device-{stream}-{os}-{node-arch}' - 'csit-vpp-device-{stream}-{os}-{node-arch}-semiweekly': @@ -48,7 +51,6 @@ executor: 'vpp-csit-device' branch: 'master' branch-id: 'oper' - trigger: 'gerrit-trigger-csit-vpp-devicetest-full' stream: - master: branch: 'master' @@ -65,6 +67,11 @@ - '2009_lts': branch: 'rls2009_lts' branch-id: 'oper-rls2009_lts' + exclude: + - stream: '1908_2' + node-arch: '1n-tx2' + - stream: '2005' + node-arch: '1n-tx2' - job-template: name: 'csit-vpp-device-{stream}-{os}-{node-arch}' @@ -145,7 +152,7 @@ build-timeout: '{build-timeout}' triggers: - - '{trigger}': + - 'gerrit-trigger-csit-vpp-devicetest-full': project: '{project}' branch: '{branch}' skip-vote: '{skip-vote}' diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index b237c8db..908ef7ce 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -12,7 +12,7 @@ # TODO: see if there is a refspec that works without requiring # use of get_gerrit_refspec and hand entering the result # in the WebUI 'Build With Parameters' gerrit refspec field. -# - Use the following to import get_gerrit_refspec into a bash shell +# - Use the following to import get_gerrit_refspec into a bash shell # from the ci-management directory: # $ eval "$(grep -A12 get_gerrit ./docker/scripts/lib_common.sh)" # [end] NOTES @@ -342,7 +342,6 @@ device-executor: 'vpp-csit-device' executor: '{os}-us' skip-vote: 'false' - trigger: 'gerrit-trigger-vpp-csit-devicetest-full' stream: - master: branch: 'master' @@ -360,7 +359,7 @@ - 1n-skx - 1n-tx2: device-executor: 'vpp-csit-arm-ubuntu18' - trigger: 'gerrit-trigger-vpp-csit-devicetest-manual' + skip-vote: 'true' node-arch: - 2n-clx - 2n-skx @@ -372,6 +371,14 @@ - 3n-tsh: executor: 'ubuntu1804arm-s' make-parallel-jobs: '16' + exclude: + - stream: '1908' + device-node-arch: '1n-tx2' + - stream: '2001' + device-node-arch: '1n-tx2' + - stream: '2005' + device-node-arch: '1n-tx2' + # [end] VPP-CSIT-PERPATCH PROJECT # VPP-CSIT-API-CRC PROJECT @@ -1037,7 +1044,7 @@ build-timeout: '90' triggers: - - '{trigger}': + - 'gerrit-trigger-vpp-csit-devicetest-full': name: '{project}' branch: '{branch}' skip-vote: '{skip-vote}' -- cgit 1.2.3-korg