From: Maros Marsalek Date: Fri, 2 Sep 2016 07:15:54 +0000 (+0200) Subject: Fix Honeycomb-integration triggers X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=a94ac9cbaacd5d22cee7d1af5ed465af220082ac;p=ci-management.git Fix Honeycomb-integration triggers 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 --- diff --git a/jjb/honeycomb/honeycomb.yaml b/jjb/honeycomb/honeycomb.yaml index fb3416d3a..9c96d88eb 100644 --- a/jjb/honeycomb/honeycomb.yaml +++ b/jjb/honeycomb/honeycomb.yaml @@ -248,7 +248,7 @@ triggers: - reverse: - jobs: 'vpp-merge-{branch}-{os},honeycomb-merge-{branch}-{os}' + jobs: 'vpp-merge-{stream}-{os},honeycomb-merge-{stream}-{os}' result: 'success' prebuilders: