1f80fff1eb
This change fixes how old OS versions and puppet versions are tested and now we use only the combinations supported in the past, instead of testing the all combinations which contain some invalid ones like Puppet 5 + CentOS Stream 9. Depends-on: https://review.opendev.org/876554 Change-Id: Ie22c586c6f0e8cfe82a46bd62d3953af1918e777
36 lines
1.1 KiB
YAML
36 lines
1.1 KiB
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-train
|
|
- puppet-ceph-unit-6.21-ubuntu-focal-yoga
|
|
gate:
|
|
jobs:
|
|
- puppet-ceph-unit-5.5-centos-8-stream-train
|
|
- puppet-ceph-unit-6.21-ubuntu-focal-yoga
|
|
|
|
# NOTE(tkajinam): stable/train supports CentOS 7, Ubuntu 18.04 and Puppet 5
|
|
- job:
|
|
name: puppet-ceph-unit-5.5-centos-8-stream-train
|
|
parent: puppet-openstack-unit-base
|
|
nodeset: centos-8-stream
|
|
override-checkout: stable/train
|
|
vars:
|
|
puppet_gem_version: 5.5.0
|
|
rspec_puppet_version: '~> 2.3.0'
|
|
|
|
# NOTE(tkajinam): stable/yoga supports CentOS 8, Ubuntu 20.04 and Puppet 6
|
|
- job:
|
|
name: puppet-ceph-unit-6.21-ubuntu-focal-yoga
|
|
parent: puppet-openstack-unit-base
|
|
nodeset: ubuntu-focal
|
|
override-checkout: stable/yoga
|
|
vars:
|
|
puppet_gem_version: 6.21.1
|
|
rspec_puppet_version: '= 2.9.0'
|