39 lines
1.1 KiB
YAML
39 lines
1.1 KiB
YAML
---
|
|
# This file contains the jobs for the puppet openstack libraries
|
|
#
|
|
- job:
|
|
name: puppet-openstack-libraries-puppet-unit-4.8-centos-7
|
|
parent: puppet-openstack-libraries-puppet-unit-base
|
|
nodeset: centos-7
|
|
branches: ^stable/(ocata|pike|queens|rocky|stein)$
|
|
vars:
|
|
puppet_gem_version: 4.8
|
|
|
|
- job:
|
|
name: puppet-openstack-libraries-puppet-unit-5.5-centos-7
|
|
parent: puppet-openstack-libraries-puppet-unit-base
|
|
nodeset: centos-7
|
|
vars:
|
|
puppet_gem_version: 5.5
|
|
|
|
|
|
- job:
|
|
name: puppet-openstack-libraries-puppet-unit-6.4-ubuntu-bionic
|
|
parent: puppet-openstack-libraries-puppet-unit-base
|
|
branches: ^(stable/stein|master)$
|
|
nodeset: ubuntu-bionic
|
|
vars:
|
|
puppet_gem_version: 6.4
|
|
|
|
- job:
|
|
name: puppet-openstack-libraries-puppet-unit-latest-ubuntu-bionic
|
|
parent: puppet-openstack-libraries-puppet-unit-base
|
|
branches: ^master
|
|
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'
|