From: Vanessa Rene Valderrama Date: Wed, 29 Aug 2018 18:09:47 +0000 (-0500) Subject: Modify OS syntax X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F60%2F14560%2F3;p=ci-management.git Modify OS syntax Modifying OS syntax to work with jenkins-jobs 2.0.2 Change-Id: I7167ffac327be33d35debde45e24e1f3a02f0054 Signed-off-by: Vanessa Rene Valderrama --- diff --git a/jjb/honeycomb/honeycomb.yaml b/jjb/honeycomb/honeycomb.yaml index 46446ee86..d1e0cde34 100644 --- a/jjb/honeycomb/honeycomb.yaml +++ b/jjb/honeycomb/honeycomb.yaml @@ -1,3 +1,4 @@ +--- - project: name: honeycomb jobs: @@ -5,9 +6,9 @@ - 'honeycomb-merge-{stream}-{os}' - 'honeycomb-benchmark-master' project: 'honeycomb' - os: - - ubuntu1604: - repo-os-part: 'ubuntu.xenial.main' + os: 'ubuntu1604' + repo-os-part: 'ubuntu.xenial.main' + stream: - master: branch: 'master'