From de3a26059d5557420aec29532bfcff05357048d4 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 15 Jan 2025 02:04:14 +0100 Subject: [PATCH] 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 --- zuul.d/jobs.yaml | 8 ++++++++ zuul.d/project-templates.yaml | 2 ++ 2 files changed, 10 insertions(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 49020eb337..62b7d12e23 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -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: diff --git a/zuul.d/project-templates.yaml b/zuul.d/project-templates.yaml index d43bf4641c..93beb31a10 100644 --- a/zuul.d/project-templates.yaml +++ b/zuul.d/project-templates.yaml @@ -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