ansible-role-zuul/.zuul.yaml
Paul Belanger 9d07dd675e Stop gating on ubuntu-xenial
There is no issues running ubuntu-bionic, so stop gating on
ubuntu-xenial to save CI resources.

Change-Id: If3df793eddb52b03c32afb028f69186c26e474d5
Depends-On: https://review.openstack.org/623074
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-12-05 16:48:56 -05:00

63 lines
1.5 KiB
YAML

- job:
name: ansible-role-zuul-base
parent: unittests
pre-run: tests/playbooks/pre.yaml
run: tests/playbooks/run.yaml
post-run: tests/collect-logs.yaml
roles:
- zuul: openstack/ansible-role-zuul
# Testing for zuul_install_method: pip
- job:
name: ansible-role-zuul
parent: ansible-role-zuul-base
- job:
name: ansible-role-zuul-fedora-latest
parent: ansible-role-zuul
nodeset: fedora-latest
- job:
name: ansible-role-zuul-ubuntu-bionic
parent: ansible-role-zuul
nodeset: ubuntu-bionic
# Testing for zuul_install_method: git
- job:
name: ansible-role-zuul-src
parent: ansible-role-zuul-base
required-projects:
- name: openstack-infra/zuul
vars:
zuul_git_update: false
zuul_install_method: git
- job:
name: ansible-role-zuul-src-fedora-latest
parent: ansible-role-zuul-src
nodeset: fedora-latest
- job:
name: ansible-role-zuul-src-ubuntu-bionic
parent: ansible-role-zuul-src
nodeset: ubuntu-bionic
- project:
templates:
- windmill-jobs-fedora-latest
- windmill-jobs-bionic
check:
jobs:
- ansible-role-zuul-fedora-latest
- ansible-role-zuul-ubuntu-bionic
- ansible-role-zuul-src-fedora-latest
- ansible-role-zuul-src-ubuntu-bionic
- tox-linters
gate:
jobs:
- ansible-role-zuul-fedora-latest
- ansible-role-zuul-ubuntu-bionic
- ansible-role-zuul-src-fedora-latest
- ansible-role-zuul-src-ubuntu-bionic
- tox-linters