From 9b751bc3c5017fa7d8fcfc32544f8e31c4051552 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Mon, 18 Nov 2024 19:33: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 test on Ubuntu Noble (which will be taken care by depends-on tempest and devstack patches to move base jobs to Noble), updating the jobs nodeset to noble. Depends-On: https://review.opendev.org/c/openstack/tempest/+/932156 [1] https://governance.openstack.org/tc/reference/runtimes/2025.1.html Change-Id: I338c2f60c1fec148613ecbd5d183d2e4cdd049c6 --- .zuul.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index f0f347e8..4880e6a2 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -509,7 +509,7 @@ vars: node_version: 16 js_build_command: lint - nodeset: ubuntu-jammy + nodeset: ubuntu-noble - job: name: skyline-nodejs16-run-lint-test @@ -519,7 +519,7 @@ vars: node_version: 16 js_build_command: lint:test - nodeset: ubuntu-jammy + nodeset: ubuntu-noble - job: name: skyline-nodejs16-run-unit-test @@ -529,7 +529,7 @@ vars: node_version: 16 js_build_command: test:unit - nodeset: ubuntu-jammy + nodeset: ubuntu-noble - job: name: publish-skyline-console-python-branch-tarball