Bump minor puppet versions

... to the latest one of 7.x and 8.x.

Change-Id: Id5fe04677e4443c0799fa684f27578dc40be6d50
This commit is contained in:
Takashi Kajinami 2024-09-06 14:14:54 +09:00
parent a959354fcb
commit b506573a67
4 changed files with 42 additions and 42 deletions

View File

@ -28,23 +28,23 @@
- puppet-openstack-libraries-puppet-lint-ubuntu-jammy
- puppet-openstack-libraries-puppet-syntax-7-ubuntu-jammy
- puppet-openstack-libraries-puppet-syntax-8-centos-9-stream
- puppet-openstack-libraries-puppet-unit-7.29-centos-9-stream
- puppet-openstack-libraries-puppet-unit-7.29-ubuntu-jammy
- puppet-openstack-libraries-puppet-unit-8.5-centos-9-stream
- puppet-openstack-libraries-puppet-unit-7.32-centos-9-stream
- puppet-openstack-libraries-puppet-unit-7.32-ubuntu-jammy
- puppet-openstack-libraries-puppet-unit-8.8-centos-9-stream
- puppet-openstack-libraries-puppet-unit-latest-ubuntu-jammy
- puppet-openstack-libraries-litmus-7.29-centos-9-stream
- puppet-openstack-libraries-litmus-7.29-ubuntu-jammy
- puppet-openstack-libraries-litmus-7.32-centos-9-stream
- puppet-openstack-libraries-litmus-7.32-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.29-centos-9-stream
- puppet-openstack-libraries-puppet-unit-7.29-ubuntu-jammy
- puppet-openstack-libraries-litmus-7.29-centos-9-stream
- puppet-openstack-libraries-puppet-unit-7.32-centos-9-stream
- puppet-openstack-libraries-puppet-unit-7.32-ubuntu-jammy
- puppet-openstack-libraries-litmus-7.32-centos-9-stream
experimental:
jobs:
- puppet-openstack-libraries-litmus-8.5-centos-9-stream
- puppet-openstack-libraries-litmus-8.8-centos-9-stream
# integration jobs
- project-template:

View File

@ -2,26 +2,26 @@
# This file contains the jobs for the puppet openstack libraries
#
- job:
name: puppet-openstack-libraries-puppet-unit-7.29-centos-9-stream
name: puppet-openstack-libraries-puppet-unit-7.32-centos-9-stream
parent: puppet-openstack-libraries-puppet-unit-base
nodeset: centos-9-stream
vars:
puppet_gem_version: 7.29
puppet_gem_version: 7.32
- job:
name: puppet-openstack-libraries-puppet-unit-7.29-ubuntu-jammy
name: puppet-openstack-libraries-puppet-unit-7.32-ubuntu-jammy
parent: puppet-openstack-libraries-puppet-unit-base
nodeset: ubuntu-jammy
vars:
puppet_gem_version: 7.29
puppet_gem_version: 7.32
- job:
name: puppet-openstack-libraries-puppet-unit-8.5-centos-9-stream
name: puppet-openstack-libraries-puppet-unit-8.8-centos-9-stream
parent: puppet-openstack-libraries-puppet-unit-base
nodeset: centos-9-stream
voting: false
vars:
puppet_gem_version: 8.5
puppet_gem_version: 8.8
dnf_modules:
ruby: 3.1

View File

@ -42,27 +42,27 @@
run: playbooks/run-libraries-litmus-tests.yaml
- job:
name: puppet-openstack-litmus-7.29-centos-9-stream
name: puppet-openstack-litmus-7.32-centos-9-stream
parent: puppet-openstack-litmus-module-base
nodeset: centos-9-stream
vars:
puppet_gem_version: 7.29
puppet_gem_version: 7.32
- job:
name: puppet-openstack-litmus-7.29-ubuntu-jammy
name: puppet-openstack-litmus-7.32-ubuntu-jammy
parent: puppet-openstack-litmus-module-base
nodeset: ubuntu-jammy
voting: false
vars:
puppet_gem_version: 7.29
puppet_gem_version: 7.32
- job:
name: puppet-openstack-litmus-8.5-centos-9-stream
name: puppet-openstack-litmus-8.8-centos-9-stream
parent: puppet-openstack-litmus-module-base
nodeset: centos-9-stream
voting: false
vars:
puppet_gem_version: 8.5
puppet_gem_version: 8.8
dnf_modules:
ruby: 3.1
@ -75,27 +75,27 @@
puppet_gem_version: latest
- job:
name: puppet-openstack-libraries-litmus-7.29-centos-9-stream
name: puppet-openstack-libraries-litmus-7.32-centos-9-stream
parent: puppet-openstack-litmus-libraries-base
nodeset: centos-9-stream
vars:
puppet_gem_version: 7.29
puppet_gem_version: 7.32
- job:
name: puppet-openstack-libraries-litmus-7.29-ubuntu-jammy
name: puppet-openstack-libraries-litmus-7.32-ubuntu-jammy
parent: puppet-openstack-litmus-libraries-base
nodeset: ubuntu-jammy
voting: false
vars:
puppet_gem_version: 7.29
puppet_gem_version: 7.32
- job:
name: puppet-openstack-libraries-litmus-8.5-centos-9-stream
name: puppet-openstack-libraries-litmus-8.8-centos-9-stream
parent: puppet-openstack-litmus-libraries-base
nodeset: centos-9-stream
voting: false
vars:
puppet_gem_version: 8.5
puppet_gem_version: 8.8
dnf_modules:
ruby: 3.1
@ -111,12 +111,12 @@
name: puppet-openstack-litmus-jobs
check:
jobs:
- puppet-openstack-litmus-7.29-centos-9-stream
- puppet-openstack-litmus-7.29-ubuntu-jammy
- puppet-openstack-litmus-7.32-centos-9-stream
- puppet-openstack-litmus-7.32-ubuntu-jammy
- puppet-openstack-litmus-latest-ubuntu-jammy
gate:
jobs:
- puppet-openstack-litmus-7.29-centos-9-stream
- puppet-openstack-litmus-7.32-centos-9-stream
experimental:
jobs:
- puppet-openstack-litmus-8.5-centos-9-stream
- puppet-openstack-litmus-8.8-centos-9-stream

View File

@ -2,26 +2,26 @@
# This file contains the puppet unit job configurations
#
- job:
name: puppet-openstack-unit-7.29-centos-9-stream
name: puppet-openstack-unit-7.32-centos-9-stream
parent: puppet-openstack-unit-base
nodeset: centos-9-stream
vars:
puppet_gem_version: 7.29
puppet_gem_version: 7.32
- job:
name: puppet-openstack-unit-7.29-ubuntu-jammy
name: puppet-openstack-unit-7.32-ubuntu-jammy
parent: puppet-openstack-unit-base
nodeset: ubuntu-jammy
vars:
puppet_gem_version: 7.29
puppet_gem_version: 7.32
- job:
name: puppet-openstack-unit-8.5-centos-9-stream
name: puppet-openstack-unit-8.8-centos-9-stream
parent: puppet-openstack-unit-base
nodeset: centos-9-stream
voting: false
vars:
puppet_gem_version: 8.5
puppet_gem_version: 8.8
dnf_modules:
ruby: 3.1
@ -37,11 +37,11 @@
name: puppet-openstack-module-unit-jobs
check:
jobs:
- puppet-openstack-unit-7.29-centos-9-stream
- puppet-openstack-unit-7.29-ubuntu-jammy
- puppet-openstack-unit-8.5-centos-9-stream
- puppet-openstack-unit-7.32-centos-9-stream
- puppet-openstack-unit-7.32-ubuntu-jammy
- puppet-openstack-unit-8.8-centos-9-stream
- puppet-openstack-unit-latest-ubuntu-jammy
gate:
jobs:
- puppet-openstack-unit-7.29-centos-9-stream
- puppet-openstack-unit-7.29-ubuntu-jammy
- puppet-openstack-unit-7.32-centos-9-stream
- puppet-openstack-unit-7.32-ubuntu-jammy