cb7d847d37
Change-Id: Id3650d13eca709d34af586ac0d0166bcf1fa7fde
49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
---
|
|
# This file contains the puppet unit job configurations
|
|
#
|
|
- job:
|
|
name: puppet-openstack-unit-5.5-centos-8
|
|
parent: puppet-openstack-unit-base
|
|
nodeset: centos-8
|
|
vars:
|
|
puppet_gem_version: 5.5.0
|
|
|
|
- job:
|
|
name: puppet-openstack-unit-6.14-centos-8
|
|
parent: puppet-openstack-unit-base
|
|
nodeset: centos-8
|
|
vars:
|
|
puppet_gem_version: 6.14.0
|
|
|
|
- job:
|
|
name: puppet-openstack-unit-6.14-ubuntu-bionic
|
|
parent: puppet-openstack-unit-base
|
|
nodeset: ubuntu-bionic
|
|
vars:
|
|
puppet_gem_version: 6.14.0
|
|
|
|
- job:
|
|
name: puppet-openstack-unit-latest-ubuntu-bionic
|
|
parent: puppet-openstack-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'
|
|
|
|
- project-template:
|
|
name: puppet-openstack-module-unit-jobs
|
|
check:
|
|
jobs:
|
|
- puppet-openstack-unit-5.5-centos-8
|
|
- puppet-openstack-unit-6.14-centos-8
|
|
- puppet-openstack-unit-6.14-ubuntu-bionic
|
|
- puppet-openstack-unit-latest-ubuntu-bionic
|
|
gate:
|
|
jobs:
|
|
- puppet-openstack-unit-5.5-centos-8
|
|
- puppet-openstack-unit-6.14-centos-8
|
|
- puppet-openstack-unit-6.14-ubuntu-bionic
|