From: Vanessa Rene Valderrama Date: Wed, 29 Aug 2018 20:22:48 +0000 (-0500) Subject: Modify OS syntax X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F67%2F14567%2F1;p=ci-management.git Modify OS syntax Modifying OS syntax to work with jenkins-jobs 2.0.2 Change-Id: I8718b9a429bead26df5f6bd31b329d4c0ec6a9f3 Signed-off-by: Vanessa Rene Valderrama --- 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."