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
)
28 lines
869 B
YAML
28 lines
869 B
YAML
---
|
|
# This file contains the jobs for the puppet openstack libraries
|
|
#
|
|
- job:
|
|
name: puppet-openstack-libraries-puppet-unit-7.16-centos-9-stream
|
|
parent: puppet-openstack-libraries-puppet-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-libraries-puppet-unit-6.28-ubuntu-focal
|
|
parent: puppet-openstack-libraries-puppet-unit-base
|
|
nodeset: ubuntu-focal
|
|
vars:
|
|
puppet_gem_version: 6.28.0
|
|
rspec_puppet_version: '= 2.9.0'
|
|
|
|
- job:
|
|
name: puppet-openstack-libraries-puppet-unit-7.16-ubuntu-focal
|
|
parent: puppet-openstack-libraries-puppet-unit-base
|
|
nodeset: ubuntu-focal
|
|
vars:
|
|
puppet_gem_version: 7.16.0
|
|
rspec_puppet_version: '= 2.9.0'
|