810b66b6b3
Now that we have fedora-27 images online, start testing against that. It also seems that pip3 will use /usr/local so we can remove override from systemd for fedora. https://fedoraproject.org/wiki/Changes/Making_sudo_pip_safe Change-Id: I21f5c2b5cefd3b8b08478de5db9a3104f1610b5a Depends-On: https://review.openstack.org/543013/ Depends-On: https://review.openstack.org/543019/ Signed-off-by: Paul Belanger <pabelanger@redhat.com>
34 lines
752 B
YAML
34 lines
752 B
YAML
- job:
|
|
name: ansible-role-zuul
|
|
run: tests/test.yaml
|
|
post-run: tests/collect-logs.yaml
|
|
required-projects:
|
|
- name: openstack-infra/zuul
|
|
roles:
|
|
- zuul: openstack/ansible-role-zuul
|
|
|
|
- job:
|
|
name: ansible-role-zuul-fedora-27
|
|
parent: ansible-role-zuul
|
|
nodeset: fedora-27
|
|
|
|
- job:
|
|
name: ansible-role-zuul-ubuntu-xenial
|
|
parent: ansible-role-zuul
|
|
nodeset: ubuntu-xenial
|
|
|
|
- project:
|
|
templates:
|
|
- windmill-jobs-fedora-27
|
|
- windmill-jobs-xenial
|
|
check:
|
|
jobs:
|
|
- ansible-role-zuul-fedora-27
|
|
- ansible-role-zuul-ubuntu-xenial
|
|
- tox-linters
|
|
gate:
|
|
jobs:
|
|
- ansible-role-zuul-fedora-27
|
|
- ansible-role-zuul-ubuntu-xenial
|
|
- tox-linters
|