diff options
author | Juraj Linkeš <juraj.linkes@pantheon.tech> | 2020-10-19 09:48:50 +0200 |
---|---|---|
committer | Juraj Linkeš <juraj.linkes@pantheon.tech> | 2020-11-16 08:18:54 +0100 |
commit | 2d4341cc811f45b554612adb43ac19c4685b5aae (patch) | |
tree | 6e6d262b2aef47ae381d9bfc41e229dc736e0f2e | |
parent | 3ac7db925af0700306900430bebdfe794a0acb67 (diff) |
Update 1n-tx2 VPP Device jobs
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š <juraj.linkes@pantheon.tech>
-rw-r--r-- | jjb/csit/csit-vpp-device.yaml | 11 | ||||
-rw-r--r-- | 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 73d909e28..0b67ee03d 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 b237c8db4..908ef7cef 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}' |