From 8c7b78a74c323dd0f35baf9b0e6a3cae015b47c4 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Tue, 17 Sep 2024 13:00:43 -0700 Subject: [PATCH] Select community-wide goal: migrate CI/CD jobs to Ubuntu Noble As per the testing runtime for 2025.1 cycle, we need to start testing ubuntu Noble. To implement that, this propose to select this migration activity as one of the community-wide goal. Also, fix some typos from: - https://review.opendev.org/c/openstack/governance/+/928078 Change-Id: I488f322681cc46a2118bfe60262eaec67d47d13d --- .../migrate-ci-jobs-to-ubuntu-noble.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename goals/{proposed => selected}/migrate-ci-jobs-to-ubuntu-noble.rst (91%) diff --git a/goals/proposed/migrate-ci-jobs-to-ubuntu-noble.rst b/goals/selected/migrate-ci-jobs-to-ubuntu-noble.rst similarity index 91% rename from goals/proposed/migrate-ci-jobs-to-ubuntu-noble.rst rename to goals/selected/migrate-ci-jobs-to-ubuntu-noble.rst index ed65675c8..f0ec641d0 100644 --- a/goals/proposed/migrate-ci-jobs-to-ubuntu-noble.rst +++ b/goals/selected/migrate-ci-jobs-to-ubuntu-noble.rst @@ -3,13 +3,13 @@ Migrate CI/CD jobs to Ubuntu 24.04 (Noble Numbat) ================================================= For the Epoxy development cycle :doc:`current tested runtime ` -was defined to support Ubuntu 24.04 (Noble). This means that our jobs should +it was defined to support Ubuntu 24.04 (Noble). This means that our jobs should be compatible with this distribution and using it by default. We should identify and migrate jobs that are currently using Ubuntu 22.04 (Jammy) to use Ubuntu 24.04 (Noble) instead. If any failures related to the new distro (Noble) block project development -progress, then we can help project to either with fixing code to support +progress, then we can help projects either with fixing code to support Ubuntu 24.04 or override nodeset for their jobs and add Noble jobs as non-voting, so that projects can continue using Jammy nodeset until codebase is fully compatible with Noble.