Merge "Switch upgrade jobs to be non-voting"

This commit is contained in:
Zuul 2018-06-26 17:08:02 +00:00 committed by Gerrit Code Review
commit c9b8a5cda1

View File

@ -100,6 +100,11 @@
- job: - job:
name: openstack-ansible-upgrade name: openstack-ansible-upgrade
parent: openstack-ansible-functional parent: openstack-ansible-functional
# TODO(mnaser): We need to switch to using the integrated repo for the
# upgrade tests down the line because the current role upgrade
# jobs don't properly do upgrades and use roles from master
# with roles from older stable branches.
voting: false
description: | description: |
Run upgrade tests for an OpenStack-Ansible project. Run upgrade tests for an OpenStack-Ansible project.
Uses tox with the ``upgrade`` environment. Uses tox with the ``upgrade`` environment.
@ -171,6 +176,11 @@
parent: openstack-ansible-functional parent: openstack-ansible-functional
nodeset: centos-7 nodeset: centos-7
- job:
name: openstack-ansible-upgrade-centos-7
parent: openstack-ansible-upgrade
nodeset: centos-7
- job: - job:
name: openstack-ansible-functional-distro_install-centos-7 name: openstack-ansible-functional-distro_install-centos-7
parent: openstack-ansible-functional parent: openstack-ansible-functional