puppet-openstack-integration/zuul.d/libraries.yaml
Tobias Urdin 0beb85cdb4 Bump to Puppet 4.10 and Puppet 6.11
Change-Id: I7c2bdcf0236aa73361e05967458d18d815e8cd17
2019-11-21 22:38:58 +01:00

39 lines
1.1 KiB
YAML

---
# This file contains the jobs for the puppet openstack libraries
#
- job:
name: puppet-openstack-libraries-puppet-unit-4.10-centos-7
parent: puppet-openstack-libraries-puppet-unit-base
nodeset: centos-7
branches: ^stable/(ocata|pike|queens|rocky|stein)$
vars:
puppet_gem_version: 4.10
- 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
- job:
name: puppet-openstack-libraries-puppet-unit-6.11-ubuntu-bionic
parent: puppet-openstack-libraries-puppet-unit-base
branches: ^(stable/stein|master)$
nodeset: ubuntu-bionic
vars:
puppet_gem_version: 6.11
- job:
name: puppet-openstack-libraries-puppet-unit-latest-ubuntu-bionic
parent: puppet-openstack-libraries-puppet-unit-base
branches: ^master
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'