[8.2] ci: temporarily disable focal job in merge-queue and nightly flows (#954)#958
Merged
[8.2] ci: temporarily disable focal job in merge-queue and nightly flows (#954)#958
Conversation
) Launchpad's PPA infrastructure (ppa.launchpad.net / ppa.launchpadcontent.net) has been intermittently refusing connections for several days, breaking focal's install of gcc-11 from ppa:ubuntu-toolchain-r/test which is required because focal needs gcc-11 for the SVS code path's C++20 features. Comment out the focal job in both event-merge-to-queue.yml and event-nightly.yml (and the corresponding entries in their respective needs: lists) so the merge queue and nightly notifier are not blocked by this upstream outage. focal.yml itself is untouched and remains manually-triggerable via workflow_dispatch. To be reverted once a durable solution (likely a pre-built CI image with gcc-11 baked in, removing the per-run Launchpad dependency) is in place. (cherry picked from commit fe17589)
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 8.2 #958 +/- ##
==========================================
- Coverage 96.98% 96.96% -0.03%
==========================================
Files 126 126
Lines 7371 7371
==========================================
- Hits 7149 7147 -2
- Misses 222 224 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
GuyAv46
approved these changes
May 5, 2026
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.
Backport of #954 to
8.2.Auto-backport reported
Git push to origin failed for backport-954-to-8.2 with exitcode 1. The cherry-pick itself applies cleanly on8.2(workflow shape matchesmain); the failure was on the bot'sgit pushstep, almost certainly a permissions/branch-protection issue specific to the backport bot's GitHub App on the8.xbranches. A manual push as the PR author succeeds, so this PR is opened that way.Describe the changes in the pull request
Comment out the
focaljob (and itspr-validation.needs:entry) in bothevent-merge-to-queue.ymlandevent-nightly.yml, so the merge queue and nightly are no longer blocked by Ubuntu 20.04 CI failures caused by Canonical's PPA edge intermittently refusing connections.See #954 for the full root-cause analysis. Diff is identical to
main's (and to the0.6(#955),0.7(#956),0.8(#957) backports modulo the workflow-shape differences).Which issues this PR fixes
Main objects this PR modified
.github/workflows/event-merge-to-queue.yml—focaljob and itspr-validation.needs:entry commented out;# TODOre-enable marker added..github/workflows/event-nightly.yml—focaljob and itsnotify-on-failure.needs:entry commented out.Mark if applicable
Note
Low Risk
Low risk CI-only change that reduces coverage by removing the Ubuntu 20.04 lane from required checks in merge-queue and nightly workflows.
Overview
Temporarily disables the Ubuntu 20.04 (
focal) CI job in both merge-queue (event-merge-to-queue.yml) and nightly (event-nightly.yml) workflows, with a TODO note to re-enable later.Updates the downstream gating jobs (
pr-validationandnotify-on-failure) to no longerneeds:thefocaljob, preventing intermittentfocalfailures from blocking merges or nightly reporting.Reviewed by Cursor Bugbot for commit e9987a1. Bugbot is set up for automated code reviews on this repo. Configure here.