dd5a4b0219
tripleo-ci-centos-7-undercloud-containers is voting but was not in the gate yet, let's fix it. Change-Id: Ib0d2be1344ec54463700f22d12423cd3bb0c2cc1
48 lines
1.3 KiB
YAML
48 lines
1.3 KiB
YAML
---
|
|
|
|
- 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
|
|
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-dsvm
|
|
run: playbooks/tripleo-ci/run.yaml
|
|
post-run: playbooks/tripleo-ci/post.yaml
|
|
timeout: 10800
|
|
nodeset: legacy-centos-7
|
|
branches: ^(?!stable/(newton|ocata|pike|queens)).*$
|
|
vars:
|
|
toci_jobtype: singlenode-featureset027
|
|
|
|
- job:
|
|
name: tripleo-ci-centos-7-undercloud-oooq
|
|
parent: tripleo-ci-dsvm
|
|
run: playbooks/tripleo-ci/run.yaml
|
|
post-run: playbooks/tripleo-ci/post.yaml
|
|
timeout: 10800
|
|
nodeset: legacy-centos-7
|
|
vars:
|
|
toci_jobtype: singlenode-featureset003
|
|
|
|
- job:
|
|
name: tripleo-ci-centos-7-undercloud-upgrades
|
|
parent: tripleo-ci-dsvm
|
|
run: playbooks/tripleo-ci/run.yaml
|
|
post-run: playbooks/tripleo-ci/post.yaml
|
|
timeout: 10800
|
|
nodeset: legacy-centos-7
|
|
voting: false
|
|
branches: ^(?!stable/newton).*$
|
|
vars:
|
|
toci_jobtype: undercloud-upgrades
|