summaryrefslogtreecommitdiffstats
path: root/jjb/hc2vpp/hc2vpp-csit.yaml
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2018-08-29 15:22:48 -0500
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2018-08-29 15:22:48 -0500
commitda3232e99dc2e29c637fb79e5a2fd440dcf648b8 (patch)
tree0474db07f57ca8f418314b14b554252078a89319 /jjb/hc2vpp/hc2vpp-csit.yaml
parent9fc29a796ec0ba3b701413565d32ccb6dd0f1ae5 (diff)
Modify OS syntax
Modifying OS syntax to work with jenkins-jobs 2.0.2 Change-Id: I8718b9a429bead26df5f6bd31b329d4c0ec6a9f3 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Diffstat (limited to 'jjb/hc2vpp/hc2vpp-csit.yaml')
-rw-r--r--jjb/hc2vpp/hc2vpp-csit.yaml17
1 files changed, 10 insertions, 7 deletions
diff --git a/jjb/hc2vpp/hc2vpp-csit.yaml b/jjb/hc2vpp/hc2vpp-csit.yaml
index d69f5aafa..8a73ba362 100644
--- a/jjb/hc2vpp/hc2vpp-csit.yaml
+++ b/jjb/hc2vpp/hc2vpp-csit.yaml
@@ -1,3 +1,4 @@
+---
- project:
name: hc2vpp-csit
description: 'jenkins jobs to test Hc2vpp features.'
@@ -21,9 +22,10 @@
- '1807':
branch: 'stable/1807'
repo-stream-part: 'stable.1807'
- os:
- - ubuntu1604:
- repo-os-part: 'ubuntu.xenial.main'
+
+ os: 'ubuntu1604'
+ repo-os-part: 'ubuntu.xenial.main'
+
odl:
- oxygen
@@ -38,9 +40,10 @@
- master:
branch: 'master'
repo-stream-part: 'master'
- os:
- - ubuntu1604:
- repo-os-part: 'ubuntu.xenial.main'
+
+ os: 'ubuntu1604'
+ repo-os-part: 'ubuntu.xenial.main'
+
odl:
- boron
@@ -409,4 +412,4 @@
- string:
name: ODL
default: '{odl}'
- description: "ODL version parameter." \ No newline at end of file
+ description: "ODL version parameter."