Stop gating on centos-7
We'd like to default to python3 for our role, but centos-7 doesn't currently support it. We already test with the latest fedora, which should give us coverage until centos figures out python3 support. Change-Id: Id0923e1bdb7eb72694aab5c1c61cc9829f3a4eb9 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
32692b4aa4
commit
afdbdc9eb6
@ -6,11 +6,6 @@
|
||||
roles:
|
||||
- zuul: openstack/ansible-role-shade
|
||||
|
||||
- job:
|
||||
name: ansible-role-shade-centos-7
|
||||
parent: ansible-role-shade
|
||||
nodeset: centos-7
|
||||
|
||||
- job:
|
||||
name: ansible-role-shade-fedora-27
|
||||
parent: ansible-role-shade
|
||||
@ -33,14 +28,12 @@
|
||||
- windmill-jobs-xenial
|
||||
check:
|
||||
jobs:
|
||||
- ansible-role-shade-centos-7
|
||||
- ansible-role-shade-fedora-27
|
||||
- ansible-role-shade-ubuntu-bionic
|
||||
- ansible-role-shade-ubuntu-xenial
|
||||
- tox-linters
|
||||
gate:
|
||||
jobs:
|
||||
- ansible-role-shade-centos-7
|
||||
- ansible-role-shade-fedora-27
|
||||
- ansible-role-shade-ubuntu-xenial
|
||||
- tox-linters
|
||||
|
Loading…
x
Reference in New Issue
Block a user