puppet-openstack-integration/zuul.d/libraries.yaml
Takashi Kajinami 5a12e3b187 Bump puppet version to 6.21.1
... because Puppet 6.21.1 is currently available in wallaby testing in
RDO and supposed to be released as a part of RDO Wallaby release.

Change-Id: I92b11c983909194d192b270695f729c5879ef03c
2021-03-20 08:32:10 +09:00

28 lines
869 B
YAML

---
# This file contains the jobs for the puppet openstack libraries
#
- job:
name: puppet-openstack-libraries-puppet-unit-6.21-centos-8-stream
parent: puppet-openstack-libraries-puppet-unit-base
nodeset: centos-8-stream
vars:
puppet_gem_version: 6.21.1
- job:
name: puppet-openstack-libraries-puppet-unit-6.21-ubuntu-bionic
parent: puppet-openstack-libraries-puppet-unit-base
nodeset: ubuntu-bionic
vars:
puppet_gem_version: 6.21.1
- 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'