From a68e0b5447bc0b9f3cf6d975e5922656e5ae3248 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Sat, 30 Nov 2024 12:47:58 -0800 Subject: [PATCH] Update gate jobs as per the 2025.1 cycle testing runtime As per 2025.1 testing runtime[1], we need to move testing on Ubuntu Noble. Tracking: https://etherpad.opendev.org/p/migrate-to-noble [1] https://governance.openstack.org/tc/reference/runtimes/2025.1.html Change-Id: Id5bdc606e256e5e70fccd8760ccc1e40d8e2d144 --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 4585c8c..84e694e 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -17,7 +17,7 @@ - job: name: devstack-plugin-container-k8s parent: devstack-minimal - nodeset: openstack-two-node-focal + nodeset: openstack-two-node-noble pre-run: playbooks/devstack-plugin-container-k8s/pre.yaml run: playbooks/devstack-plugin-container-k8s/run.yaml post-run: playbooks/devstack-plugin-container-k8s/post.yaml