2018-11-29 21:26:09 -07:00
|
|
|
---
|
|
|
|
# This file contains the puppet unit job configurations
|
|
|
|
#
|
2021-03-04 17:49:55 +01:00
|
|
|
- job:
|
2023-01-27 15:52:51 +09:00
|
|
|
name: puppet-openstack-unit-7.22-centos-9-stream
|
2021-03-04 17:49:55 +01:00
|
|
|
parent: puppet-openstack-unit-base
|
2022-04-07 20:32:11 +09:00
|
|
|
nodeset: centos-9-stream
|
2021-03-04 17:49:55 +01:00
|
|
|
vars:
|
2023-01-27 15:52:51 +09:00
|
|
|
puppet_gem_version: 7.22.0
|
2021-03-04 17:49:55 +01:00
|
|
|
|
2018-11-29 21:26:09 -07:00
|
|
|
- job:
|
2023-01-27 15:52:51 +09:00
|
|
|
name: puppet-openstack-unit-7.22-ubuntu-jammy
|
2018-11-29 21:26:09 -07:00
|
|
|
parent: puppet-openstack-unit-base
|
2022-07-04 00:22:09 +09:00
|
|
|
nodeset: ubuntu-jammy
|
2021-03-04 17:49:55 +01:00
|
|
|
vars:
|
2023-01-27 15:52:51 +09:00
|
|
|
puppet_gem_version: 7.22.0
|
2023-04-28 11:47:08 +09:00
|
|
|
|
|
|
|
- job:
|
|
|
|
name: puppet-openstack-unit-8.0-centos-9-stream
|
|
|
|
parent: puppet-openstack-unit-base
|
|
|
|
nodeset: centos-9-stream
|
|
|
|
voting: false
|
|
|
|
vars:
|
|
|
|
puppet_gem_version: 8.0.1
|
|
|
|
dnf_modules:
|
|
|
|
ruby: 3.1
|
2021-03-04 17:49:55 +01:00
|
|
|
|
2018-11-29 21:26:09 -07:00
|
|
|
- project-template:
|
|
|
|
name: puppet-openstack-module-unit-jobs
|
|
|
|
check:
|
|
|
|
jobs:
|
2023-01-27 15:52:51 +09:00
|
|
|
- puppet-openstack-unit-7.22-centos-9-stream
|
|
|
|
- puppet-openstack-unit-7.22-ubuntu-jammy
|
2023-04-28 11:47:08 +09:00
|
|
|
- puppet-openstack-unit-8.0-centos-9-stream
|
2018-11-29 21:26:09 -07:00
|
|
|
gate:
|
|
|
|
jobs:
|
2023-01-27 15:52:51 +09:00
|
|
|
- puppet-openstack-unit-7.22-centos-9-stream
|
|
|
|
- puppet-openstack-unit-7.22-ubuntu-jammy
|