1fd694a40c
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
25 lines
845 B
YAML
25 lines
845 B
YAML
---
|
|
# Copyright 2017, Rackspace US, Inc.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
- job:
|
|
name: openstack-ansible-functional-debian-stable
|
|
parent: openstack-ansible-functional
|
|
nodeset: debian-stable
|
|
|
|
- job:
|
|
name: openstack-ansible-functional-fedora-latest
|
|
parent: openstack-ansible-functional
|
|
nodeset: fedora-latest
|