From a94ac9cbaacd5d22cee7d1af5ed465af220082ac Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Fri, 2 Sep 2016 09:15:54 +0200 Subject: [PATCH] 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 --- jjb/honeycomb/honeycomb.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.16.6