From 318c0c6e97089ffa564d043a4d20bcc470777efc Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Tue, 31 Jul 2018 15:03:22 -0400 Subject: [PATCH] Switch to fedora-latest nodeset This makes it easier for openstack-infra to update fedora. Change-Id: Ida05ad5c9447f02a88f2c2f0516efdbd5f5f3515 Signed-off-by: Paul Belanger --- .zuul.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 44638a7..85e63dc 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -5,9 +5,9 @@ - zuul: openstack/ansible-role-logrotate - job: - name: ansible-role-logrotate-fedora-27 + name: ansible-role-logrotate-fedora-latest parent: ansible-role-logrotate - nodeset: fedora-27 + nodeset: fedora-latest - job: name: ansible-role-logrotate-ubuntu-bionic @@ -21,18 +21,18 @@ - project: templates: - - windmill-jobs-fedora-27 + - windmill-jobs-fedora-latest - windmill-jobs-bionic - windmill-jobs-xenial check: jobs: - - ansible-role-logrotate-fedora-27 + - ansible-role-logrotate-fedora-latest - ansible-role-logrotate-ubuntu-bionic - ansible-role-logrotate-ubuntu-xenial - tox-linters gate: jobs: - - ansible-role-logrotate-fedora-27 + - ansible-role-logrotate-fedora-latest - ansible-role-logrotate-ubuntu-bionic - ansible-role-logrotate-ubuntu-xenial - tox-linters