cb7d847d37
Change-Id: Id3650d13eca709d34af586ac0d0166bcf1fa7fde
35 lines
1.0 KiB
YAML
35 lines
1.0 KiB
YAML
---
|
|
# This file contains the jobs for the puppet openstack libraries
|
|
#
|
|
- job:
|
|
name: puppet-openstack-libraries-puppet-unit-5.5-centos-8
|
|
parent: puppet-openstack-libraries-puppet-unit-base
|
|
nodeset: centos-8
|
|
vars:
|
|
puppet_gem_version: 5.5.0
|
|
|
|
- job:
|
|
name: puppet-openstack-libraries-puppet-unit-6.14-centos-8
|
|
parent: puppet-openstack-libraries-puppet-unit-base
|
|
nodeset: centos-8
|
|
vars:
|
|
puppet_gem_version: 6.14.0
|
|
|
|
- job:
|
|
name: puppet-openstack-libraries-puppet-unit-6.14-ubuntu-bionic
|
|
parent: puppet-openstack-libraries-puppet-unit-base
|
|
nodeset: ubuntu-bionic
|
|
vars:
|
|
puppet_gem_version: 6.14.0
|
|
|
|
- job:
|
|
name: puppet-openstack-libraries-puppet-unit-latest-ubuntu-bionic
|
|
parent: puppet-openstack-libraries-puppet-unit-base
|
|
nodeset: ubuntu-bionic
|
|
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'
|