[0.7] ci: temporarily disable focal job in merge-queue and nightly flows (#954)#956
Merged
[0.7] ci: temporarily disable focal job in merge-queue and nightly flows (#954)#956
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
|
This was referenced May 5, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 0.7 #956 +/- ##
==========================================
+ Coverage 95.84% 95.87% +0.02%
==========================================
Files 69 69
Lines 4118 4118
==========================================
+ Hits 3947 3948 +1
+ Misses 171 170 -1 ☔ 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
0.7.Auto-backport failed because the surrounding workflow YAML differs between branches (on
0.7, thejammy/focaljobs calltask-unit-test.ymldirectly with awith: container:block, rather than via dedicatedjammy.yml/focal.ymlreusable workflows onmain). Conflict resolved manually by:0.7's structure (the 4-linefocal:job usingtask-unit-test.ymldirectly).main) plus the# TODOmarker.- focalinpr-validation.needsinevent-merge-to-queue.yml(auto-applied; same asmain).notify-on-failurejob hunk frommain's diff because that job does not exist on0.7; backporting it would be scope creep beyond "disable focal".Resolution is identical to the one applied for the
0.6backport (#955).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. The fix is identical in spirit; only the file context differs.
focal.ymldoes not exist on this branch, so nothing to leave behind for manual triggering — the focal flow on0.7is fully dormant until either Launchpad stabilises or a pre-built CI image is introduced.Which issues this PR fixes
Main objects this PR modified
.github/workflows/event-merge-to-queue.yml— 4-linefocaljob and itspr-validation.needs:entry commented out..github/workflows/event-nightly.yml— 4-linefocaljob commented out (nonotify-on-failurejob exists on this branch).Mark if applicable
Note
Low Risk
Low risk: workflow-only changes that reduce CI coverage by skipping the
focalrun, but do not affect product/runtime behavior.Overview
Disables the Ubuntu 20.04
focalunit-test job in both merge-queue (event-merge-to-queue.yml) and nightly (event-nightly.yml) workflows, with a TODO note to re-enable once upstream flakiness is resolved.Updates merge-queue gating by removing
focalfrompr-validation.needs, so merge-queue validation no longer waits on that job.Reviewed by Cursor Bugbot for commit 1c02ba6. Bugbot is set up for automated code reviews on this repo. Configure here.