b506573a67
... to the latest one of 7.x and 8.x. Change-Id: Id5fe04677e4443c0799fa684f27578dc40be6d50
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.8-centos-9-stream
|
|
parent: puppet-openstack-unit-base
|
|
nodeset: centos-9-stream
|
|
voting: false
|
|
vars:
|
|
puppet_gem_version: 8.8
|
|
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.8-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
|