add tripleo update job as voting
add an update voting job to mimimal check
At the moment tripleo-upgrade is ungated.
To properly protect against changes in tripleo
repos it is useful to run the update job as
voting to help detect if a tripleo change
caused the update job to fail.
Related-Change: https://review.openstack.org/#/c/565523/
Change-Id: Iecdaf0af05d8810738785d6e858b281aff9aba29
This commit is contained in:
@@ -8,6 +8,12 @@
|
||||
jobs:
|
||||
- openstack-tox-lower-constraints
|
||||
- tripleo-ci-centos-7-3nodes-multinode
|
||||
- tripleo-ci-centos-7-scenario000-multinode-oooq-container-updates:
|
||||
files:
|
||||
- ci/environments/scenario000-multinode-containers.yaml
|
||||
- ^deployed-server/.*$
|
||||
- ^(docker|puppet)/services/.*keystone.*$
|
||||
- ^environments\/.*.yaml
|
||||
- tripleo-ci-centos-7-scenario001-multinode-oooq-container:
|
||||
files:
|
||||
- ^(docker|puppet)/services/.*aodh.*$
|
||||
@@ -129,6 +135,12 @@
|
||||
- ^(docker|puppet)/services/.*tacker.*$
|
||||
- ^environments\/.*.yaml
|
||||
- ^deployed-server/.*$
|
||||
- tripleo-ci-centos-7-scenario000-multinode-oooq-container-updates:
|
||||
files:
|
||||
- ci/environments/scenario000-multinode-containers.yaml
|
||||
- ^deployed-server/.*$
|
||||
- ^(docker|puppet)/services/.*keystone.*$
|
||||
- ^environments\/.*.yaml
|
||||
experimental:
|
||||
jobs:
|
||||
- tripleo-ci-centos-7-scenario005-multinode-oooq:
|
||||
|
||||
Reference in New Issue
Block a user