a75e47446a
... because RDO Wallay won't support CentOS 8 but only CentOS 8 Stream. Change-Id: Id76ef3fe2db8888b7d409d7014e775b4c780083f
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.14-centos-8-stream
|
|
parent: puppet-openstack-libraries-puppet-unit-base
|
|
nodeset: centos-8-stream
|
|
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'
|