Merge "Rocky containers branchfull job"

This commit is contained in:
Zuul 2019-03-28 15:10:50 +00:00 committed by Gerrit Code Review
commit 451476a324
2 changed files with 12 additions and 0 deletions

View File

@ -28,6 +28,7 @@
- name: Get contents of delorean repo baseurl for the version hash
become: true
shell: >
set -o pipefail &&
cat /etc/yum.repos.d/delorean.repo |awk -F= '/baseurl/ {print $2}'
register: baseurl

View File

@ -7,11 +7,13 @@
check:
jobs:
- tripleo-build-containers-centos-7
- tripleo-build-containers-centos-7-rocky
- tripleo-build-containers-centos-7-buildah
gate:
queue: tripleo
jobs:
- tripleo-build-containers-centos-7
- tripleo-build-containers-centos-7-rocky
- job:
name: tripleo-build-containers-centos-7
@ -19,6 +21,15 @@
nodeset: single-centos-7-node
voting: true
- job:
name: tripleo-build-containers-centos-7-rocky
parent: tripleo-build-containers-base-with-files
nodeset: single-centos-7-node
override-checkout: stable/rocky
voting: true
vars:
branch_override: stable/rocky
- job:
name: tripleo-build-containers-centos-7-buildah
parent: tripleo-build-containers-base-with-files