From 65450a3c980cf73b1f41ebd702be1c3396459cf2 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Wed, 25 Jul 2018 20:42:00 -0400 Subject: [PATCH] Switch to fedora-latest nodeset This will make it easy on openstack-infra to upgrade fedora nodes. Change-Id: Id2dc40a88f9638b7ff9ef7a1a87305b1cd151dfc Signed-off-by: Paul Belanger --- .zuul.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index d409ed2..d051c3d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -11,9 +11,9 @@ parent: ansible-role-carbon-base - job: - name: ansible-role-carbon-fedora-27 + name: ansible-role-carbon-fedora-latest parent: ansible-role-carbon - nodeset: fedora-27 + nodeset: fedora-latest - job: name: ansible-role-carbon-ubuntu-bionic @@ -33,9 +33,9 @@ carbon_install_method: git - job: - name: ansible-role-carbon-src-fedora-27 + name: ansible-role-carbon-src-fedora-latest parent: ansible-role-carbon-src - nodeset: fedora-27 + nodeset: fedora-latest - job: name: ansible-role-carbon-src-ubuntu-bionic @@ -50,19 +50,19 @@ - project: check: jobs: - - ansible-role-carbon-fedora-27 + - ansible-role-carbon-fedora-latest - ansible-role-carbon-ubuntu-bionic - ansible-role-carbon-ubuntu-xenial - - ansible-role-carbon-src-fedora-27 + - ansible-role-carbon-src-fedora-latest - ansible-role-carbon-src-ubuntu-bionic - ansible-role-carbon-src-ubuntu-xenial - tox-linters gate: jobs: - - ansible-role-carbon-fedora-27 + - ansible-role-carbon-fedora-latest - ansible-role-carbon-ubuntu-bionic - ansible-role-carbon-ubuntu-xenial - - ansible-role-carbon-src-fedora-27 + - ansible-role-carbon-src-fedora-latest - ansible-role-carbon-src-ubuntu-bionic - ansible-role-carbon-src-ubuntu-xenial - tox-linters