These jobs are kept so that we can check upcoming incompatibility during our development cycle. So these are not useful for stable branch maintenance. Conflicts: zuul.d/layout.yaml zuul.d/libraries.yaml zuul.d/litmus.yaml zuul.d/unit.yaml Change-Id: I3faa7437b38a38037dda709032ddaf716c1b9d22 (cherry picked from commitbffd679b69) (cherry picked from commitc058d2772c) (cherry picked from commita67d43f739)
39 lines
1.0 KiB
YAML
39 lines
1.0 KiB
YAML
---
|
|
# This file contains the puppet unit job configurations
|
|
#
|
|
- job:
|
|
name: puppet-openstack-unit-7.10-centos-8-stream
|
|
parent: puppet-openstack-unit-base
|
|
nodeset: centos-8-stream
|
|
vars:
|
|
puppet_gem_version: 7.10.0
|
|
|
|
- job:
|
|
name: puppet-openstack-unit-6.21-ubuntu-focal
|
|
parent: puppet-openstack-unit-base
|
|
nodeset: ubuntu-focal
|
|
vars:
|
|
puppet_gem_version: 6.21.1
|
|
rspec_puppet_version: '= 2.9.0'
|
|
|
|
- job:
|
|
name: puppet-openstack-unit-7.10-ubuntu-focal
|
|
parent: puppet-openstack-unit-base
|
|
nodeset: ubuntu-focal
|
|
vars:
|
|
puppet_gem_version: 7.10.0
|
|
rspec_puppet_version: '= 2.9.0'
|
|
|
|
- project-template:
|
|
name: puppet-openstack-module-unit-jobs
|
|
check:
|
|
jobs:
|
|
- puppet-openstack-unit-7.10-centos-8-stream
|
|
- puppet-openstack-unit-6.21-ubuntu-focal
|
|
- puppet-openstack-unit-7.10-ubuntu-focal
|
|
gate:
|
|
jobs:
|
|
- puppet-openstack-unit-7.10-centos-8-stream
|
|
- puppet-openstack-unit-6.21-ubuntu-focal
|
|
- puppet-openstack-unit-7.10-ubuntu-focal
|