Conversation
These are all ephemeral instances so no need to stop anything.
PostgreSQL Extension Dependency Analysis: PR #2460
SummaryNo extensions had dependencies with MAJOR version updates. Full Analysis ResultsPostgreSQL 15 Extension DependenciesPostgreSQL 17 Extension DependenciesOrioleDB 17 Extension Dependencies |
PostgreSQL Package Dependency Analysis: PR #2460
SummaryNo packages had MAJOR version updates. Full Analysis ResultsPostgreSQL 15 Dependency ChangesExtracting PostgreSQL 15 dependencies...
Runtime Closure Size
Raw Dependency ClosurePostgreSQL 17 Dependency ChangesExtracting PostgreSQL 17 dependencies...
Runtime Closure Size
Raw Dependency Closure |
parallel-eval supported by detsys-nix is much faster than nix-eval-jobs which I'll swtich to in the next commit. Assisted-By: Claude Sonnet 5 <noreply@anthropic.com>
This way we detect stalled downloads and retry faster, retry uses range-request so its not from scratch.
mmlb
force-pushed
the
push-znnqzquvpnxp
branch
2 times, most recently
from
September 17, 2026 21:10
c126f77 to
915b95c
Compare
Splits the single nix-eval job into a per-system matrix each on its
matching blacksmith runner. This replaces nix-eval-jobs with the
parallel-eval prototype Determinate Nix.
Each nix-build-{packages,checks}-<system> job now depends directly on
nix-eval-<system>, so one system's builds no longer wait on the other
two evaluations (or on a merge step).
Assisted-By: Claude Fable 5.1 <noreply@anthropic.com>
mmlb
force-pushed
the
push-znnqzquvpnxp
branch
from
September 18, 2026 14:19
915b95c to
d418b69
Compare
Now that we have per-system nix-eval lets split other jobs too. This way we don't have artificial dependencies that hold back otherwise ready jobs. Report disk usage job now needs to be in nix-build since testinfra-ami-build runs once per arch. Assisted-By: Claude Fable 5.1 <noreply@anthropic.com>
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.
What kind of change does this PR introduce?
Bug fix, feature, docs update, ...
What is the current behavior?
Please link any relevant issues here.
What is the new behavior?
Feel free to include screenshots if it includes visual changes.
Additional context
Add any other context or screenshots.