0beb85cdb4
Change-Id: I7c2bdcf0236aa73361e05967458d18d815e8cd17
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.10-centos-7
|
|
parent: puppet-openstack-libraries-puppet-unit-base
|
|
nodeset: centos-7
|
|
branches: ^stable/(ocata|pike|queens|rocky|stein)$
|
|
vars:
|
|
puppet_gem_version: 4.10
|
|
|
|
- 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.11-ubuntu-bionic
|
|
parent: puppet-openstack-libraries-puppet-unit-base
|
|
branches: ^(stable/stein|master)$
|
|
nodeset: ubuntu-bionic
|
|
vars:
|
|
puppet_gem_version: 6.11
|
|
|
|
- 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'
|