8ea61b5174
Puppet 7.26 and 8.3.1 were released this November. Change-Id: I60de0a11507785d23cff80bfffdfdfe14d3cca0c
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.27-centos-9-stream
|
|
parent: puppet-openstack-unit-base
|
|
nodeset: centos-9-stream
|
|
vars:
|
|
puppet_gem_version: 7.27.0
|
|
|
|
- job:
|
|
name: puppet-openstack-unit-7.27-ubuntu-jammy
|
|
parent: puppet-openstack-unit-base
|
|
nodeset: ubuntu-jammy
|
|
vars:
|
|
puppet_gem_version: 7.27.0
|
|
|
|
- job:
|
|
name: puppet-openstack-unit-8.3-centos-9-stream
|
|
parent: puppet-openstack-unit-base
|
|
nodeset: centos-9-stream
|
|
voting: false
|
|
vars:
|
|
puppet_gem_version: 8.3.1
|
|
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.27-centos-9-stream
|
|
- puppet-openstack-unit-7.27-ubuntu-jammy
|
|
- puppet-openstack-unit-8.3-centos-9-stream
|
|
- puppet-openstack-unit-latest-ubuntu-jammy
|
|
gate:
|
|
jobs:
|
|
- puppet-openstack-unit-7.27-centos-9-stream
|
|
- puppet-openstack-unit-7.27-ubuntu-jammy
|