Fix Honeycomb-integration triggers 01/2601/2
authorMaros Marsalek <mmarsale@cisco.com>
Fri, 2 Sep 2016 07:15:54 +0000 (09:15 +0200)
committerMaros Marsalek <mmarsale@cisco.com>
Fri, 2 Sep 2016 07:19:11 +0000 (07:19 +0000)
Triggers are succes on merge jobs for VPP or HC.
The template was bad though. It used {branch} instead
of {stream} in job name. But all jobs are defined using
{stream}. This works for master since master branch and stream
names are identical, but not for 1609 stable/1609.

Change-Id: Iaf7888bcfadb481fff51051eaee87e7613fd7a78
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
jjb/honeycomb/honeycomb.yaml

index fb3416d..9c96d88 100644 (file)
 
     triggers:
         - reverse:
-            jobs: 'vpp-merge-{branch}-{os},honeycomb-merge-{branch}-{os}'
+            jobs: 'vpp-merge-{stream}-{os},honeycomb-merge-{stream}-{os}'
             result: 'success'
 
     prebuilders: