Add CentOS Stream 10 to molecule tests

Change-Id: Ib5be0b998a52ca9865a66ad8c586427b31a5aa0d
This commit is contained in:
Dmitriy Rabotyagov
2025-05-28 15:04:30 +02:00
parent 2c2723e756
commit 666f4c3560
3 changed files with 33 additions and 0 deletions

View File

@ -530,6 +530,16 @@
DOCKER_REGISTRY: quay.io/gotmax23
DOCKER_IMAGE_TAG: ubuntu-systemd:noble
# CentOS Stream 10
- job:
name: openstack-ansible-tox-molecule-centos-10-stream
parent: openstack-ansible-tox-molecule
nodeset: osa-nested-virt-noble
vars:
tox_environment:
DOCKER_REGISTRY: quay.io/gotmax23
DOCKER_IMAGE_TAG: centos-systemd:stream10
# debian bookworm
- job:
@ -599,6 +609,7 @@
tox_environment:
DOCKER_REGISTRY: quay.io/gotmax23
DOCKER_IMAGE_TAG: debian-systemd:bookworm
# rocky linux 9
- job:
name: openstack-ansible-tox-molecule-rockylinux-9

20
zuul.d/nodesets.yaml Normal file
View File

@ -0,0 +1,20 @@
---
# Copyright 2025, Cleura AB.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
- nodeset:
name: osa-nested-virt-noble
nodes:
- name: ubuntu-noble-nested
label: nested-virt-ubuntu-noble

View File

@ -253,11 +253,13 @@
- openstack-ansible-tox-molecule-debian-bookworm
- openstack-ansible-tox-molecule-rockylinux-9
- openstack-ansible-tox-molecule-ubuntu-noble
- openstack-ansible-tox-molecule-centos-10-stream
gate:
jobs:
- openstack-ansible-tox-molecule-debian-bookworm
- openstack-ansible-tox-molecule-rockylinux-9
- openstack-ansible-tox-molecule-ubuntu-noble
- openstack-ansible-tox-molecule-centos-10-stream
- project-template:
name: openstack-ansible-deploy-guide-jobs