These jobs are kept so that we can check upcoming incompatibility
during our development cycle. So these are not useful for stable branch
maintenance.
Conflicts:
zuul.d/layout.yaml
zuul.d/libraries.yaml
zuul.d/unit.yaml
Change-Id: I3faa7437b38a38037dda709032ddaf716c1b9d22
(cherry picked from commit bffd679b69)
21 lines
712 B
YAML
21 lines
712 B
YAML
---
|
|
# This file contains the jobs for the puppet openstack libraries
|
|
#
|
|
- job:
|
|
name: puppet-openstack-libraries-puppet-unit-7.22-centos-9-stream
|
|
parent: puppet-openstack-libraries-puppet-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-libraries-puppet-unit-7.22-ubuntu-jammy
|
|
parent: puppet-openstack-libraries-puppet-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'
|