5a12e3b187
... 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
28 lines
869 B
YAML
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'
|