Run puppet 6 unit for Stein and master
We want to test puppet 6 for Stein changes and for master. Also updates the puppet version from 6.0.x to 6.4.x which is the latest minor release for puppet 6. Change-Id: I18b84f009d1826d45f01d483f57a5c1806565d35
This commit is contained in:
parent
ed4b1af4d1
commit
0b3186ee2a
@ -34,7 +34,7 @@
|
||||
- puppet-openstack-libraries-puppet-syntax-6-ubuntu-bionic
|
||||
- puppet-openstack-libraries-puppet-unit-4.8-centos-7
|
||||
- puppet-openstack-libraries-puppet-unit-5.5-centos-7
|
||||
- puppet-openstack-libraries-puppet-unit-6.0-ubuntu-bionic
|
||||
- puppet-openstack-libraries-puppet-unit-6.4-ubuntu-bionic
|
||||
- puppet-openstack-libraries-puppet-unit-latest-ubuntu-bionic
|
||||
- puppet-openstack-libraries-puppet-beaker-rspec-centos-7
|
||||
- puppet-openstack-libraries-puppet-beaker-rspec-ubuntu-bionic
|
||||
@ -46,7 +46,7 @@
|
||||
- puppet-openstack-libraries-puppet-syntax-6-ubuntu-bionic
|
||||
- puppet-openstack-libraries-puppet-unit-4.8-centos-7
|
||||
- puppet-openstack-libraries-puppet-unit-5.5-centos-7
|
||||
- puppet-openstack-libraries-puppet-unit-6.0-ubuntu-bionic
|
||||
- puppet-openstack-libraries-puppet-unit-6.4-ubuntu-bionic
|
||||
- puppet-openstack-libraries-puppet-beaker-rspec-centos-7
|
||||
|
||||
# integration jobs
|
||||
|
@ -17,12 +17,12 @@
|
||||
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-libraries-puppet-unit-6.0-ubuntu-bionic
|
||||
name: puppet-openstack-libraries-puppet-unit-6.4-ubuntu-bionic
|
||||
parent: puppet-openstack-libraries-puppet-unit-base
|
||||
branches: ^master
|
||||
branches: ^(stable/stein|master)$
|
||||
nodeset: ubuntu-bionic
|
||||
vars:
|
||||
puppet_gem_version: 6.0
|
||||
puppet_gem_version: 6.4
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-libraries-puppet-unit-latest-ubuntu-bionic
|
||||
|
@ -24,6 +24,7 @@
|
||||
- job:
|
||||
name: puppet-openstack-syntax-6-ubuntu-bionic
|
||||
parent: puppet-openstack-syntax-base
|
||||
branches: ^(stable/stein|master)$
|
||||
vars:
|
||||
puppet: 6
|
||||
|
||||
@ -68,5 +69,6 @@
|
||||
- job:
|
||||
name: puppet-openstack-libraries-puppet-syntax-6-ubuntu-bionic
|
||||
parent: puppet-openstack-libraries-puppet-syntax
|
||||
branches: ^(stable/stein|master)$
|
||||
vars:
|
||||
puppet: 6
|
||||
|
@ -16,12 +16,12 @@
|
||||
puppet_gem_version: 5.5
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-unit-6.0-ubuntu-bionic
|
||||
name: puppet-openstack-unit-6.4-ubuntu-bionic
|
||||
parent: puppet-openstack-unit-base
|
||||
nodeset: ubuntu-bionic
|
||||
branches: ^master
|
||||
branches: ^(stable/stein|master)$
|
||||
vars:
|
||||
puppet_gem_version: 6.0
|
||||
puppet_gem_version: 6.4
|
||||
|
||||
- job:
|
||||
name: puppet-openstack-unit-latest-ubuntu-bionic
|
||||
@ -41,10 +41,10 @@
|
||||
jobs:
|
||||
- puppet-openstack-unit-4.8-centos-7
|
||||
- puppet-openstack-unit-5.5-centos-7
|
||||
- puppet-openstack-unit-6.0-ubuntu-bionic
|
||||
- puppet-openstack-unit-6.4-ubuntu-bionic
|
||||
- puppet-openstack-unit-latest-ubuntu-bionic
|
||||
gate:
|
||||
jobs:
|
||||
- puppet-openstack-unit-4.8-centos-7
|
||||
- puppet-openstack-unit-5.5-centos-7
|
||||
- puppet-openstack-unit-6.0-ubuntu-bionic
|
||||
- puppet-openstack-unit-6.4-ubuntu-bionic
|
||||
|
Loading…
x
Reference in New Issue
Block a user