From b9257405bfc8cf8c2e4e7d85710f3cefefa399aa Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 2 Aug 2018 16:04:33 -0400 Subject: [PATCH] Switch for fedora-latest nodeset Change-Id: I865c043fac3fada4fb52d5ebdbeffa44d6e1a0f5 Signed-off-by: Paul Belanger --- .zuul.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index a63cbd8..721eeb1 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -11,9 +11,9 @@ parent: ansible-role-whisper-base - job: - name: ansible-role-whisper-fedora-27 + name: ansible-role-whisper-fedora-latest parent: ansible-role-whisper - nodeset: fedora-27 + nodeset: fedora-latest - job: name: ansible-role-whisper-ubuntu-bionic @@ -33,9 +33,9 @@ whisper_install_method: git - job: - name: ansible-role-whisper-src-fedora-27 + name: ansible-role-whisper-src-fedora-latest parent: ansible-role-whisper-src - nodeset: fedora-27 + nodeset: fedora-latest - job: name: ansible-role-whisper-src-ubuntu-bionic @@ -50,19 +50,19 @@ - project: check: jobs: - - ansible-role-whisper-fedora-27 + - ansible-role-whisper-fedora-latest - ansible-role-whisper-ubuntu-bionic - ansible-role-whisper-ubuntu-xenial - - ansible-role-whisper-src-fedora-27 + - ansible-role-whisper-src-fedora-latest - ansible-role-whisper-src-ubuntu-bionic - ansible-role-whisper-src-ubuntu-xenial - tox-linters gate: jobs: - - ansible-role-whisper-fedora-27 + - ansible-role-whisper-fedora-latest - ansible-role-whisper-ubuntu-bionic - ansible-role-whisper-ubuntu-xenial - - ansible-role-whisper-src-fedora-27 + - ansible-role-whisper-src-fedora-latest - ansible-role-whisper-src-ubuntu-bionic - ansible-role-whisper-src-ubuntu-xenial - tox-linters