Pin downgrade CI to a hosted runner - #126
Merged
ChrisRackauckas merged 1 commit intoJul 21, 2026
Merged
Conversation
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Member
Author
|
Investigation scratchpad (immutable evidence):
The hosted pin is not considered verified until this PR's hosted downgrade job passes. |
ChrisRackauckas
marked this pull request as ready for review
July 21, 2026 21:15
Member
Author
|
Post-timer hosted verification:
All three Core matrix legs also passed. The Julia 1 QA leg failed independently of this downgrade-only diff and is being handled as a separate clean-main investigation; it does not alter the hosted downgrade verification above. |
Member
Author
|
Post-merge default-head verification:
This verifies the hosted downgrade pin both on the PR head and on the exact current default branch head. |
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.
Summary
ubuntu-24.04runner inputWhy
The current
maindowngrade run (29845314639) completed resolution and build, then lost communication with itsself-hosted-4vcpu-8gbrunner while the test step was still active. There was no test or resolver failure in the uploaded metadata.This is runner-specific rather than a repository regression:
7738d76, whose treee89ed738f45a8865b1fa74fb825af22010c80b74is byte-identical to currentmainata9adb61The centralized downgrade workflow exposes
osas a publicworkflow_callinput and documentsubuntu-24.04as the way to force GitHub-hosted execution.Validation
julia-downgrade-compat@fab1def, exact current dependency graph:Core | 1,288,226 passed / 1,288,226 total | 73m43.9sactionlint .github/workflows/Downgrade.yml.jlfilegit diff --checkInvestigation process
This was triggered by the fleet downgrade audit. I inspected the exact Actions job and annotations, reproduced the reusable downgrade action on a clean detached checkout of
a9adb61, ran the repository's official grouped test harness with the same Julia andPkg.testoptions, compared the failed runner with recent hosted and self-hosted history, and used the byte-identical hosted pass as the repository boundary. No tests were skipped, silenced, loosened, or removed.