From d72ee4c4fbef176af96187109baf9a8c4d828e1d Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Mon, 4 May 2026 11:20:23 +0200 Subject: [PATCH] Add Ubuntu 26.04 molecule jobs Change-Id: Id785b4c67477fc485d1cd2fb548d2c5812ef19d5 Signed-off-by: Dmitriy Rabotyagov --- zuul.d/jobs.yaml | 11 +++++++++++ zuul.d/project-templates.yaml | 2 ++ 2 files changed, 13 insertions(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 57eecd20db..5af56bcd6e 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -548,6 +548,17 @@ DOCKER_REGISTRY: quay.io/gotmax23 DOCKER_IMAGE_TAG: ubuntu-systemd:noble +# Ubuntu 26.04 jobs + +- job: + name: openstack-ansible-tox-molecule-ubuntu-resolute + parent: openstack-ansible-tox-molecule + vars: + tox_environment: + <<: *molecule_tox_env + DOCKER_REGISTRY: quay.io/gotmax23 + DOCKER_IMAGE_TAG: ubuntu-systemd:resolute + # CentOS Stream 10 - job: diff --git a/zuul.d/project-templates.yaml b/zuul.d/project-templates.yaml index 512cdda180..1519714aef 100644 --- a/zuul.d/project-templates.yaml +++ b/zuul.d/project-templates.yaml @@ -326,6 +326,7 @@ - openstack-ansible-tox-molecule-debian-bookworm - openstack-ansible-tox-molecule-debian-trixie - openstack-ansible-tox-molecule-ubuntu-noble + - openstack-ansible-tox-molecule-ubuntu-resolute - openstack-ansible-tox-molecule-centos-10-stream - openstack-ansible-tox-molecule-rockylinux-10: voting: false @@ -334,6 +335,7 @@ - openstack-ansible-tox-molecule-debian-bookworm - openstack-ansible-tox-molecule-debian-trixie - openstack-ansible-tox-molecule-ubuntu-noble + - openstack-ansible-tox-molecule-ubuntu-resolute - openstack-ansible-tox-molecule-centos-10-stream - project-template: