diff --git a/.zuul.yaml b/.zuul.yaml index 063d2ff..cf2c3d0 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-xenial @@ -16,15 +16,15 @@ - project: templates: - - windmill-jobs-fedora-27 + - windmill-jobs-fedora-latest - windmill-jobs-xenial check: jobs: - - ansible-role-logrotate-fedora-27 + - ansible-role-logrotate-fedora-latest - ansible-role-logrotate-ubuntu-xenial - tox-linters gate: jobs: - - ansible-role-logrotate-fedora-27 + - ansible-role-logrotate-fedora-latest - ansible-role-logrotate-ubuntu-xenial - tox-linters