Use fedora-29 instead of fedora-28
Fedora 28 is an EOL release of fedora and OpenDev is very close to being able to remove those images. Tobiko is one of the last projects using the image. Update the use of that image to fedora latest (currently 29) so that newer fedora releases are tracked. Change-Id: I21ac4f8a9b283190d0b1424e314f4e92fbf54926
This commit is contained in:
parent
1be0c10a97
commit
a51975e622
@ -1,12 +1,12 @@
|
||||
- nodeset:
|
||||
name: openstack-three-node-fedora-28
|
||||
name: openstack-three-node-fedora-latest
|
||||
nodes:
|
||||
- name: controller
|
||||
label: fedora-28
|
||||
label: fedora-29
|
||||
- name: compute1
|
||||
label: fedora-28
|
||||
label: fedora-29
|
||||
- name: compute2
|
||||
label: fedora-28
|
||||
label: fedora-29
|
||||
groups:
|
||||
# Node where tests are executed and test results collected
|
||||
- name: tempest
|
||||
|
@ -19,7 +19,7 @@
|
||||
- tobiko-devstack-scenario-centos-7-queens
|
||||
- tobiko-devstack-scenario-centos-7-rocky
|
||||
- tobiko-devstack-scenario-centos-7-stein
|
||||
- tobiko-devstack-scenario-fedora-28
|
||||
- tobiko-devstack-scenario-fedora-latest
|
||||
- tobiko-devstack-scenario-ubuntu-bionic
|
||||
gate:
|
||||
jobs:
|
||||
|
@ -189,9 +189,9 @@
|
||||
|
||||
|
||||
- job:
|
||||
name: tobiko-devstack-scenario-fedora-28
|
||||
name: tobiko-devstack-scenario-fedora-latest
|
||||
parent: tobiko-devstack-scenario
|
||||
nodeset: openstack-three-node-fedora-28
|
||||
nodeset: openstack-three-node-fedora-latest
|
||||
voting: false
|
||||
vars:
|
||||
devstack_localrc:
|
||||
|
Loading…
x
Reference in New Issue
Block a user