
There are no issue with using ubuntu-bionic now, so stop gating on ubuntu-xenial. Change-Id: I5c4cac0d2366a3708f325bffef082ec37d504a8e Depends-On: https://review.openstack.org/623074 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
32 lines
719 B
YAML
32 lines
719 B
YAML
---
|
|
- job:
|
|
name: ansible-role-sudoers
|
|
run: tests/playbooks/run.yaml
|
|
roles:
|
|
- zuul: openstack/ansible-role-sudoers
|
|
|
|
- job:
|
|
name: ansible-role-sudoers-fedora-latest
|
|
parent: ansible-role-sudoers
|
|
nodeset: fedora-latest
|
|
|
|
- job:
|
|
name: ansible-role-sudoers-ubuntu-bionic
|
|
parent: ansible-role-sudoers
|
|
nodeset: ubuntu-bionic
|
|
|
|
- project:
|
|
templates:
|
|
- windmill-jobs-fedora-latest
|
|
- windmill-jobs-bionic
|
|
check:
|
|
jobs:
|
|
- ansible-role-sudoers-fedora-latest
|
|
- ansible-role-sudoers-ubuntu-bionic
|
|
- tox-linters
|
|
gate:
|
|
jobs:
|
|
- ansible-role-sudoers-fedora-latest
|
|
- ansible-role-sudoers-ubuntu-bionic
|
|
- tox-linters
|