
... because the latest lint no longer allows usage of legacy facts and top scope fact. This also disables puppet 5 unit test job because the job is broken with structured facts. Change-Id: Id11ccaf89a44d093de29ba3c15165153eea4be56
24 lines
707 B
YAML
24 lines
707 B
YAML
- project:
|
|
templates:
|
|
- puppet-openstack-check-jobs
|
|
- puppet-openstack-module-unit-jobs
|
|
- puppet-openstack-integration-jobs-scenario001
|
|
- puppet-openstack-integration-jobs-scenario004
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- puppet-ceph-unit-5.5-centos-8-stream
|
|
gate:
|
|
jobs:
|
|
- puppet-ceph-unit-5.5-centos-8-stream
|
|
- job:
|
|
name: puppet-ceph-unit-5.5-centos-8-stream
|
|
parent: puppet-openstack-unit-base
|
|
nodeset: centos-8-stream
|
|
voting: false
|
|
# stable/ussuri is the last release with Puppet 5.x support
|
|
override-checkout: stable/ussuri
|
|
vars:
|
|
puppet_gem_version: 5.5.0
|
|
rspec_puppet_version: '= 2.9.0'
|