diff options
author | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2019-11-05 22:00:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2019-11-05 22:00:03 +0000 |
commit | ef218803adcfa4d19ce09b9f77a74961936e10b1 (patch) | |
tree | 0f63ff369c329835e2856cbe77aca489b4eabf5d /jjb | |
parent | 8a022e80069e366efe4380c5df1c013638545fe0 (diff) | |
parent | 6d2a2d4c30828b9b0e95d58931beec9890635725 (diff) |
Merge "VPP: bionic out of beta xenial to historic"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/vpp/vpp.yaml | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 647897cb2..f69d0afef 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -7,8 +7,8 @@ project: 'vpp' os: - - ubuntu1604: - repo-os-part: 'ubuntu.xenial.main' + - ubuntu1804: + repo-os-part: 'ubuntu.bionic.main' - centos7: repo-os-part: 'centos7' @@ -105,15 +105,12 @@ device-node-arch: '1n-tx2' - project: - name: vpp-master-only + name: vpp-older-only jobs: - - 'vpp-beta-verify-{stream}-{os}' - - 'vpp-beta-merge-{stream}-{os}' + - 'vpp-historic-verify-{stream}-{os}' + - 'vpp-historic-merge-{stream}-{os}' project: 'vpp' stream: - - master: - branch: 'master' - repo-stream-part: 'master' - '1901': branch: 'stable/1901' repo-stream-part: 'stable.1901' @@ -124,8 +121,8 @@ branch: 'stable/1908' repo-stream-part: 'stable.1908' os: - - ubuntu1804: - repo-os-part: 'ubuntu.bionic.main' + - ubuntu1604: + repo-os-part: 'ubuntu.xenial.main' - project: name: vpp-arm @@ -181,7 +178,7 @@ project-name: vpp - job-template: - name: 'vpp-beta-verify-{stream}-{os}' + name: 'vpp-historic-verify-{stream}-{os}' project-type: freestyle node: '{os}-us' @@ -242,7 +239,7 @@ fixed-delay: 90 - job-template: - name: 'vpp-beta-merge-{stream}-{os}' + name: 'vpp-historic-merge-{stream}-{os}' project-type: freestyle node: '{os}-us' |