Bump Puppet 7 version to 7.8
... because 7.8 is currently available in RDO Xena testing. Change-Id: Icbfd3e436aa91d8cf7edccbb716844b6b39a0362
This commit is contained in:
parent
d45f560d8e
commit
df35864382
@ -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.5-centos-8-stream
|
||||
- puppet-openstack-libraries-puppet-unit-7.5-ubuntu-focal
|
||||
- puppet-openstack-libraries-puppet-unit-7.8-centos-8-stream
|
||||
- puppet-openstack-libraries-puppet-unit-7.8-ubuntu-focal
|
||||
- puppet-openstack-libraries-puppet-unit-latest-ubuntu-focal
|
||||
- puppet-openstack-libraries-litmus-6.21-ubuntu-focal
|
||||
- puppet-openstack-libraries-litmus-7.5-centos-8-stream
|
||||
- puppet-openstack-libraries-litmus-7.5-ubuntu-focal
|
||||
- puppet-openstack-libraries-litmus-7.8-centos-8-stream
|
||||
- puppet-openstack-libraries-litmus-7.8-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-7.5-centos-8-stream
|
||||
- puppet-openstack-libraries-puppet-unit-7.8-centos-8-stream
|
||||
- puppet-openstack-libraries-puppet-unit-6.21-ubuntu-focal
|
||||
- puppet-openstack-libraries-litmus-7.5-centos-8-stream
|
||||
- puppet-openstack-libraries-litmus-7.8-centos-8-stream
|
||||
|
||||
# integration jobs
|
||||
- project-template:
|
||||
|
@ -9,11 +9,11 @@
|
||||
puppet_gem_version: 6.21.1
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-libraries-puppet-unit-7.5-centos-8-stream
|
||||
name: puppet-openstack-libraries-puppet-unit-7.8-centos-8-stream
|
||||
parent: puppet-openstack-libraries-puppet-unit-base
|
||||
nodeset: centos-8-stream
|
||||
vars:
|
||||
puppet_gem_version: 7.5.0
|
||||
puppet_gem_version: 7.8.0
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-libraries-puppet-unit-6.21-ubuntu-focal
|
||||
@ -24,11 +24,11 @@
|
||||
rspec_puppet_version: '= 2.8.0'
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-libraries-puppet-unit-7.5-ubuntu-focal
|
||||
name: puppet-openstack-libraries-puppet-unit-7.8-ubuntu-focal
|
||||
parent: puppet-openstack-libraries-puppet-unit-base
|
||||
nodeset: ubuntu-focal
|
||||
vars:
|
||||
puppet_gem_version: 7.5.0
|
||||
puppet_gem_version: 7.8.0
|
||||
rspec_puppet_version: '= 2.8.0'
|
||||
|
||||
- job:
|
||||
|
@ -39,11 +39,11 @@
|
||||
run: playbooks/run-libraries-litmus-tests.yaml
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-litmus-7.5-centos-8-stream
|
||||
name: puppet-openstack-litmus-7.8-centos-8-stream
|
||||
parent: puppet-openstack-litmus-module-base
|
||||
nodeset: centos-8-stream
|
||||
vars:
|
||||
puppet_gem_version: 7.5.0
|
||||
puppet_gem_version: 7.8.0
|
||||
ceph: octopus
|
||||
|
||||
- job:
|
||||
@ -56,12 +56,12 @@
|
||||
ceph: octopus
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-litmus-7.5-ubuntu-focal
|
||||
name: puppet-openstack-litmus-7.8-ubuntu-focal
|
||||
parent: puppet-openstack-litmus-module-base
|
||||
nodeset: ubuntu-focal
|
||||
voting: false
|
||||
vars:
|
||||
puppet_gem_version: 7.5.0
|
||||
puppet_gem_version: 7.8.0
|
||||
ceph: octopus
|
||||
|
||||
- job:
|
||||
@ -74,11 +74,11 @@
|
||||
ceph: octopus
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-libraries-litmus-7.5-centos-8-stream
|
||||
name: puppet-openstack-libraries-litmus-7.8-centos-8-stream
|
||||
parent: puppet-openstack-litmus-libraries-base
|
||||
nodeset: centos-8-stream
|
||||
vars:
|
||||
puppet_gem_version: 7.5.0
|
||||
puppet_gem_version: 7.8.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.5-ubuntu-focal
|
||||
name: puppet-openstack-libraries-litmus-7.8-ubuntu-focal
|
||||
parent: puppet-openstack-litmus-libraries-base
|
||||
voting: false
|
||||
nodeset: ubuntu-focal
|
||||
vars:
|
||||
puppet_gem_version: 7.5.0
|
||||
puppet_gem_version: 7.8.0
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-libraries-litmus-latest-ubuntu-focal
|
||||
@ -109,10 +109,10 @@
|
||||
check:
|
||||
jobs:
|
||||
- puppet-openstack-litmus-6.21-ubuntu-focal
|
||||
- puppet-openstack-litmus-7.5-centos-8-stream
|
||||
- puppet-openstack-litmus-7.5-ubuntu-focal
|
||||
- puppet-openstack-litmus-7.8-centos-8-stream
|
||||
- puppet-openstack-litmus-7.8-ubuntu-focal
|
||||
- puppet-openstack-litmus-latest-ubuntu-focal
|
||||
gate:
|
||||
jobs:
|
||||
- puppet-openstack-litmus-7.5-centos-8-stream
|
||||
- puppet-openstack-litmus-7.8-centos-8-stream
|
||||
- puppet-openstack-litmus-6.21-ubuntu-focal
|
||||
|
@ -9,11 +9,11 @@
|
||||
puppet_gem_version: 6.21.1
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-unit-7.5-centos-8-stream
|
||||
name: puppet-openstack-unit-7.8-centos-8-stream
|
||||
parent: puppet-openstack-unit-base
|
||||
nodeset: centos-8-stream
|
||||
vars:
|
||||
puppet_gem_version: 7.5.0
|
||||
puppet_gem_version: 7.8.0
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-unit-6.21-ubuntu-focal
|
||||
@ -24,11 +24,11 @@
|
||||
rspec_puppet_version: '= 2.8.0'
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-unit-7.5-ubuntu-focal
|
||||
name: puppet-openstack-unit-7.8-ubuntu-focal
|
||||
parent: puppet-openstack-unit-base
|
||||
nodeset: ubuntu-focal
|
||||
vars:
|
||||
puppet_gem_version: 7.5.0
|
||||
puppet_gem_version: 7.8.0
|
||||
rspec_puppet_version: '= 2.8.0'
|
||||
|
||||
- job:
|
||||
@ -45,13 +45,13 @@
|
||||
check:
|
||||
jobs:
|
||||
- puppet-openstack-unit-6.21-centos-8-stream
|
||||
- puppet-openstack-unit-7.5-centos-8-stream
|
||||
- puppet-openstack-unit-7.8-centos-8-stream
|
||||
- puppet-openstack-unit-6.21-ubuntu-focal
|
||||
- puppet-openstack-unit-7.5-ubuntu-focal
|
||||
- puppet-openstack-unit-7.8-ubuntu-focal
|
||||
- puppet-openstack-unit-latest-ubuntu-focal
|
||||
gate:
|
||||
jobs:
|
||||
- puppet-openstack-unit-6.21-centos-8-stream
|
||||
- puppet-openstack-unit-7.5-centos-8-stream
|
||||
- puppet-openstack-unit-7.8-centos-8-stream
|
||||
- puppet-openstack-unit-6.21-ubuntu-focal
|
||||
- puppet-openstack-unit-7.5-ubuntu-focal
|
||||
- puppet-openstack-unit-7.8-ubuntu-focal
|
||||
|
Loading…
x
Reference in New Issue
Block a user