ansible-role-nodepool/.zuul.yaml
Paul Belanger e961f43cc3 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>
2018-12-05 16:47:51 -05:00

67 lines
1.7 KiB
YAML

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