Bump Puppet 7 version to 7.16
... because now Puppet 7.16 is available in RDO master. Change-Id: I3b2fd06fd0a5f39545276c8d5091874f3858b63e
This commit is contained in:
parent
d99b4f5ffe
commit
65919c198f
@ -30,20 +30,20 @@
|
||||
- puppet-openstack-libraries-puppet-syntax-6-ubuntu-focal
|
||||
- puppet-openstack-libraries-puppet-syntax-7-ubuntu-focal
|
||||
- puppet-openstack-libraries-puppet-unit-6.21-ubuntu-focal
|
||||
- puppet-openstack-libraries-puppet-unit-7.10-centos-9-stream
|
||||
- puppet-openstack-libraries-puppet-unit-7.10-ubuntu-focal
|
||||
- puppet-openstack-libraries-puppet-unit-7.16-centos-9-stream
|
||||
- puppet-openstack-libraries-puppet-unit-7.16-ubuntu-focal
|
||||
- puppet-openstack-libraries-puppet-unit-latest-ubuntu-focal
|
||||
- puppet-openstack-libraries-litmus-6.21-ubuntu-focal
|
||||
- puppet-openstack-libraries-litmus-7.10-centos-9-stream
|
||||
- puppet-openstack-libraries-litmus-7.10-ubuntu-focal
|
||||
- puppet-openstack-libraries-litmus-7.16-centos-9-stream
|
||||
- puppet-openstack-libraries-litmus-7.16-ubuntu-focal
|
||||
- puppet-openstack-libraries-litmus-latest-ubuntu-focal
|
||||
gate:
|
||||
jobs:
|
||||
- puppet-openstack-libraries-puppet-lint-ubuntu-focal
|
||||
- puppet-openstack-libraries-puppet-syntax-6-ubuntu-focal
|
||||
- puppet-openstack-libraries-puppet-unit-6.21-ubuntu-focal
|
||||
- puppet-openstack-libraries-puppet-unit-7.10-centos-9-stream
|
||||
- puppet-openstack-libraries-litmus-7.10-centos-9-stream
|
||||
- puppet-openstack-libraries-puppet-unit-7.16-centos-9-stream
|
||||
- puppet-openstack-libraries-litmus-7.16-centos-9-stream
|
||||
|
||||
# integration jobs
|
||||
- project-template:
|
||||
|
@ -2,11 +2,11 @@
|
||||
# This file contains the jobs for the puppet openstack libraries
|
||||
#
|
||||
- job:
|
||||
name: puppet-openstack-libraries-puppet-unit-7.10-centos-9-stream
|
||||
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.10.0
|
||||
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'
|
||||
|
||||
@ -19,11 +19,11 @@
|
||||
rspec_puppet_version: '= 2.9.0'
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-libraries-puppet-unit-7.10-ubuntu-focal
|
||||
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.10.0
|
||||
puppet_gem_version: 7.16.0
|
||||
rspec_puppet_version: '= 2.9.0'
|
||||
|
||||
- job:
|
||||
|
@ -39,11 +39,11 @@
|
||||
run: playbooks/run-libraries-litmus-tests.yaml
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-litmus-7.10-centos-9-stream
|
||||
name: puppet-openstack-litmus-7.16-centos-9-stream
|
||||
parent: puppet-openstack-litmus-module-base
|
||||
nodeset: centos-9-stream
|
||||
vars:
|
||||
puppet_gem_version: 7.10.0
|
||||
puppet_gem_version: 7.16.0
|
||||
ceph: pacific
|
||||
|
||||
- job:
|
||||
@ -56,12 +56,12 @@
|
||||
ceph: pacific
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-litmus-7.10-ubuntu-focal
|
||||
name: puppet-openstack-litmus-7.16-ubuntu-focal
|
||||
parent: puppet-openstack-litmus-module-base
|
||||
nodeset: ubuntu-focal
|
||||
voting: false
|
||||
vars:
|
||||
puppet_gem_version: 7.10.0
|
||||
puppet_gem_version: 7.16.0
|
||||
ceph: pacific
|
||||
|
||||
- job:
|
||||
@ -74,11 +74,11 @@
|
||||
ceph: pacific
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-libraries-litmus-7.10-centos-9-stream
|
||||
name: puppet-openstack-libraries-litmus-7.16-centos-9-stream
|
||||
parent: puppet-openstack-litmus-libraries-base
|
||||
nodeset: centos-9-stream
|
||||
vars:
|
||||
puppet_gem_version: 7.10.0
|
||||
puppet_gem_version: 7.16.0
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-libraries-litmus-6.21-ubuntu-focal
|
||||
@ -89,12 +89,12 @@
|
||||
puppet_gem_version: 6.21.1
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-libraries-litmus-7.10-ubuntu-focal
|
||||
name: puppet-openstack-libraries-litmus-7.16-ubuntu-focal
|
||||
parent: puppet-openstack-litmus-libraries-base
|
||||
voting: false
|
||||
nodeset: ubuntu-focal
|
||||
vars:
|
||||
puppet_gem_version: 7.10.0
|
||||
puppet_gem_version: 7.16.0
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-libraries-litmus-latest-ubuntu-focal
|
||||
@ -109,9 +109,9 @@
|
||||
check:
|
||||
jobs:
|
||||
- puppet-openstack-litmus-6.21-ubuntu-focal
|
||||
- puppet-openstack-litmus-7.10-centos-9-stream
|
||||
- puppet-openstack-litmus-7.10-ubuntu-focal
|
||||
- puppet-openstack-litmus-7.16-centos-9-stream
|
||||
- puppet-openstack-litmus-7.16-ubuntu-focal
|
||||
- puppet-openstack-litmus-latest-ubuntu-focal
|
||||
gate:
|
||||
jobs:
|
||||
- puppet-openstack-litmus-7.10-centos-9-stream
|
||||
- puppet-openstack-litmus-7.16-centos-9-stream
|
||||
|
@ -2,11 +2,11 @@
|
||||
# This file contains the puppet unit job configurations
|
||||
#
|
||||
- job:
|
||||
name: puppet-openstack-unit-7.10-centos-9-stream
|
||||
name: puppet-openstack-unit-7.16-centos-9-stream
|
||||
parent: puppet-openstack-unit-base
|
||||
nodeset: centos-9-stream
|
||||
vars:
|
||||
puppet_gem_version: 7.10.0
|
||||
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'
|
||||
|
||||
@ -19,11 +19,11 @@
|
||||
rspec_puppet_version: '= 2.9.0'
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-unit-7.10-ubuntu-focal
|
||||
name: puppet-openstack-unit-7.16-ubuntu-focal
|
||||
parent: puppet-openstack-unit-base
|
||||
nodeset: ubuntu-focal
|
||||
vars:
|
||||
puppet_gem_version: 7.10.0
|
||||
puppet_gem_version: 7.16.0
|
||||
rspec_puppet_version: '= 2.9.0'
|
||||
|
||||
- job:
|
||||
@ -39,12 +39,12 @@
|
||||
name: puppet-openstack-module-unit-jobs
|
||||
check:
|
||||
jobs:
|
||||
- puppet-openstack-unit-7.10-centos-9-stream
|
||||
- puppet-openstack-unit-7.16-centos-9-stream
|
||||
- puppet-openstack-unit-6.21-ubuntu-focal
|
||||
- puppet-openstack-unit-7.10-ubuntu-focal
|
||||
- puppet-openstack-unit-7.16-ubuntu-focal
|
||||
- puppet-openstack-unit-latest-ubuntu-focal
|
||||
gate:
|
||||
jobs:
|
||||
- puppet-openstack-unit-7.10-centos-9-stream
|
||||
- puppet-openstack-unit-7.16-centos-9-stream
|
||||
- puppet-openstack-unit-6.21-ubuntu-focal
|
||||
- puppet-openstack-unit-7.10-ubuntu-focal
|
||||
- puppet-openstack-unit-7.16-ubuntu-focal
|
||||
|
Loading…
Reference in New Issue
Block a user