ci: split versioning from publishing and make the publish retryable - #3118
Merged
Conversation
A transient sigstore transparency-log error (409 TLOG_CREATE_ENTRY_ERROR) on three packages failed a master release and stranded 15 package versions. lerna aborts its entire publish queue on the first error it does not recognise, so the packages queued behind those three were never attempted; and since lerna strips the temporary gitHead it writes into every manifest only after a publish resolves, the abort left the working tree dirty, which made the from-package sweep meant to recover from it refuse to run (EUNCOMMIT). Publishing is now its own job, checking out the commit the version job pushed instead of the commit that triggered the run, which predates the bump. Re-running the failed job therefore re-runs only the publish, against the right versions. The publish retries up to three times, restoring the manifests between attempts; from-package diffs local versions against the registry, so each attempt only finishes what the last one left and one flake no longer strands the queue behind it. Drops the from-git publish, whose versions were a subset of what from-package publishes and which added no coverage, only a second way to fail. Adds a workflow_dispatch publish-missing job, ported from pie-lib, to back-fill versions stranded by an earlier release.
ci: split versioning from publishing and make the publish retryable
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.
No description provided.