Add noble to molecule testing

With noble image being built in quay.io [1] we can finally add testing
for Ubuntu 24.04 into molecule tests.

[1] https://github.com/gotmax23/Containerfiles/pull/1

Change-Id: Ie6bf388b9cde58222b5da2cc7753830fc6f8c1f7
This commit is contained in:
Dmitriy Rabotyagov 2025-01-15 02:04:14 +01:00
parent cf61c8032b
commit de3a26059d
2 changed files with 10 additions and 0 deletions

View File

@ -519,6 +519,14 @@
parent: openstack-ansible-deploy-aio
nodeset: ubuntu-noble
- job:
name: openstack-ansible-tox-molecule-ubuntu-noble
parent: openstack-ansible-tox-molecule
vars:
tox_environment:
DOCKER_REGISTRY: quay.io/gotmax23
DOCKER_IMAGE_TAG: ubuntu-systemd:noble
# ubuntu jammy
- job:

View File

@ -331,12 +331,14 @@
- openstack-ansible-tox-molecule-debian-bookworm
- openstack-ansible-tox-molecule-rockylinux-9
- openstack-ansible-tox-molecule-ubuntu-jammy
- openstack-ansible-tox-molecule-ubuntu-noble
gate:
jobs:
- openstack-ansible-tox-molecule-centos-9-stream
- openstack-ansible-tox-molecule-debian-bookworm
- openstack-ansible-tox-molecule-rockylinux-9
- openstack-ansible-tox-molecule-ubuntu-jammy
- openstack-ansible-tox-molecule-ubuntu-noble
- project-template:
name: openstack-ansible-deploy-guide-jobs