Code Review
/
ci-management.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
b6a693f
)
Modify OS syntax
60/14560/3
author
Vanessa Rene Valderrama
<
[email protected]
>
Wed, 29 Aug 2018 18:09:47 +0000
(13:09 -0500)
committer
Vanessa Rene Valderrama
<
[email protected]
>
Wed, 29 Aug 2018 18:34:02 +0000
(13:34 -0500)
Modifying OS syntax to work with jenkins-jobs 2.0.2
Change-Id: I7167ffac327be33d35debde45e24e1f3a02f0054
Signed-off-by: Vanessa Rene Valderrama <
[email protected]
>
jjb/honeycomb/honeycomb.yaml
patch
|
blob
|
history
diff --git
a/jjb/honeycomb/honeycomb.yaml
b/jjb/honeycomb/honeycomb.yaml
index
46446ee
..
d1e0cde
100644
(file)
--- 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'