From 4965b4776f55cbebf9d0da0157d1e127630f04b2 Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Wed, 29 Aug 2018 13:09:47 -0500 Subject: Modify OS syntax Modifying OS syntax to work with jenkins-jobs 2.0.2 Change-Id: I7167ffac327be33d35debde45e24e1f3a02f0054 Signed-off-by: Vanessa Rene Valderrama --- jjb/honeycomb/honeycomb.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'jjb') 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' -- cgit 1.2.3-korg