puppet-openstack-integration/zuul.d/libraries.yaml
Alex Schultz 45a2955993 Reorganize the zuul configs
Previously we had all our jobs and templates under a single file which
makes it hard to follow for the configurations we have. This change
splits apart the old .zuul.yaml into base, beaker, integration, library,
linters, tripleo and unit groups.

Change-Id: Ia43ade9d06ab0ab91c4088d0989e578b0fb489b9
2018-12-03 09:20:00 +01:00

35 lines
911 B
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
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.0-ubuntu-bionic
parent: puppet-openstack-libraries-puppet-unit-base
branches: ^master
nodeset: ubuntu-bionic
vars:
puppet_gem_version: 6.0
- 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