summaryrefslogtreecommitdiffstats
path: root/jjb/csit
diff options
context:
space:
mode:
authorJuraj Linkeš <juraj.linkes@pantheon.tech>2020-10-19 09:48:50 +0200
committerJuraj Linkeš <juraj.linkes@pantheon.tech>2020-11-16 08:18:54 +0100
commit2d4341cc811f45b554612adb43ac19c4685b5aae (patch)
tree6e6d262b2aef47ae381d9bfc41e229dc736e0f2e /jjb/csit
parent3ac7db925af0700306900430bebdfe794a0acb67 (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>
Diffstat (limited to 'jjb/csit')
-rw-r--r--jjb/csit/csit-vpp-device.yaml11
1 files changed, 9 insertions, 2 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}'