summaryrefslogtreecommitdiffstats
path: root/jjb/vpp/vpp.yaml
diff options
context:
space:
mode:
authorjuraj.linkes <juraj.linkes@pantheon.tech>2019-08-14 15:48:24 +0200
committerjuraj.linkes <juraj.linkes@pantheon.tech>2019-08-14 15:48:24 +0200
commita1e099f267c8d358dbd4bf3cb1088b93fbfc4323 (patch)
treee8d0b2166745d0d2242e2c88f5741e3bba46468e /jjb/vpp/vpp.yaml
parent4e360dc340333ece22e09a2646506c1ca05be3ba (diff)
Add 1n-tx2 vpp device jobs
Add only manually triggered 1n-tx2 VPP Device jobs and add hourly executed jobs instead of per patch triggered jobs. Change-Id: I0cc51e1ce88e3f94c81925be74284812ad1dad55 Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
Diffstat (limited to 'jjb/vpp/vpp.yaml')
-rw-r--r--jjb/vpp/vpp.yaml17
1 files changed, 9 insertions, 8 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml
index cf4817534..9ec4940f3 100644
--- a/jjb/vpp/vpp.yaml
+++ b/jjb/vpp/vpp.yaml
@@ -73,6 +73,7 @@
project: 'vpp'
executor: 'vpp-csit-device'
skip-vote: 'true'
+ trigger: 'gerrit-trigger-csit-devicetest-full'
stream:
- master:
branch: 'master'
@@ -86,17 +87,17 @@
os: ubuntu1804
device-node-arch:
- 1n-skx
-# Is there a good way to allow manual triggers for tx2?
-# - 1n-tx2:
-# executor: 'vpp-csit-arm-ubuntu18'
+ - 1n-tx2:
+ executor: 'vpp-csit-arm-ubuntu18'
+ trigger: 'gerrit-trigger-csit-devicetest-manual'
node-arch:
- 2n-skx
- 3n-skx
- 3n-hsw
-# exclude:
-# - stream: '1904'
-# os: 'ubuntu1804'
-# device-node-arch: '1n-tx2'
+ exclude:
+ - stream: '1904'
+ os: 'ubuntu1804'
+ device-node-arch: '1n-tx2'
- project:
name: vpp-master-only
@@ -838,7 +839,7 @@
build-timeout: '90'
triggers:
- - gerrit-trigger-csit-devicetest:
+ - '{trigger}':
name: '{project}'
branch: '{branch}'
skip-vote: '{skip-vote}'