add an update non-voting job to mimimal check

Goal: in two diff commits.
Use the update job to gate:
- tripleo-quickstart
- tripleo-quickstart-extras
- tripleo-upgrade

Use the update job to check non-voting
- tripleo-$other repos

At the moment tripleo-upgrade is ungated.
To properly protect against changes in tripleo
repos it is useful to run the update job as
non-voting to help detect if a tripleo change
caused the update job to fail.

Change-Id: I9b47093fc7fc9397a5058f80d954e730304cf12f
This commit is contained in:
Wes Hayutin 2018-04-18 13:01:33 -04:00
parent 995271ccc8
commit 0ffde7b008
2 changed files with 46 additions and 12 deletions

View File

@ -40,3 +40,39 @@
roles:
- zuul: openstack-infra/zuul-jobs
pre-run: playbooks/multinode-networking/pre.yaml
- job:
name: tripleo-ci-centos-7-scenario000-multinode-oooq-container-updates
description: |
Basic tripleo update job, this is not an upgrade job.
parent: tripleo-ci-dsvm-multinode
pre-run: playbooks/nodepool-provider/pre.yaml
run: playbooks/tripleo-ci/run.yaml
post-run: playbooks/tripleo-ci/post.yaml
timeout: 10800
voting: true
nodeset: legacy-centos-7-2-node
branches: ^(?!stable/(newton|ocata|pike|queens)).*$
vars:
toci_jobtype: multinode-1ctlr-featureset037
# Note (dmsimard): This enforces a minimum TTL for DNS records, see
# https://review.openstack.org/#/c/523178/ for context
unbound_cache_min_ttl: 900
required-projects:
- openstack-infra/tripleo-ci
- openstack/tripleo-quickstart
- openstack/tripleo-quickstart-extras
- openstack/tripleo-upgrade
irrelevant-files:
- ^.*\.md$
- ^.*\.rst$
- ^doc/.*$
- ^etc/.*$
- ^metadata.json$
- ^releasenotes/.*$
- ^requirements.txt$
- ^test-requirements.txt$
- ^spec/.*$
- ^Puppetfile.*$
- tox.ini
- ^setup.*$

View File

@ -11,6 +11,16 @@
jobs:
- tripleo-ci-centos-7-nonha-multinode-oooq
- project-template:
name: tripleo-multinode-ci-only-minimal
check:
jobs:
- tripleo-ci-centos-7-scenario000-multinode-oooq-container-updates
gate:
queue: tripleo
jobs:
- tripleo-ci-centos-7-scenario000-multinode-oooq-container-updates
- project-template:
name: tripleo-multinode-container-minimal
check:
@ -268,18 +278,6 @@
vars:
toci_jobtype: multinode-1ctlr-featureset033
- job:
name: tripleo-ci-centos-7-scenario000-multinode-oooq-container-updates
parent: tripleo-ci-dsvm-multinode
run: playbooks/tripleo-ci/run.yaml
post-run: playbooks/tripleo-ci/post.yaml
timeout: 10800
nodeset: legacy-centos-7-2-node
voting: false
branches: ^(?!stable/(newton|ocata|pike)).*$
vars:
toci_jobtype: multinode-1ctlr-featureset037
- job:
name: tripleo-ci-centos-7-scenario010-multinode-oooq-container
parent: tripleo-ci-dsvm-multinode