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:
Paul Belanger 2018-04-10 20:31:49 -04:00
parent 32692b4aa4
commit afdbdc9eb6
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 0 additions and 7 deletions

View File

@ -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