
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
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-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-centos-8-stream
|
|
parent: puppet-openstack-unit-base
|
|
nodeset: centos-8-stream
|
|
voting: false
|
|
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-6.14-centos-8
|
|
- puppet-openstack-unit-6.14-centos-8-stream
|
|
- puppet-openstack-unit-6.14-ubuntu-bionic
|
|
- puppet-openstack-unit-latest-ubuntu-bionic
|
|
gate:
|
|
jobs:
|
|
- puppet-openstack-unit-6.14-centos-8
|
|
- puppet-openstack-unit-6.14-ubuntu-bionic
|