27ccf1dad3
Change-Id: I8e35daca7a0500d05aa7bb9a01885f2556e4e425
49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
---
|
|
# This file contains the puppet unit job configurations
|
|
#
|
|
- job:
|
|
name: puppet-openstack-unit-7.26-centos-9-stream
|
|
parent: puppet-openstack-unit-base
|
|
nodeset: centos-9-stream
|
|
vars:
|
|
puppet_gem_version: 7.26.0
|
|
|
|
- job:
|
|
name: puppet-openstack-unit-7.26-ubuntu-jammy
|
|
parent: puppet-openstack-unit-base
|
|
nodeset: ubuntu-jammy
|
|
vars:
|
|
puppet_gem_version: 7.26.0
|
|
|
|
- job:
|
|
name: puppet-openstack-unit-8.2-centos-9-stream
|
|
parent: puppet-openstack-unit-base
|
|
nodeset: centos-9-stream
|
|
voting: false
|
|
vars:
|
|
puppet_gem_version: 8.2.0
|
|
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.26-centos-9-stream
|
|
- puppet-openstack-unit-7.26-ubuntu-jammy
|
|
- puppet-openstack-unit-8.2-centos-9-stream
|
|
- puppet-openstack-unit-latest-ubuntu-jammy
|
|
gate:
|
|
jobs:
|
|
- puppet-openstack-unit-7.26-centos-9-stream
|
|
- puppet-openstack-unit-7.26-ubuntu-jammy
|
|
- puppet-openstack-unit-8.2-centos-9-stream
|