diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-09-02 09:15:54 +0200 |
---|---|---|
committer | Maros Marsalek <mmarsale@cisco.com> | 2016-09-02 07:19:11 +0000 |
commit | a94ac9cbaacd5d22cee7d1af5ed465af220082ac (patch) | |
tree | 02449a09e606c843f3db597843e7d3711302ff5e /jjb | |
parent | faecfc82b5460865421be44e5a03d13eeb0e6c3d (diff) |
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 <mmarsale@cisco.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/honeycomb/honeycomb.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |