6984cc9f47
Puppet 7.22 was just released to fix the incompatibility with the latest concurrent-ruby. Let's bump the version used in our CI to unpin the library. Related-Bug: #2003761 Change-Id: I1fe226be4771fa434cc23f359fc0a9aee87e0ee6
43 lines
1.3 KiB
YAML
43 lines
1.3 KiB
YAML
---
|
|
# This file contains the puppet unit job configurations
|
|
#
|
|
- job:
|
|
name: puppet-openstack-unit-7.22-centos-9-stream
|
|
parent: puppet-openstack-unit-base
|
|
nodeset: centos-9-stream
|
|
vars:
|
|
puppet_gem_version: 7.22.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-7.22-ubuntu-jammy
|
|
parent: puppet-openstack-unit-base
|
|
nodeset: ubuntu-jammy
|
|
vars:
|
|
puppet_gem_version: 7.22.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-latest-ubuntu-jammy
|
|
parent: puppet-openstack-unit-base
|
|
nodeset: ubuntu-jammy
|
|
voting: false
|
|
vars:
|
|
puppet_gem_version: latest
|
|
# NOTE(tkajinam): rspec-puppet >= 2.10.0 is required for Ruby 3 support
|
|
rspec_puppet_version: '~> 2.10.0'
|
|
|
|
- project-template:
|
|
name: puppet-openstack-module-unit-jobs
|
|
check:
|
|
jobs:
|
|
- puppet-openstack-unit-7.22-centos-9-stream
|
|
- puppet-openstack-unit-7.22-ubuntu-jammy
|
|
- puppet-openstack-unit-latest-ubuntu-jammy
|
|
gate:
|
|
jobs:
|
|
- puppet-openstack-unit-7.22-centos-9-stream
|
|
- puppet-openstack-unit-7.22-ubuntu-jammy
|