From da3232e99dc2e29c637fb79e5a2fd440dcf648b8 Mon Sep 17 00:00:00 2001 From: Vanessa Rene Valderrama Date: Wed, 29 Aug 2018 15:22:48 -0500 Subject: Modify OS syntax Modifying OS syntax to work with jenkins-jobs 2.0.2 Change-Id: I8718b9a429bead26df5f6bd31b329d4c0ec6a9f3 Signed-off-by: Vanessa Rene Valderrama --- jjb/hc2vpp/hc2vpp-csit.yaml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'jjb/hc2vpp/hc2vpp-csit.yaml') 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." -- cgit 1.2.3-korg