[CI] Move to CentOS Stream

CentOS Stream 8 (aka CentOS 8 Stream) is the currently
supported runtime platform. [0]

DevStack works with CentOS Stream only now. [1]
This patch prepares the ground to drop the devstack-*-centos-8
nodeset.

[0] https://governance.openstack.org/tc/reference/runtimes/xena.html
[1] https://review.opendev.org/c/openstack/devstack/+/759122

Change-Id: I53231cb6b00a57927b3d19115f64117f7cd755ed
This commit is contained in:
Radosław Piliszek 2021-06-07 17:21:22 +00:00
parent d5dad1a718
commit 51b819b912
1 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
check: check:
jobs: jobs:
- cinder-tempest-plugin-lvm-lio-barbican - cinder-tempest-plugin-lvm-lio-barbican
- cinder-tempest-plugin-lvm-lio-barbican-centos-8: - cinder-tempest-plugin-lvm-lio-barbican-centos-8-stream:
voting: false voting: false
- cinder-tempest-plugin-lvm-tgt-barbican - cinder-tempest-plugin-lvm-tgt-barbican
- nova-ceph-multistore: - nova-ceph-multistore:
@ -181,9 +181,9 @@
CINDER_ISCSI_HELPER: lioadm CINDER_ISCSI_HELPER: lioadm
- job: - job:
name: cinder-tempest-plugin-lvm-lio-barbican-centos-8 name: cinder-tempest-plugin-lvm-lio-barbican-centos-8-stream
parent: cinder-tempest-plugin-lvm-lio-barbican parent: cinder-tempest-plugin-lvm-lio-barbican
nodeset: devstack-single-node-centos-8 nodeset: devstack-single-node-centos-8-stream
description: | description: |
This jobs configures Cinder with LVM, LIO, barbican and This jobs configures Cinder with LVM, LIO, barbican and
runs tempest tests and cinderlib tests on CentOS 8. runs tempest tests and cinderlib tests on CentOS 8.