Files
puppet-openstack-integration/zuul.d/unit.yaml
Takashi Kajinami c058d2772c stably-only: Remove tests with latest puppet
These jobs are kept so that we can check upcoming incompatibility
during our development cycle. So these are not useful for stable branch
maintenance.

Conflicts:
	zuul.d/layout.yaml
	zuul.d/libraries.yaml
	zuul.d/unit.yaml

Change-Id: I3faa7437b38a38037dda709032ddaf716c1b9d22
(cherry picked from commit bffd679b69)
2023-11-21 20:36:35 +09:00

32 lines
951 B
YAML

---
# This file contains the puppet unit job configurations
#
- job:
name: puppet-openstack-unit-7.22-centos-9-stream
parent: puppet-openstack-unit-base
nodeset: centos-9-stream
vars:
puppet_gem_version: 7.22.0
# NOTE(tkajinam): rspec-puppet >= 2.10.0 is required for Ruby 3 support
rspec_puppet_version: '~> 2.10.0'
- job:
name: puppet-openstack-unit-7.22-ubuntu-jammy
parent: puppet-openstack-unit-base
nodeset: ubuntu-jammy
vars:
puppet_gem_version: 7.22.0
# NOTE(tkajinam): rspec-puppet >= 2.10.0 is required for Ruby 3 support
rspec_puppet_version: '~> 2.10.0'
- project-template:
name: puppet-openstack-module-unit-jobs
check:
jobs:
- puppet-openstack-unit-7.22-centos-9-stream
- puppet-openstack-unit-7.22-ubuntu-jammy
gate:
jobs:
- puppet-openstack-unit-7.22-centos-9-stream
- puppet-openstack-unit-7.22-ubuntu-jammy