Revert "Make Ubuntu jobs voting"
We need to set Ubuntu jobs to non-voting again since Tempest has stopped working with python2 now that some modules are not installed. I think the issue should be solved by just porting Tempest (when installed from source) to use python3.
This reverts commit edd7558ee2
.
Change-Id: I21b4128176372fdfb33f2ef6028d2bf0c59e709a
This commit is contained in:
parent
edd7558ee2
commit
64dda8ac65
@ -188,6 +188,7 @@
|
||||
name: puppet-openstack-beaker-ubuntu-bionic
|
||||
parent: puppet-openstack-beaker-run-base
|
||||
nodeset: ubuntu-bionic
|
||||
voting: false
|
||||
vars:
|
||||
nodepool_type: bionic
|
||||
puppet_gem_version: latest
|
||||
|
@ -106,6 +106,7 @@
|
||||
name: puppet-openstack-integration-5-scenario001-tempest-ubuntu-bionic-mimic
|
||||
parent: puppet-openstack-integration-5-scenario001
|
||||
nodeset: ubuntu-bionic
|
||||
voting: false
|
||||
vars:
|
||||
ceph: mimic
|
||||
|
||||
@ -130,6 +131,7 @@
|
||||
name: puppet-openstack-integration-5-scenario002-tempest-ubuntu-bionic
|
||||
parent: puppet-openstack-integration-5-scenario002
|
||||
nodeset: ubuntu-bionic
|
||||
voting: false
|
||||
# NOTE(tobasco): Should normally not really pass mimic ceph var here but since
|
||||
# luminous is not packaged for Bionic repos.pp will fail otherwise.
|
||||
vars:
|
||||
@ -156,6 +158,7 @@
|
||||
name: puppet-openstack-integration-5-scenario003-tempest-ubuntu-bionic
|
||||
parent: puppet-openstack-integration-5-scenario003
|
||||
nodeset: ubuntu-bionic
|
||||
voting: false
|
||||
# NOTE(tobasco): Should normally not really pass mimic ceph var here but since
|
||||
# luminous is not packaged for Bionic repos.pp will fail otherwise.
|
||||
vars:
|
||||
@ -184,6 +187,7 @@
|
||||
name: puppet-openstack-integration-5-scenario004-tempest-ubuntu-bionic-mimic
|
||||
parent: puppet-openstack-integration-5-scenario004
|
||||
nodeset: ubuntu-bionic
|
||||
voting: false
|
||||
# NOTE(tobasco): Should normally not really pass mimic ceph var here but since
|
||||
# luminous is not packaged for Bionic repos.pp will fail otherwise.
|
||||
vars:
|
||||
@ -273,6 +277,7 @@
|
||||
name: puppet-openstack-integration-6-scenario003-tempest-ubuntu-bionic
|
||||
parent: puppet-openstack-integration-6-scenario003
|
||||
nodeset: ubuntu-bionic
|
||||
voting: false
|
||||
# NOTE(tobasco): Should normally not really pass mimic ceph var here but since
|
||||
# luminous is not packaged for Bionic repos.pp will fail otherwise.
|
||||
vars:
|
||||
@ -301,6 +306,7 @@
|
||||
name: puppet-openstack-integration-6-scenario004-tempest-ubuntu-bionic-mimic
|
||||
parent: puppet-openstack-integration-6-scenario004
|
||||
nodeset: ubuntu-bionic
|
||||
voting: false
|
||||
# NOTE(tobasco): Should normally not really pass mimic ceph var here but since
|
||||
# luminous is not packaged for Bionic repos.pp will fail otherwise.
|
||||
vars:
|
||||
|
Loading…
Reference in New Issue
Block a user