summaryrefslogtreecommitdiffstats
path: root/jjb/vpp/vpp.yaml
diff options
context:
space:
mode:
authorChris Luke <chrisy@flirble.org>2017-07-27 09:53:25 -0400
committerChris Luke <chrisy@flirble.org>2017-07-27 10:00:46 -0400
commitccb9a5a69f785e7542d573e8b828c1c031808ee1 (patch)
tree5b10ad080a8708188eca6e60c7a2dc6f612bc7f1 /jjb/vpp/vpp.yaml
parentcb83c7d7836fe987e6e85864a51edc966dbf4e33 (diff)
Fix VPP merge job & docs
Change https://gerrit.fd.io/r/#/c/6729 to remove Ubuntu 14.04 builds from the VPP CI workflow unfortunately also removed the triggers that cause the some post-merge jobs to run; specifically this meant that the job that builds VPP documentation was no longer invoked. The trigger is defined in terms of one earlier post-merge job; in an ideal world you'd want "any of" or "all of" the upstream jobs to be listed, but apparently this does not work. The upshot is that the trigger was defined to run after the Ubuntu 14.04 jobs and that trigger was removed since it referenced the defunct Ubuntu 14.04. This should restore that trigger by basing it off of Ubuntu 16.04 instead. Change-Id: I05dc8738f662ec1c37ee005486b57a7644342333 Signed-off-by: Chris Luke <chrisy@flirble.org>
Diffstat (limited to 'jjb/vpp/vpp.yaml')
-rw-r--r--jjb/vpp/vpp.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml
index 4cd56a7dc..4c82ae0d4 100644
--- a/jjb/vpp/vpp.yaml
+++ b/jjb/vpp/vpp.yaml
@@ -525,6 +525,9 @@
build-timeout: '{build-timeout}'
triggers:
+ - reverse:
+ jobs: 'vpp-merge-{stream}-ubuntu1604'
+ result: 'success'
- gerrit:
server-name: 'Primary'
trigger-on:
@@ -660,6 +663,9 @@
build-timeout: '{build-timeout}'
triggers:
+ - reverse:
+ jobs: 'vpp-merge-{stream}-ubuntu1604'
+ result: 'success'
- gerrit:
server-name: 'Primary'
trigger-on: