Jesse Pretorius 63cc530143 Start gating on ubuntu-bionic
Now that ubuntu-bionic is released, we can gate on it.

Change-Id: Ia5795ca0016e6be55ab595e2d64f8088f6d015d8
2018-05-01 12:12:22 +01:00

69 lines
1.8 KiB
YAML

- job:
name: ansible-role-whisper-base
pre-run: tests/playbooks/pre.yaml
run: tests/playbooks/run.yaml
roles:
- zuul: openstack/ansible-role-whisper
# Testing for whisper_install_method: pip
- job:
name: ansible-role-whisper
parent: ansible-role-whisper-base
- job:
name: ansible-role-whisper-fedora-27
parent: ansible-role-whisper
nodeset: fedora-27
- job:
name: ansible-role-whisper-ubuntu-bionic
parent: ansible-role-whisper
nodeset: ubuntu-bionic
- job:
name: ansible-role-whisper-ubuntu-xenial
parent: ansible-role-whisper
nodeset: ubuntu-xenial
# Testing for whisper_install_method: git
- job:
name: ansible-role-whisper-src
parent: ansible-role-whisper-base
vars:
whisper_install_method: git
- job:
name: ansible-role-whisper-src-fedora-27
parent: ansible-role-whisper-src
nodeset: fedora-27
- job:
name: ansible-role-whisper-src-ubuntu-bionic
parent: ansible-role-whisper-src
nodeset: ubuntu-bionic
- job:
name: ansible-role-whisper-src-ubuntu-xenial
parent: ansible-role-whisper-src
nodeset: ubuntu-xenial
- project:
check:
jobs:
- ansible-role-whisper-fedora-27
- ansible-role-whisper-ubuntu-bionic
- ansible-role-whisper-ubuntu-xenial
- ansible-role-whisper-src-fedora-27
- ansible-role-whisper-src-ubuntu-bionic
- ansible-role-whisper-src-ubuntu-xenial
- tox-linters
gate:
jobs:
- ansible-role-whisper-fedora-27
- ansible-role-whisper-ubuntu-bionic
- ansible-role-whisper-ubuntu-xenial
- ansible-role-whisper-src-fedora-27
- ansible-role-whisper-src-ubuntu-bionic
- ansible-role-whisper-src-ubuntu-xenial
- tox-linters