Fix version locks
In order to lock to a specific minor release we need to specify all 3 numbers or it will pick up the next minor release. For 6.11 we were getting 6.14.0 when the job run which is the same as the latest. Change-Id: Idab2b1bd50ae316d9d26f5616174a3421f22b571
This commit is contained in:
parent
8123a41b4b
commit
92954b3da1
@ -28,7 +28,7 @@
|
||||
- ^.gitignore$
|
||||
vars:
|
||||
nodepool_type: centos7
|
||||
puppet_gem_version: 5.5
|
||||
puppet_gem_version: 5.5.0
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-libraries-puppet-beaker-rspec-ubuntu-bionic
|
||||
|
@ -7,14 +7,14 @@
|
||||
nodeset: centos-7
|
||||
branches: ^stable/(ocata|pike|queens|rocky|stein)$
|
||||
vars:
|
||||
puppet_gem_version: 4.10
|
||||
puppet_gem_version: 4.10.0
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-libraries-puppet-unit-5.5-centos-7
|
||||
parent: puppet-openstack-libraries-puppet-unit-base
|
||||
nodeset: centos-7
|
||||
vars:
|
||||
puppet_gem_version: 5.5
|
||||
puppet_gem_version: 5.5.0
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-libraries-puppet-unit-5.5-centos-8
|
||||
@ -23,7 +23,7 @@
|
||||
voting: false
|
||||
branches: ^(?!stable/(ocata|pike|queens|rocky|stein)).*$
|
||||
vars:
|
||||
puppet_gem_version: 5.5
|
||||
puppet_gem_version: 5.5.0
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-libraries-puppet-unit-6.11-centos-8
|
||||
@ -32,7 +32,7 @@
|
||||
voting: false
|
||||
branches: ^(?!stable/(ocata|pike|queens|rocky|stein)).*$
|
||||
vars:
|
||||
puppet_gem_version: 6.11
|
||||
puppet_gem_version: 6.11.0
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-libraries-puppet-unit-6.11-ubuntu-bionic
|
||||
@ -40,7 +40,7 @@
|
||||
branches: ^(?!stable/(ocata|pike|queens|rocky)).*$
|
||||
nodeset: ubuntu-bionic
|
||||
vars:
|
||||
puppet_gem_version: 6.11
|
||||
puppet_gem_version: 6.11.0
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-libraries-puppet-unit-latest-ubuntu-bionic
|
||||
|
@ -7,7 +7,7 @@
|
||||
nodeset: centos-7
|
||||
branches: ^stable/(ocata|pike|queens|rocky|stein)$
|
||||
vars:
|
||||
puppet_gem_version: 4.10
|
||||
puppet_gem_version: 4.10.0
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-unit-5.5-centos-7
|
||||
@ -15,7 +15,7 @@
|
||||
branches: ^stable/(ocata|pike|queens|rocky|stein|train)$
|
||||
nodeset: centos-7
|
||||
vars:
|
||||
puppet_gem_version: 5.5
|
||||
puppet_gem_version: 5.5.0
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-unit-5.5-centos-8
|
||||
@ -23,7 +23,7 @@
|
||||
nodeset: centos-8
|
||||
branches: ^(?!stable/(ocata|pike|queens|rocky|stein)).*$
|
||||
vars:
|
||||
puppet_gem_version: 5.5
|
||||
puppet_gem_version: 5.5.0
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-unit-6.11-centos-8
|
||||
@ -31,7 +31,7 @@
|
||||
nodeset: centos-8
|
||||
branches: ^(?!stable/(ocata|pike|queens|rocky|stein)).*$
|
||||
vars:
|
||||
puppet_gem_version: 6.11
|
||||
puppet_gem_version: 6.11.0
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-unit-6.11-ubuntu-bionic
|
||||
@ -39,7 +39,7 @@
|
||||
nodeset: ubuntu-bionic
|
||||
branches: ^(?!stable/(ocata|pike|queens|rocky|jewel|mimic|luminous)).*$
|
||||
vars:
|
||||
puppet_gem_version: 6.11
|
||||
puppet_gem_version: 6.11.0
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-unit-latest-ubuntu-bionic
|
||||
|
Loading…
x
Reference in New Issue
Block a user