summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2018-08-29 13:09:47 -0500
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2018-08-29 13:34:02 -0500
commit4965b4776f55cbebf9d0da0157d1e127630f04b2 (patch)
treef767b66794c10ca85ec55de4965322c333544e59 /jjb
parentb6a693fd2a4d5ed4016d19663f2e4274a693772e (diff)
Modify OS syntax
Modifying OS syntax to work with jenkins-jobs 2.0.2 Change-Id: I7167ffac327be33d35debde45e24e1f3a02f0054 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/honeycomb/honeycomb.yaml7
1 files changed, 4 insertions, 3 deletions
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'