Merge "Bump puppet minor versions"
This commit is contained in:
commit
124d6641bd
@ -28,20 +28,20 @@
|
|||||||
- puppet-openstack-libraries-puppet-lint-ubuntu-jammy
|
- puppet-openstack-libraries-puppet-lint-ubuntu-jammy
|
||||||
- puppet-openstack-libraries-puppet-syntax-7-ubuntu-jammy
|
- puppet-openstack-libraries-puppet-syntax-7-ubuntu-jammy
|
||||||
- puppet-openstack-libraries-puppet-syntax-8-centos-9-stream
|
- puppet-openstack-libraries-puppet-syntax-8-centos-9-stream
|
||||||
- puppet-openstack-libraries-puppet-unit-7.27-centos-9-stream
|
- puppet-openstack-libraries-puppet-unit-7.29-centos-9-stream
|
||||||
- puppet-openstack-libraries-puppet-unit-7.27-ubuntu-jammy
|
- puppet-openstack-libraries-puppet-unit-7.29-ubuntu-jammy
|
||||||
- puppet-openstack-libraries-puppet-unit-8.3-centos-9-stream
|
- puppet-openstack-libraries-puppet-unit-8.5-centos-9-stream
|
||||||
- puppet-openstack-libraries-puppet-unit-latest-ubuntu-jammy
|
- puppet-openstack-libraries-puppet-unit-latest-ubuntu-jammy
|
||||||
- puppet-openstack-libraries-litmus-7.27-centos-9-stream
|
- puppet-openstack-libraries-litmus-7.29-centos-9-stream
|
||||||
- puppet-openstack-libraries-litmus-7.27-ubuntu-jammy
|
- puppet-openstack-libraries-litmus-7.29-ubuntu-jammy
|
||||||
- puppet-openstack-libraries-litmus-latest-ubuntu-jammy
|
- puppet-openstack-libraries-litmus-latest-ubuntu-jammy
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- puppet-openstack-libraries-puppet-lint-ubuntu-jammy
|
- puppet-openstack-libraries-puppet-lint-ubuntu-jammy
|
||||||
- puppet-openstack-libraries-puppet-syntax-7-ubuntu-jammy
|
- puppet-openstack-libraries-puppet-syntax-7-ubuntu-jammy
|
||||||
- puppet-openstack-libraries-puppet-unit-7.27-centos-9-stream
|
- puppet-openstack-libraries-puppet-unit-7.29-centos-9-stream
|
||||||
- puppet-openstack-libraries-puppet-unit-7.27-ubuntu-jammy
|
- puppet-openstack-libraries-puppet-unit-7.29-ubuntu-jammy
|
||||||
- puppet-openstack-libraries-litmus-7.27-centos-9-stream
|
- puppet-openstack-libraries-litmus-7.29-centos-9-stream
|
||||||
|
|
||||||
# integration jobs
|
# integration jobs
|
||||||
- project-template:
|
- project-template:
|
||||||
|
@ -2,26 +2,26 @@
|
|||||||
# This file contains the jobs for the puppet openstack libraries
|
# This file contains the jobs for the puppet openstack libraries
|
||||||
#
|
#
|
||||||
- job:
|
- job:
|
||||||
name: puppet-openstack-libraries-puppet-unit-7.27-centos-9-stream
|
name: puppet-openstack-libraries-puppet-unit-7.29-centos-9-stream
|
||||||
parent: puppet-openstack-libraries-puppet-unit-base
|
parent: puppet-openstack-libraries-puppet-unit-base
|
||||||
nodeset: centos-9-stream
|
nodeset: centos-9-stream
|
||||||
vars:
|
vars:
|
||||||
puppet_gem_version: 7.27.0
|
puppet_gem_version: 7.29
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: puppet-openstack-libraries-puppet-unit-7.27-ubuntu-jammy
|
name: puppet-openstack-libraries-puppet-unit-7.29-ubuntu-jammy
|
||||||
parent: puppet-openstack-libraries-puppet-unit-base
|
parent: puppet-openstack-libraries-puppet-unit-base
|
||||||
nodeset: ubuntu-jammy
|
nodeset: ubuntu-jammy
|
||||||
vars:
|
vars:
|
||||||
puppet_gem_version: 7.27.0
|
puppet_gem_version: 7.29
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: puppet-openstack-libraries-puppet-unit-8.3-centos-9-stream
|
name: puppet-openstack-libraries-puppet-unit-8.5-centos-9-stream
|
||||||
parent: puppet-openstack-libraries-puppet-unit-base
|
parent: puppet-openstack-libraries-puppet-unit-base
|
||||||
nodeset: centos-9-stream
|
nodeset: centos-9-stream
|
||||||
voting: false
|
voting: false
|
||||||
vars:
|
vars:
|
||||||
puppet_gem_version: 8.3.1
|
puppet_gem_version: 8.5
|
||||||
dnf_modules:
|
dnf_modules:
|
||||||
ruby: 3.1
|
ruby: 3.1
|
||||||
|
|
||||||
|
@ -42,19 +42,19 @@
|
|||||||
run: playbooks/run-libraries-litmus-tests.yaml
|
run: playbooks/run-libraries-litmus-tests.yaml
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: puppet-openstack-litmus-7.27-centos-9-stream
|
name: puppet-openstack-litmus-7.29-centos-9-stream
|
||||||
parent: puppet-openstack-litmus-module-base
|
parent: puppet-openstack-litmus-module-base
|
||||||
nodeset: centos-9-stream
|
nodeset: centos-9-stream
|
||||||
vars:
|
vars:
|
||||||
puppet_gem_version: 7.27.0
|
puppet_gem_version: 7.29
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: puppet-openstack-litmus-7.27-ubuntu-jammy
|
name: puppet-openstack-litmus-7.29-ubuntu-jammy
|
||||||
parent: puppet-openstack-litmus-module-base
|
parent: puppet-openstack-litmus-module-base
|
||||||
nodeset: ubuntu-jammy
|
nodeset: ubuntu-jammy
|
||||||
voting: false
|
voting: false
|
||||||
vars:
|
vars:
|
||||||
puppet_gem_version: 7.27.0
|
puppet_gem_version: 7.29
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: puppet-openstack-litmus-latest-ubuntu-jammy
|
name: puppet-openstack-litmus-latest-ubuntu-jammy
|
||||||
@ -65,19 +65,19 @@
|
|||||||
puppet_gem_version: latest
|
puppet_gem_version: latest
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: puppet-openstack-libraries-litmus-7.27-centos-9-stream
|
name: puppet-openstack-libraries-litmus-7.29-centos-9-stream
|
||||||
parent: puppet-openstack-litmus-libraries-base
|
parent: puppet-openstack-litmus-libraries-base
|
||||||
nodeset: centos-9-stream
|
nodeset: centos-9-stream
|
||||||
vars:
|
vars:
|
||||||
puppet_gem_version: 7.27.0
|
puppet_gem_version: 7.29
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: puppet-openstack-libraries-litmus-7.27-ubuntu-jammy
|
name: puppet-openstack-libraries-litmus-7.29-ubuntu-jammy
|
||||||
parent: puppet-openstack-litmus-libraries-base
|
parent: puppet-openstack-litmus-libraries-base
|
||||||
voting: false
|
voting: false
|
||||||
nodeset: ubuntu-jammy
|
nodeset: ubuntu-jammy
|
||||||
vars:
|
vars:
|
||||||
puppet_gem_version: 7.27.0
|
puppet_gem_version: 7.29
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: puppet-openstack-libraries-litmus-latest-ubuntu-jammy
|
name: puppet-openstack-libraries-litmus-latest-ubuntu-jammy
|
||||||
@ -91,9 +91,9 @@
|
|||||||
name: puppet-openstack-litmus-jobs
|
name: puppet-openstack-litmus-jobs
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- puppet-openstack-litmus-7.27-centos-9-stream
|
- puppet-openstack-litmus-7.29-centos-9-stream
|
||||||
- puppet-openstack-litmus-7.27-ubuntu-jammy
|
- puppet-openstack-litmus-7.29-ubuntu-jammy
|
||||||
- puppet-openstack-litmus-latest-ubuntu-jammy
|
- puppet-openstack-litmus-latest-ubuntu-jammy
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- puppet-openstack-litmus-7.27-centos-9-stream
|
- puppet-openstack-litmus-7.29-centos-9-stream
|
||||||
|
@ -2,26 +2,26 @@
|
|||||||
# This file contains the puppet unit job configurations
|
# This file contains the puppet unit job configurations
|
||||||
#
|
#
|
||||||
- job:
|
- job:
|
||||||
name: puppet-openstack-unit-7.27-centos-9-stream
|
name: puppet-openstack-unit-7.29-centos-9-stream
|
||||||
parent: puppet-openstack-unit-base
|
parent: puppet-openstack-unit-base
|
||||||
nodeset: centos-9-stream
|
nodeset: centos-9-stream
|
||||||
vars:
|
vars:
|
||||||
puppet_gem_version: 7.27.0
|
puppet_gem_version: 7.29
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: puppet-openstack-unit-7.27-ubuntu-jammy
|
name: puppet-openstack-unit-7.29-ubuntu-jammy
|
||||||
parent: puppet-openstack-unit-base
|
parent: puppet-openstack-unit-base
|
||||||
nodeset: ubuntu-jammy
|
nodeset: ubuntu-jammy
|
||||||
vars:
|
vars:
|
||||||
puppet_gem_version: 7.27.0
|
puppet_gem_version: 7.29
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: puppet-openstack-unit-8.3-centos-9-stream
|
name: puppet-openstack-unit-8.5-centos-9-stream
|
||||||
parent: puppet-openstack-unit-base
|
parent: puppet-openstack-unit-base
|
||||||
nodeset: centos-9-stream
|
nodeset: centos-9-stream
|
||||||
voting: false
|
voting: false
|
||||||
vars:
|
vars:
|
||||||
puppet_gem_version: 8.3.1
|
puppet_gem_version: 8.5
|
||||||
dnf_modules:
|
dnf_modules:
|
||||||
ruby: 3.1
|
ruby: 3.1
|
||||||
|
|
||||||
@ -37,11 +37,11 @@
|
|||||||
name: puppet-openstack-module-unit-jobs
|
name: puppet-openstack-module-unit-jobs
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- puppet-openstack-unit-7.27-centos-9-stream
|
- puppet-openstack-unit-7.29-centos-9-stream
|
||||||
- puppet-openstack-unit-7.27-ubuntu-jammy
|
- puppet-openstack-unit-7.29-ubuntu-jammy
|
||||||
- puppet-openstack-unit-8.3-centos-9-stream
|
- puppet-openstack-unit-8.5-centos-9-stream
|
||||||
- puppet-openstack-unit-latest-ubuntu-jammy
|
- puppet-openstack-unit-latest-ubuntu-jammy
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- puppet-openstack-unit-7.27-centos-9-stream
|
- puppet-openstack-unit-7.29-centos-9-stream
|
||||||
- puppet-openstack-unit-7.27-ubuntu-jammy
|
- puppet-openstack-unit-7.29-ubuntu-jammy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user