[v3.31] Fix CI against OpenStack Yoga, by removing it#11745
Merged
nelljerram merged 1 commit intoJan 30, 2026
Merged
Conversation
Fix CI against OpenStack Yoga, by removing it (cherry picked from commit 227ad8f)
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes OpenStack Yoga testing and support from Calico, as Yoga has been unmaintained since October 2024 and is incompatible with Ubuntu 22.04-based CI platforms. This is a cherry-pick to the release-v3.31 branch from the master branch.
Changes:
- Removed Yoga CI jobs from SemaphoreCI configuration (both regular and scheduled builds)
- Simplified bootstrap script to use dynamic URL construction instead of version-specific cases
- Updated documentation to reflect that only Caracal is tested on master
- Removed Yoga-specific build targets from Makefile
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| networking-calico/devstack/bootstrap.sh | Simplified constraints URL handling from version-specific cases to a single dynamic pattern |
| networking-calico/README.md | Updated version compatibility table to show only Caracal support for master branch |
| networking-calico/Makefile | Removed upper-constraints-yoga.txt build target |
| .semaphore/semaphore.yml.d/blocks/40-openstack.yml | Removed entire Yoga CI block template (48 lines) |
| .semaphore/semaphore.yml | Removed generated Yoga CI block from main pipeline configuration |
| .semaphore/semaphore-scheduled-builds.yml | Removed generated Yoga CI block from scheduled builds configuration |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-pick history
Yoga has been "unmaintained" - which is OpenStack terminology for a state similar to EoL - since October 2024, and is no longer of interest to our OpenStack customers. The CI against Yoga recently broke when we updated our Semaphore platform from Ubuntu 20.04 to 22.04. This was briefly addressed by 29d69fa, but since then there has been further breakage, which does not look easy to fix - fundamentally because upstream Yoga-level code was never developed and tested against Ubuntu 22.04.
Release Note