acb80f48a2
RDO has switched to use centos-8-stream to build and validate spec changes in RDO Trunk for master. Also, now puppet-promotion pipeline is using both CentOS Linux 8 and CentOS Stream 8 as promotion criteria. This patch is adding CentOS 8 stream jobs in puppet-openstack projects. First, i'm adding them to check pipelines as non-voting and once we check they are stable we can move them to voting. Change-Id: I6d5c26585a5f5687584a63435ce5cebba7ffae79
36 lines
1.1 KiB
YAML
36 lines
1.1 KiB
YAML
---
|
|
# This file contains the jobs for the puppet openstack libraries
|
|
#
|
|
- job:
|
|
name: puppet-openstack-libraries-puppet-unit-6.14-centos-8
|
|
parent: puppet-openstack-libraries-puppet-unit-base
|
|
nodeset: centos-8
|
|
vars:
|
|
puppet_gem_version: 6.14.0
|
|
|
|
- job:
|
|
name: puppet-openstack-libraries-puppet-unit-6.14-centos-8-stream
|
|
parent: puppet-openstack-libraries-puppet-unit-base
|
|
nodeset: centos-8-stream
|
|
voting: false
|
|
vars:
|
|
puppet_gem_version: 6.14.0
|
|
|
|
- job:
|
|
name: puppet-openstack-libraries-puppet-unit-6.14-ubuntu-bionic
|
|
parent: puppet-openstack-libraries-puppet-unit-base
|
|
nodeset: ubuntu-bionic
|
|
vars:
|
|
puppet_gem_version: 6.14.0
|
|
|
|
- job:
|
|
name: puppet-openstack-libraries-puppet-unit-latest-ubuntu-bionic
|
|
parent: puppet-openstack-libraries-puppet-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'
|