diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 9706747f..b6a74f26 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -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