Merge "Bump puppet version to 7.22"
This commit is contained in:
commit
36ac9fe878
@ -26,19 +26,19 @@
|
||||
jobs:
|
||||
- puppet-openstack-libraries-puppet-lint-ubuntu-jammy
|
||||
- puppet-openstack-libraries-puppet-syntax-7-ubuntu-jammy
|
||||
- puppet-openstack-libraries-puppet-unit-7.16-centos-9-stream
|
||||
- puppet-openstack-libraries-puppet-unit-7.16-ubuntu-jammy
|
||||
- puppet-openstack-libraries-puppet-unit-7.22-centos-9-stream
|
||||
- puppet-openstack-libraries-puppet-unit-7.22-ubuntu-jammy
|
||||
- puppet-openstack-libraries-puppet-unit-latest-ubuntu-jammy
|
||||
- puppet-openstack-libraries-litmus-7.16-centos-9-stream
|
||||
- puppet-openstack-libraries-litmus-7.16-ubuntu-jammy
|
||||
- puppet-openstack-libraries-litmus-7.22-centos-9-stream
|
||||
- puppet-openstack-libraries-litmus-7.22-ubuntu-jammy
|
||||
- puppet-openstack-libraries-litmus-latest-ubuntu-jammy
|
||||
gate:
|
||||
jobs:
|
||||
- puppet-openstack-libraries-puppet-lint-ubuntu-jammy
|
||||
- puppet-openstack-libraries-puppet-syntax-7-ubuntu-jammy
|
||||
- puppet-openstack-libraries-puppet-unit-7.16-centos-9-stream
|
||||
- puppet-openstack-libraries-puppet-unit-7.16-ubuntu-jammy
|
||||
- puppet-openstack-libraries-litmus-7.16-centos-9-stream
|
||||
- puppet-openstack-libraries-puppet-unit-7.22-centos-9-stream
|
||||
- puppet-openstack-libraries-puppet-unit-7.22-ubuntu-jammy
|
||||
- puppet-openstack-libraries-litmus-7.22-centos-9-stream
|
||||
|
||||
# integration jobs
|
||||
- project-template:
|
||||
|
@ -2,20 +2,20 @@
|
||||
# This file contains the jobs for the puppet openstack libraries
|
||||
#
|
||||
- job:
|
||||
name: puppet-openstack-libraries-puppet-unit-7.16-centos-9-stream
|
||||
name: puppet-openstack-libraries-puppet-unit-7.22-centos-9-stream
|
||||
parent: puppet-openstack-libraries-puppet-unit-base
|
||||
nodeset: centos-9-stream
|
||||
vars:
|
||||
puppet_gem_version: 7.16.0
|
||||
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-libraries-puppet-unit-7.16-ubuntu-jammy
|
||||
name: puppet-openstack-libraries-puppet-unit-7.22-ubuntu-jammy
|
||||
parent: puppet-openstack-libraries-puppet-unit-base
|
||||
nodeset: ubuntu-jammy
|
||||
vars:
|
||||
puppet_gem_version: 7.16.0
|
||||
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'
|
||||
|
||||
|
@ -41,19 +41,19 @@
|
||||
run: playbooks/run-libraries-litmus-tests.yaml
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-litmus-7.16-centos-9-stream
|
||||
name: puppet-openstack-litmus-7.22-centos-9-stream
|
||||
parent: puppet-openstack-litmus-module-base
|
||||
nodeset: centos-9-stream
|
||||
vars:
|
||||
puppet_gem_version: 7.16.0
|
||||
puppet_gem_version: 7.22.0
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-litmus-7.16-ubuntu-jammy
|
||||
name: puppet-openstack-litmus-7.22-ubuntu-jammy
|
||||
parent: puppet-openstack-litmus-module-base
|
||||
nodeset: ubuntu-jammy
|
||||
voting: false
|
||||
vars:
|
||||
puppet_gem_version: 7.16.0
|
||||
puppet_gem_version: 7.22.0
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-litmus-latest-ubuntu-jammy
|
||||
@ -64,19 +64,19 @@
|
||||
puppet_gem_version: latest
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-libraries-litmus-7.16-centos-9-stream
|
||||
name: puppet-openstack-libraries-litmus-7.22-centos-9-stream
|
||||
parent: puppet-openstack-litmus-libraries-base
|
||||
nodeset: centos-9-stream
|
||||
vars:
|
||||
puppet_gem_version: 7.16.0
|
||||
puppet_gem_version: 7.22.0
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-libraries-litmus-7.16-ubuntu-jammy
|
||||
name: puppet-openstack-libraries-litmus-7.22-ubuntu-jammy
|
||||
parent: puppet-openstack-litmus-libraries-base
|
||||
voting: false
|
||||
nodeset: ubuntu-jammy
|
||||
vars:
|
||||
puppet_gem_version: 7.16.0
|
||||
puppet_gem_version: 7.22.0
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-libraries-litmus-latest-ubuntu-jammy
|
||||
@ -90,9 +90,9 @@
|
||||
name: puppet-openstack-litmus-jobs
|
||||
check:
|
||||
jobs:
|
||||
- puppet-openstack-litmus-7.16-centos-9-stream
|
||||
- puppet-openstack-litmus-7.16-ubuntu-jammy
|
||||
- puppet-openstack-litmus-7.22-centos-9-stream
|
||||
- puppet-openstack-litmus-7.22-ubuntu-jammy
|
||||
- puppet-openstack-litmus-latest-ubuntu-jammy
|
||||
gate:
|
||||
jobs:
|
||||
- puppet-openstack-litmus-7.16-centos-9-stream
|
||||
- puppet-openstack-litmus-7.22-centos-9-stream
|
||||
|
@ -2,20 +2,20 @@
|
||||
# This file contains the puppet unit job configurations
|
||||
#
|
||||
- job:
|
||||
name: puppet-openstack-unit-7.16-centos-9-stream
|
||||
name: puppet-openstack-unit-7.22-centos-9-stream
|
||||
parent: puppet-openstack-unit-base
|
||||
nodeset: centos-9-stream
|
||||
vars:
|
||||
puppet_gem_version: 7.16.0
|
||||
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.16-ubuntu-jammy
|
||||
name: puppet-openstack-unit-7.22-ubuntu-jammy
|
||||
parent: puppet-openstack-unit-base
|
||||
nodeset: ubuntu-jammy
|
||||
vars:
|
||||
puppet_gem_version: 7.16.0
|
||||
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'
|
||||
|
||||
@ -33,10 +33,10 @@
|
||||
name: puppet-openstack-module-unit-jobs
|
||||
check:
|
||||
jobs:
|
||||
- puppet-openstack-unit-7.16-centos-9-stream
|
||||
- puppet-openstack-unit-7.16-ubuntu-jammy
|
||||
- puppet-openstack-unit-7.22-centos-9-stream
|
||||
- puppet-openstack-unit-7.22-ubuntu-jammy
|
||||
- puppet-openstack-unit-latest-ubuntu-jammy
|
||||
gate:
|
||||
jobs:
|
||||
- puppet-openstack-unit-7.16-centos-9-stream
|
||||
- puppet-openstack-unit-7.16-ubuntu-jammy
|
||||
- puppet-openstack-unit-7.22-centos-9-stream
|
||||
- puppet-openstack-unit-7.22-ubuntu-jammy
|
||||
|
Loading…
x
Reference in New Issue
Block a user