Merge "Switch upgrade jobs to be non-voting"
This commit is contained in:
commit
c9b8a5cda1
@ -100,6 +100,11 @@
|
||||
- job:
|
||||
name: openstack-ansible-upgrade
|
||||
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: |
|
||||
Run upgrade tests for an OpenStack-Ansible project.
|
||||
Uses tox with the ``upgrade`` environment.
|
||||
@ -171,6 +176,11 @@
|
||||
parent: openstack-ansible-functional
|
||||
nodeset: centos-7
|
||||
|
||||
- job:
|
||||
name: openstack-ansible-upgrade-centos-7
|
||||
parent: openstack-ansible-upgrade
|
||||
nodeset: centos-7
|
||||
|
||||
- job:
|
||||
name: openstack-ansible-functional-distro_install-centos-7
|
||||
parent: openstack-ansible-functional
|
||||
|
Loading…
x
Reference in New Issue
Block a user