Migrate unit tests to CentOS 9 Stream
RDO no longer supports CentOS 8 Stream since Zed, and functional jobs are being migrated to CentOS 9 Stream. Following that migration, this change migrates unit tests to CentOS 9 Stream, to reduce OS versions we use in CI. Change-Id: I93cc7545728fd6dde89399d8a57763137dd24f55
This commit is contained in:
parent
6ebc10e58e
commit
5a113b3b09
@ -30,7 +30,7 @@
|
||||
- puppet-openstack-libraries-puppet-syntax-6-ubuntu-focal
|
||||
- puppet-openstack-libraries-puppet-syntax-7-ubuntu-focal
|
||||
- puppet-openstack-libraries-puppet-unit-6.21-ubuntu-focal
|
||||
- puppet-openstack-libraries-puppet-unit-7.10-centos-8-stream
|
||||
- puppet-openstack-libraries-puppet-unit-7.10-centos-9-stream
|
||||
- puppet-openstack-libraries-puppet-unit-7.10-ubuntu-focal
|
||||
- puppet-openstack-libraries-puppet-unit-latest-ubuntu-focal
|
||||
- puppet-openstack-libraries-litmus-6.21-ubuntu-focal
|
||||
@ -43,7 +43,7 @@
|
||||
- puppet-openstack-libraries-puppet-lint-ubuntu-focal
|
||||
- puppet-openstack-libraries-puppet-syntax-6-ubuntu-focal
|
||||
- puppet-openstack-libraries-puppet-unit-6.21-ubuntu-focal
|
||||
- puppet-openstack-libraries-puppet-unit-7.10-centos-8-stream
|
||||
- puppet-openstack-libraries-puppet-unit-7.10-centos-9-stream
|
||||
- puppet-openstack-libraries-litmus-7.10-centos-8-stream
|
||||
|
||||
# integration jobs
|
||||
|
@ -2,11 +2,13 @@
|
||||
# This file contains the jobs for the puppet openstack libraries
|
||||
#
|
||||
- job:
|
||||
name: puppet-openstack-libraries-puppet-unit-7.10-centos-8-stream
|
||||
name: puppet-openstack-libraries-puppet-unit-7.10-centos-9-stream
|
||||
parent: puppet-openstack-libraries-puppet-unit-base
|
||||
nodeset: centos-8-stream
|
||||
nodeset: centos-9-stream
|
||||
vars:
|
||||
puppet_gem_version: 7.10.0
|
||||
# NOTE(tkajinam): rspec-puppet >= 2.10.0 is required for Ruby 3 support
|
||||
rspec_puppet_version: '= 2.10.0'
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-libraries-puppet-unit-6.21-ubuntu-focal
|
||||
|
@ -2,11 +2,13 @@
|
||||
# This file contains the puppet unit job configurations
|
||||
#
|
||||
- job:
|
||||
name: puppet-openstack-unit-7.10-centos-8-stream
|
||||
name: puppet-openstack-unit-7.10-centos-9-stream
|
||||
parent: puppet-openstack-unit-base
|
||||
nodeset: centos-8-stream
|
||||
nodeset: centos-9-stream
|
||||
vars:
|
||||
puppet_gem_version: 7.10.0
|
||||
# NOTE(tkajinam): rspec-puppet >= 2.10.0 is required for Ruby 3 support
|
||||
rspec_puppet_version: '= 2.10.0'
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-unit-6.21-ubuntu-focal
|
||||
@ -37,12 +39,12 @@
|
||||
name: puppet-openstack-module-unit-jobs
|
||||
check:
|
||||
jobs:
|
||||
- puppet-openstack-unit-7.10-centos-8-stream
|
||||
- puppet-openstack-unit-7.10-centos-9-stream
|
||||
- puppet-openstack-unit-6.21-ubuntu-focal
|
||||
- puppet-openstack-unit-7.10-ubuntu-focal
|
||||
- puppet-openstack-unit-latest-ubuntu-focal
|
||||
gate:
|
||||
jobs:
|
||||
- puppet-openstack-unit-7.10-centos-8-stream
|
||||
- puppet-openstack-unit-7.10-centos-9-stream
|
||||
- puppet-openstack-unit-6.21-ubuntu-focal
|
||||
- puppet-openstack-unit-7.10-ubuntu-focal
|
||||
|
Loading…
Reference in New Issue
Block a user