Switch from fedora-26 to fedora-27 testing
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: Ic47121b0d13936795980c433ee52cc1c6e11b2cd Depends-On: https://review.openstack.org/543013/ Depends-On: https://review.openstack.org/543019/ Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
7212863d56
commit
c676f99309
10
.zuul.yaml
10
.zuul.yaml
@ -8,9 +8,9 @@
|
|||||||
- zuul: openstack/ansible-role-nodepool
|
- zuul: openstack/ansible-role-nodepool
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: ansible-role-nodepool-fedora-26
|
name: ansible-role-nodepool-fedora-27
|
||||||
parent: ansible-role-nodepool
|
parent: ansible-role-nodepool
|
||||||
nodeset: fedora-26
|
nodeset: fedora-27
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: ansible-role-nodepool-ubuntu-xenial
|
name: ansible-role-nodepool-ubuntu-xenial
|
||||||
@ -20,15 +20,15 @@
|
|||||||
- project:
|
- project:
|
||||||
name: openstack/ansible-role-nodepool
|
name: openstack/ansible-role-nodepool
|
||||||
templates:
|
templates:
|
||||||
- windmill-jobs-fedora-26
|
- windmill-jobs-fedora-27
|
||||||
- windmill-jobs-xenial
|
- windmill-jobs-xenial
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- ansible-role-nodepool-fedora-26
|
- ansible-role-nodepool-fedora-27
|
||||||
- ansible-role-nodepool-ubuntu-xenial
|
- ansible-role-nodepool-ubuntu-xenial
|
||||||
- tox-linters
|
- tox-linters
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- ansible-role-nodepool-fedora-26
|
- ansible-role-nodepool-fedora-27
|
||||||
- ansible-role-nodepool-ubuntu-xenial
|
- ansible-role-nodepool-ubuntu-xenial
|
||||||
- tox-linters
|
- tox-linters
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
# This file is generated by Ansible
|
# This file is generated by Ansible
|
||||||
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
|
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
|
||||||
#
|
#
|
||||||
[Service]
|
|
||||||
Environment="PREFIX=/usr"
|
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
# This file is generated by Ansible
|
# This file is generated by Ansible
|
||||||
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
|
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
|
||||||
#
|
#
|
||||||
[Service]
|
|
||||||
Environment="PREFIX=/usr"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user