d32a30d3e8
We've switch to ubuntu-bionic since it is stable, this also allows us to save some CI resources. Change-Id: I7f9d5201b4a19c976b8e3243dfd4e7a1a72d6456 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
31 lines
716 B
YAML
31 lines
716 B
YAML
- job:
|
|
name: ansible-role-grafyaml
|
|
run: tests/test.yaml
|
|
roles:
|
|
- zuul: openstack/ansible-role-grafyaml
|
|
|
|
- job:
|
|
name: ansible-role-grafyaml-fedora-latest
|
|
parent: ansible-role-grafyaml
|
|
nodeset: fedora-latest
|
|
|
|
- job:
|
|
name: ansible-role-grafyaml-ubuntu-bionic
|
|
parent: ansible-role-grafyaml
|
|
nodeset: ubuntu-bionic
|
|
|
|
- project:
|
|
templates:
|
|
- windmill-jobs-fedora-latest
|
|
- windmill-jobs-bionic
|
|
check:
|
|
jobs:
|
|
- ansible-role-grafyaml-fedora-latest
|
|
- ansible-role-grafyaml-ubuntu-bionic
|
|
- tox-linters
|
|
gate:
|
|
jobs:
|
|
- ansible-role-grafyaml-fedora-latest
|
|
- ansible-role-grafyaml-ubuntu-bionic
|
|
- tox-linters
|