Replace CentOS Stream 8 by 9

The latest cinder requires Python >=3.8 which is not available in
CentOS Stream 8. This bumps the base OS version to 9 which has Python
3.9.

Note CentOS Stream 8 jobs are still left now but will be removed once
job definitions in aodh/ceilometer are updated.

Change-Id: I6add67a23a5d39852a1cdca9e2baf3faa1ac0cbb
This commit is contained in:
Takashi Kajinami 2022-05-06 12:52:29 +09:00
parent 6cd5f0274d
commit 0d8ebb6140
1 changed files with 16 additions and 2 deletions

View File

@ -157,6 +157,20 @@
Telemetry devstack tempest tests job for a FIPS enabled Centos 8 stream system
pre-run: playbooks/enable-fips.yaml
- job:
name: telemetry-dsvm-integration-centos-9s
nodeset: devstack-single-node-centos-9-stream
parent: telemetry-dsvm-integration
description: |
Telemetry devstack tempest tests job for a Centos 9 stream system
- job:
name: telemetry-dsvm-integration-centos-9s-fips
parent: telemetry-dsvm-integration-centos-9s
description: |
Telemetry devstack tempest tests job for a FIPS enabled Centos 9 stream system
pre-run: playbooks/enable-fips.yaml
- project:
templates:
- check-requirements
@ -167,8 +181,8 @@
- telemetry-dsvm-integration-wallaby
- telemetry-dsvm-integration-train
- telemetry-dsvm-integration-ipv6-only
- telemetry-dsvm-integration-centos-8s
- telemetry-dsvm-integration-centos-8s-fips
- telemetry-dsvm-integration-centos-9s
- telemetry-dsvm-integration-centos-9s-fips
gate:
queue: telemetry
jobs: