[goal] Propose to use Ubuntu 22.04 for CI/CD

Ubuntu 22.04 has been released on April 21 and by now already have first
point release as well as upgrade path from 20.04 (Focal). By the end of
Antelope development cycle Ubuntu 22.04 will be around for a year,
which makes a good timing for us to set a goal of migrating CI/CD jobs
to start using this distro.

Change-Id: Ic89ae25dcaebc4f27e9214a857d4d681d0992667
This commit is contained in:
Dmitriy Rabotyagov 2022-09-21 14:07:43 +02:00
parent 0948f0f5ec
commit 75e3a3fa2f
2 changed files with 55 additions and 6 deletions

View File

@ -0,0 +1,55 @@
====================================================
Migrate CI/CD jobs to Ubuntu 22.04 (Jammy Jellyfish)
====================================================
For the Antelope development cycle :doc:`current tested runtime </reference/runtimes/2023.1>`
was defined to support Ubuntu 22.04 (Jammy). 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 20.04 (Focal)
to use Ubuntu 22.04 (Jammy) instead.
Last time :doc:`we switched distro </goals/completed/victoria/migrate-ci-cd-jobs-to-ubuntu-focal>`
for CI/CD jobs during Victoria development cycle.
Since goal of :doc:`migrating CI/CD jobs to zuulv3 native </goals/completed/victoria/native-zuulv3-jobs>`
ones has been accomplished, migration to the new distro should be relatively
easy.
If any failures related to the new distro (Jammy) block project development
progress, then we can help project out either with fixing code to support
Ubuntu 22.04 or override nodeset for their jobs and add Jammy jobs as
non-voting, so that projects can continue using Focal nodeset until codebase
is fully compatible with Jammy.
Custom project jobs that define nodeset explicitly may remain intact and
allow projects to manage such jobs on their own.
Stable branches will keep using their original distro version, and that will
be handled with job branches variant.
Champion
========
Dmitriy Rabotyagov (noonedeadpunk)
Ghanshyam Mann (gmann)
Gerrit Topic
============
To facilitate tracking, commits related to this goal should use the
gerrit topic::
migrate-to-jammy
Completion Criteria
===================
#. All official OpenStack projects should test their codebase against
Ubuntu 22.04 (Jammy Jellyfish).
Current State / Anticipated Impact
==================================
A big amount of jobs, like openstack-python3-jobs, docs or devstack, currently
use Ubuntu 20.04 (Focal).
First, we will provide the devstack base job on Jammy with WIP, and majority of
projects will test it before merging.

View File

@ -1,6 +0,0 @@
=============
Placeholder
=============
This file is a placeholder for the build and should be removed after
the first real goal is approved.