a67d43f739
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/litmus.yaml zuul.d/unit.yaml Change-Id: I3faa7437b38a38037dda709032ddaf716c1b9d22 (cherry picked from commitbffd679b69
) (cherry picked from commitc058d2772c
)
41 lines
1.1 KiB
YAML
41 lines
1.1 KiB
YAML
---
|
|
# This file contains the puppet unit job configurations
|
|
#
|
|
- job:
|
|
name: puppet-openstack-unit-7.16-centos-9-stream
|
|
parent: puppet-openstack-unit-base
|
|
nodeset: centos-9-stream
|
|
vars:
|
|
puppet_gem_version: 7.16.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-6.28-ubuntu-focal
|
|
parent: puppet-openstack-unit-base
|
|
nodeset: ubuntu-focal
|
|
vars:
|
|
puppet_gem_version: 6.28.0
|
|
rspec_puppet_version: '= 2.9.0'
|
|
|
|
- job:
|
|
name: puppet-openstack-unit-7.16-ubuntu-focal
|
|
parent: puppet-openstack-unit-base
|
|
nodeset: ubuntu-focal
|
|
vars:
|
|
puppet_gem_version: 7.16.0
|
|
rspec_puppet_version: '= 2.9.0'
|
|
|
|
- project-template:
|
|
name: puppet-openstack-module-unit-jobs
|
|
check:
|
|
jobs:
|
|
- puppet-openstack-unit-7.16-centos-9-stream
|
|
- puppet-openstack-unit-6.28-ubuntu-focal
|
|
- puppet-openstack-unit-7.16-ubuntu-focal
|
|
gate:
|
|
jobs:
|
|
- puppet-openstack-unit-7.16-centos-9-stream
|
|
- puppet-openstack-unit-6.28-ubuntu-focal
|
|
- puppet-openstack-unit-7.16-ubuntu-focal
|