[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
Radosław Piliszek
4 years ago
| 4 | 4 | check: |
| 5 | 5 | jobs: |
| 6 | 6 | - cinder-tempest-plugin-lvm-lio-barbican |
| 7 | - cinder-tempest-plugin-lvm-lio-barbican-centos-8: | |
| 7 | - cinder-tempest-plugin-lvm-lio-barbican-centos-8-stream: | |
| 8 | 8 | voting: false |
| 9 | 9 | - cinder-tempest-plugin-lvm-tgt-barbican |
| 10 | 10 | - nova-ceph-multistore: |
| 180 | 180 | CINDER_ISCSI_HELPER: lioadm |
| 181 | 181 | |
| 182 | 182 | - job: |
| 183 | name: cinder-tempest-plugin-lvm-lio-barbican-centos-8 | |
| 183 | name: cinder-tempest-plugin-lvm-lio-barbican-centos-8-stream | |
| 184 | 184 | parent: cinder-tempest-plugin-lvm-lio-barbican |
| 185 | nodeset: devstack-single-node-centos-8 | |
| 185 | nodeset: devstack-single-node-centos-8-stream | |
| 186 | 186 | description: | |
| 187 | 187 | This jobs configures Cinder with LVM, LIO, barbican and |
| 188 | 188 | runs tempest tests and cinderlib tests on CentOS 8. |