0b3186ee2a
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
51 lines
1.4 KiB
YAML
51 lines
1.4 KiB
YAML
---
|
|
# This file contains the puppet unit job configurations
|
|
#
|
|
- job:
|
|
name: puppet-openstack-unit-4.8-centos-7
|
|
parent: puppet-openstack-unit-base
|
|
nodeset: centos-7
|
|
vars:
|
|
puppet_gem_version: 4.8
|
|
|
|
- job:
|
|
name: puppet-openstack-unit-5.5-centos-7
|
|
parent: puppet-openstack-unit-base
|
|
nodeset: centos-7
|
|
vars:
|
|
puppet_gem_version: 5.5
|
|
|
|
- job:
|
|
name: puppet-openstack-unit-6.4-ubuntu-bionic
|
|
parent: puppet-openstack-unit-base
|
|
nodeset: ubuntu-bionic
|
|
branches: ^(stable/stein|master)$
|
|
vars:
|
|
puppet_gem_version: 6.4
|
|
|
|
- job:
|
|
name: puppet-openstack-unit-latest-ubuntu-bionic
|
|
parent: puppet-openstack-unit-base
|
|
nodeset: ubuntu-bionic
|
|
branches: ^master
|
|
voting: false
|
|
vars:
|
|
puppet_gem_version: latest
|
|
# TODO(tobias-urdin): Remove this when we 2.7.1 works without
|
|
# any issues and we can leave it not pinned to anything.
|
|
rspec_puppet_version: '= 2.7.1'
|
|
|
|
- project-template:
|
|
name: puppet-openstack-module-unit-jobs
|
|
check:
|
|
jobs:
|
|
- puppet-openstack-unit-4.8-centos-7
|
|
- puppet-openstack-unit-5.5-centos-7
|
|
- 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.4-ubuntu-bionic
|