ee4c7d17de
Puppet 8 was recently released. This adds a few non-voting jobs to start testing our modules with that new major version. Note that Puppet 8 requires Ruby 3.1, which is not available in Ubuntu Jammy and CentOS 9 Stream by default. To meat that requirement we use CentOS 9 Stream with the ruby:3.1 module enabled. Change-Id: I0dc1d3a6c1b40c1e9cce636e9d41ec45e8bbf3ad
35 lines
955 B
YAML
35 lines
955 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
|
|
|
|
- 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
|
|
|
|
- job:
|
|
name: puppet-openstack-libraries-puppet-unit-8.0-centos-9-stream
|
|
parent: puppet-openstack-libraries-puppet-unit-base
|
|
nodeset: centos-9-stream
|
|
voting: false
|
|
vars:
|
|
puppet_gem_version: 8.0.1
|
|
dnf_modules:
|
|
ruby: 3.1
|
|
|
|
- job:
|
|
name: puppet-openstack-libraries-puppet-unit-latest-ubuntu-jammy
|
|
parent: puppet-openstack-libraries-puppet-unit-base
|
|
nodeset: ubuntu-jammy
|
|
voting: false
|
|
vars:
|
|
puppet_gem_version: latest
|