Migrate epoxy jobs to Ubuntu 24.04 (Noble), drop caracal jobs#3535
Migrate epoxy jobs to Ubuntu 24.04 (Noble), drop caracal jobs#3535stephenfin merged 3 commits intogophercloud:mainfrom
Conversation
|
The failed messaging job should be fixed now. I need to remove the dalmatian jobs from the set of required jobs then we can merge this. |
|
I have removed Dalmatian jobs from the list of required checks. I also trivially reworded a commit message and force pushed to cause these changes to get picked up. |
|
per the release candance adjustment resolution each openstack release is only maintained for 18 months. after 18 months form release if the release is a skip level upgrade reelase (the 20**.1 releases) it is eligable to move form a stable/20**.1 branch to unmaintaiend/20**.1 non slurp release i.e. the 20**.2 release are not eligiable to move form stable to unmaintained and go eol once they are 18 months old. with that context i woudl recomemnt only testing master and the most recent SLURP release which iscurrently stable/2025.1 when 2026.1 is released then that woudl replace stable/2025.1 this way you are testing the most recent long term supproted release and the current development release. also of relevent to this are https://github.com/openstack/governance/blob/master/resolutions/20231114-amend-unmaintained-status.rst effectivly what thise all mean for gophercloud is when openstack add a new disto to the testign runtime when a new major release happens we try to supprot teh new and old for at least 1 release ideally we try to to also do that on a slurp release although that is not strictly required. so by stickign to master and the most recent slurp you shoudl minimise the impact on when you have to update the ci job to effectivly once a year with the disto changing every 2 years or so. |
|
that a long way to say you shoudl probably remove the caracal 2024.1 job as well as it is not unmtianeed with the release of falmingo 2025.2 current supported or stable reelase are 2025.2(flamingo), 2025.1(epoxy) and 2024.2(dalmatian) |
Now that the DevStack fix has landed [1]. [1] https://review.opendev.org/c/openstack/devstack/+/950289 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This is now EOL. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
All tested versions of OpenStack now support this allowing us to simplify our jobs. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
|
Failed to backport PR to |
This is a follow-up to #3368 and #3374. Per $subject, we migrate Epoxy jobs to Ubuntu 24.04 (Noble) (which is now possible since the necessary fixes have long since landed in DevStack) and drop
DalmatianCaracal jobs to reduce our test matrix somewhat.EDIT: Updated to drop Caracal instead of Dalmatian since Caracal is now EOL.