From: Ed Kern Date: Wed, 29 Aug 2018 19:56:48 +0000 (+0000) Subject: Merge "Modify OS syntax" X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=62cb7bd6295ea53e6580671ee7b05a79cb5ec73c;hp=251617cfddb78d655c114b34cbe29349cb28c35b;p=ci-management.git Merge "Modify OS syntax" --- 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' diff --git a/jjb/honeycomb/honeycomb.yaml b/jjb/honeycomb/honeycomb.yaml index 46446ee86..d1e0cde34 100644 --- 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' diff --git a/jjb/puppet-fdio/puppet-fdio.yaml b/jjb/puppet-fdio/puppet-fdio.yaml index fe7c2f5f9..b6a6a7350 100644 --- a/jjb/puppet-fdio/puppet-fdio.yaml +++ b/jjb/puppet-fdio/puppet-fdio.yaml @@ -1,12 +1,13 @@ +--- - project: name: puppet-fdio jobs: - 'puppet-module-unit' - 'puppet-fdio-verify-beaker-{stream}-{os}' project: 'puppet-fdio' - os: - - centos7: - repo-os-part: 'centos7' + os: 'centos7' + repo-os-part: 'centos7' + stream: - master: branch: 'master'