diff options
author | Ed Kern <ejk@cisco.com> | 2018-08-29 19:56:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2018-08-29 19:56:11 +0000 |
commit | e7c2ac70a4b65e9bfc50b2c83590ae5ebeae977d (patch) | |
tree | 20e1d85ac31ec128d6a605f3c2422a033d9d484f | |
parent | 948cf75d0a0cbddaed647ace81db15747367b0d8 (diff) | |
parent | 2abd880271586ede96aba0f0ba2aa2dc4f891078 (diff) |
Merge "Modify OS syntax"
-rw-r--r-- | jjb/csit/csit-hc2vpp.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/jjb/csit/csit-hc2vpp.yaml b/jjb/csit/csit-hc2vpp.yaml index ea0e0a5cb..83306bc89 100644 --- a/jjb/csit/csit-hc2vpp.yaml +++ b/jjb/csit/csit-hc2vpp.yaml @@ -1,3 +1,4 @@ +--- - project: name: csit-hc2vpp description: 'jenkins jobs to verify Hc2vpp functional and performance tests.' @@ -7,9 +8,9 @@ project: 'csit' branch: 'master' build-artifact-num-to-keep: 10 - os: - - ubuntu1604: - repo-os-part: 'ubuntu.xenial.main' + os: 'ubuntu1604' + repo-os-part: 'ubuntu.xenial.main' + stream: - master: branch: 'master' |