Stop gating on ubuntu-xenial
There is no issues running ubuntu-bionic, so stop gating on ubuntu-xenial to save us CI resources. Change-Id: I1caedaee17b67d27a7005a827be62a58c9739a49 Depends-On: https://review.openstack.org/623074 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
28721e46e4
commit
e961f43cc3
16
.zuul.yaml
16
.zuul.yaml
@ -24,11 +24,6 @@
|
|||||||
parent: ansible-role-nodepool
|
parent: ansible-role-nodepool
|
||||||
nodeset: ubuntu-bionic
|
nodeset: ubuntu-bionic
|
||||||
|
|
||||||
- job:
|
|
||||||
name: ansible-role-nodepool-ubuntu-xenial
|
|
||||||
parent: ansible-role-nodepool
|
|
||||||
nodeset: ubuntu-xenial
|
|
||||||
|
|
||||||
# Testing for nodepool_install_method: git
|
# Testing for nodepool_install_method: git
|
||||||
- job:
|
- job:
|
||||||
name: ansible-role-nodepool-src
|
name: ansible-role-nodepool-src
|
||||||
@ -49,34 +44,23 @@
|
|||||||
parent: ansible-role-nodepool-src
|
parent: ansible-role-nodepool-src
|
||||||
nodeset: ubuntu-bionic
|
nodeset: ubuntu-bionic
|
||||||
|
|
||||||
- job:
|
|
||||||
name: ansible-role-nodepool-src-ubuntu-xenial
|
|
||||||
parent: ansible-role-nodepool-src
|
|
||||||
nodeset: ubuntu-xenial
|
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: openstack/ansible-role-nodepool
|
|
||||||
templates:
|
templates:
|
||||||
- windmill-jobs-fedora-latest
|
- windmill-jobs-fedora-latest
|
||||||
- windmill-jobs-bionic
|
- windmill-jobs-bionic
|
||||||
- windmill-jobs-xenial
|
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- ansible-role-nodepool-fedora-latest
|
- ansible-role-nodepool-fedora-latest
|
||||||
- ansible-role-nodepool-ubuntu-bionic
|
- ansible-role-nodepool-ubuntu-bionic
|
||||||
- ansible-role-nodepool-ubuntu-xenial
|
|
||||||
- ansible-role-nodepool-src-fedora-latest
|
- ansible-role-nodepool-src-fedora-latest
|
||||||
- ansible-role-nodepool-src-ubuntu-bionic
|
- ansible-role-nodepool-src-ubuntu-bionic
|
||||||
- ansible-role-nodepool-src-ubuntu-xenial
|
|
||||||
- tox-linters
|
- tox-linters
|
||||||
- windmill-tox-molecule
|
- windmill-tox-molecule
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- ansible-role-nodepool-fedora-latest
|
- ansible-role-nodepool-fedora-latest
|
||||||
- ansible-role-nodepool-ubuntu-bionic
|
- ansible-role-nodepool-ubuntu-bionic
|
||||||
- ansible-role-nodepool-ubuntu-xenial
|
|
||||||
- ansible-role-nodepool-src-fedora-latest
|
- ansible-role-nodepool-src-fedora-latest
|
||||||
- ansible-role-nodepool-src-ubuntu-bionic
|
- ansible-role-nodepool-src-ubuntu-bionic
|
||||||
- ansible-role-nodepool-src-ubuntu-xenial
|
|
||||||
- tox-linters
|
- tox-linters
|
||||||
- windmill-tox-molecule
|
- windmill-tox-molecule
|
||||||
|
Loading…
Reference in New Issue
Block a user