Files
puppet-openstack-integration/zuul.d/libraries.yaml
Takashi Kajinami 02ad9b2d9b Move CentOS unit tests to Stream 10
CentOS Stream 9 may no longer be compatible with the latest OpenStack
due to removal of Python 3.9 support.

Migrate unit tests to CentOS Stream 10, so that we start testing our
models with Ruby 3.3 , which replaces Ruby 3.1 (EOL version).

Change-Id: Ie2cba1f5049c7812fa3d6369555207c47b71514c
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2025-08-20 14:41:23 +09:00

28 lines
761 B
YAML

---
# This file contains the jobs for the puppet openstack libraries
#
- job:
name: puppet-openstack-libraries-puppet-unit-8.10-centos-10-stream
parent: puppet-openstack-libraries-puppet-unit-base
nodeset:
nodes:
- name: centos-10-stream
label: centos-10-stream-4GB
vars:
puppet_gem_version: 8.10
- job:
name: puppet-openstack-libraries-puppet-unit-8.10-ubuntu-noble
parent: puppet-openstack-libraries-puppet-unit-base
nodeset: ubuntu-noble
vars:
puppet_gem_version: 8.10
- job:
name: puppet-openstack-libraries-puppet-unit-latest-ubuntu-noble
parent: puppet-openstack-libraries-puppet-unit-base
nodeset: ubuntu-noble
voting: false
vars:
puppet_gem_version: latest