
Puppet 7 is reaching its EOL very soon. Enable testing with Puppet 8 to prepare complete migration to Puppet 8. Note that litmus jobs are kept non-voting in this step but will later be made voting. Change-Id: I4578a2265f962ec38b7bddb19e0dfbb624d117de
48 lines
1.2 KiB
YAML
48 lines
1.2 KiB
YAML
---
|
|
# This file contains the puppet unit job configurations
|
|
#
|
|
- job:
|
|
name: puppet-openstack-unit-7.32-centos-9-stream
|
|
parent: puppet-openstack-unit-base
|
|
nodeset: centos-9-stream
|
|
vars:
|
|
puppet_gem_version: 7.32
|
|
|
|
- job:
|
|
name: puppet-openstack-unit-7.32-ubuntu-jammy
|
|
parent: puppet-openstack-unit-base
|
|
nodeset: ubuntu-jammy
|
|
vars:
|
|
puppet_gem_version: 7.32
|
|
|
|
- job:
|
|
name: puppet-openstack-unit-8.10-centos-9-stream
|
|
parent: puppet-openstack-unit-base
|
|
nodeset: centos-9-stream
|
|
vars:
|
|
puppet_gem_version: 8.10
|
|
dnf_modules:
|
|
ruby: 3.1
|
|
|
|
- job:
|
|
name: puppet-openstack-unit-latest-ubuntu-jammy
|
|
parent: puppet-openstack-unit-base
|
|
nodeset: ubuntu-jammy
|
|
voting: false
|
|
vars:
|
|
puppet_gem_version: latest
|
|
|
|
- project-template:
|
|
name: puppet-openstack-module-unit-jobs
|
|
check:
|
|
jobs:
|
|
- puppet-openstack-unit-7.32-centos-9-stream
|
|
- puppet-openstack-unit-7.32-ubuntu-jammy
|
|
- puppet-openstack-unit-8.10-centos-9-stream
|
|
- puppet-openstack-unit-latest-ubuntu-jammy
|
|
gate:
|
|
jobs:
|
|
- puppet-openstack-unit-7.32-centos-9-stream
|
|
- puppet-openstack-unit-7.32-ubuntu-jammy
|
|
- puppet-openstack-unit-8.10-centos-9-stream
|