a574b2d627
This review removes the containerized-undercloud-upgrades job from the gate and makes it non-voting in check while we merge https://review.openstack.org/#/c/611800/ and confirm there are no errors in this test. https://tree.taiga.io/project/tripleo-ci-board/issue/219 Related-Bug: #1798525 Change-Id: I3631a6b2c739316b1ff0c2786dbe44f59077f39b
55 lines
1.6 KiB
YAML
55 lines
1.6 KiB
YAML
---
|
|
# zuul.d/undercloud-jobs.yaml
|
|
# Zuul layout for TripleO undercloud jobs.
|
|
# It contains all the jobs related to undercloud testing.
|
|
|
|
- project-template:
|
|
name: tripleo-undercloud-jobs
|
|
check:
|
|
jobs:
|
|
- tripleo-ci-centos-7-undercloud-oooq
|
|
- tripleo-ci-centos-7-undercloud-upgrades
|
|
- tripleo-ci-centos-7-undercloud-containers
|
|
- tripleo-ci-centos-7-containerized-undercloud-upgrades
|
|
gate:
|
|
queue: tripleo
|
|
jobs:
|
|
- tripleo-ci-centos-7-undercloud-oooq
|
|
- tripleo-ci-centos-7-undercloud-containers
|
|
|
|
- job:
|
|
name: tripleo-ci-centos-7-undercloud-containers
|
|
parent: tripleo-ci-base-singlenode
|
|
nodeset: single-centos-7-node
|
|
branches: ^(?!stable/(newton|ocata|pike|queens)).*$
|
|
vars:
|
|
featureset: '027'
|
|
|
|
- job:
|
|
name: tripleo-ci-centos-7-undercloud-oooq
|
|
parent: tripleo-ci-base-singlenode
|
|
nodeset: single-centos-7-node
|
|
branches: ^(stable/(newton|ocata|pike|queens|rocky)).*$
|
|
vars:
|
|
featureset: '003'
|
|
|
|
- job:
|
|
name: tripleo-ci-centos-7-undercloud-upgrades
|
|
parent: tripleo-ci-base-singlenode
|
|
nodeset: single-centos-7-node
|
|
branches: ^(stable/(pike|queens|rocky)).*$
|
|
vars:
|
|
featureset: '047'
|
|
|
|
- job:
|
|
name: tripleo-ci-centos-7-containerized-undercloud-upgrades
|
|
parent: tripleo-ci-base-singlenode
|
|
nodeset: single-centos-7-node
|
|
branches: ^(?!stable/(newton|ocata|pike|queens)).*$
|
|
# TODO(rlandy) make it voting when we confirm
|
|
# https://review.openstack.org/#/c/611800/
|
|
# is working as expected.
|
|
voting: false
|
|
vars:
|
|
featureset: '050'
|