Merge "Switch to fedora-latest for nodeset name"

This commit is contained in:
Zuul 2018-05-07 12:51:12 +00:00 committed by Gerrit Code Review
commit 37224aaa8f
2 changed files with 15 additions and 5 deletions

View File

@ -48,6 +48,16 @@
nodes:
- controller
- nodeset:
name: devstack-single-node-fedora-latest
nodes:
- name: controller
label: fedora-28
groups:
- name: tempest
nodes:
- controller
- nodeset:
name: openstack-two-node
nodes:
@ -406,10 +416,10 @@
voting: false
- job:
name: devstack-platform-fedora-27
name: devstack-platform-fedora-latest
parent: tempest-full
description: Fedora 27 platform test
nodeset: devstack-single-node-fedora-27
description: Fedora latest platform test
nodeset: devstack-single-node-fedora-latest
voting: false
- job:
@ -482,7 +492,7 @@
- devstack-platform-centos-7
- devstack-platform-opensuse-423
- devstack-platform-opensuse-tumbleweed
- devstack-platform-fedora-27
- devstack-platform-fedora-latest
- devstack-multinode
- devstack-unit-tests
gate:

View File

@ -221,7 +221,7 @@ write_devstack_version
# Warn users who aren't on an explicitly supported distro, but allow them to
# override check and attempt installation with ``FORCE=yes ./stack``
if [[ ! ${DISTRO} =~ (xenial|artful|bionic|stretch|jessie|f25|f26|f27|opensuse-42.3|opensuse-tumbleweed|rhel7) ]]; then
if [[ ! ${DISTRO} =~ (xenial|artful|bionic|stretch|jessie|f27|f28|opensuse-42.3|opensuse-tumbleweed|rhel7) ]]; then
echo "WARNING: this script has not been tested on $DISTRO"
if [[ "$FORCE" != "yes" ]]; then
die $LINENO "If you wish to run this script anyway run with FORCE=yes"