Gate latest Fedora by using the fedora-latest nodeset

Fedora release new releases pretty often and the infrastructure
team does not want to maintain multiple images of Fedora.  Therefore,
they are suggesting that we use the `fedora-latest` nodeset to always
get the latest Fedora release. This is similar to the `debian-stable`
nodeset.

Change-Id: Ib19b9c5ff061e5250d65e4e397e599d70995fc76
This commit is contained in:
Mohammed Naser 2018-06-18 22:01:05 -04:00
parent 82c113bae0
commit 1fd694a40c
2 changed files with 4 additions and 4 deletions

View File

@ -19,6 +19,6 @@
nodeset: debian-stable
- job:
name: openstack-ansible-functional-fedora-27
name: openstack-ansible-functional-fedora-latest
parent: openstack-ansible-functional
nodeset: fedora-27
nodeset: fedora-latest

View File

@ -18,8 +18,8 @@
check:
jobs:
- openstack-ansible-functional-debian-stable
- openstack-ansible-functional-fedora-27
- openstack-ansible-functional-fedora-latest
gate:
jobs:
- openstack-ansible-functional-debian-stable
- openstack-ansible-functional-fedora-27
- openstack-ansible-functional-fedora-latest