fix(release): decouple aspirational smokes from publish gate (v0.5.1122)#4410
Merged
Conversation
…blish gate (v0.5.1122) v0.5.1121 was blocked at await-tests because Tests concluded failure on two CORE jobs: cargo-test (the AES secret-key-buffer-metadata regression from #4363, since fixed on main by #4399 — the 1121 tag predated it) and lint (a transient rustup/curl network flake). Re-tag from a main that includes #4399. Mark harmonyos-smoke + ink-link-smoke continue-on-error (joining effect-basic-smoke and the parity/compile-smoke/doc-tests/drizzle set) so new aspirational smokes can't silently re-block publish. Publish now gates only on the core jobs (cargo-test, lint, api-docs-drift, compiler-output-regression) + Simulator Tests. Follow-up: have await-tests key on core-job conclusions directly instead of the whole-workflow conclusion.
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.
v0.5.1121 blocked at await-tests because Tests failed on cargo-test (AES regression #4363, fixed on main by #4399 — 1121 tag predated it) + lint (network flake). Re-tag from main with #4399. Mark harmonyos-smoke + ink-link-smoke continue-on-error so aspirational smokes can't re-block publish; publish gates only on core jobs. test.yml + metadata only. See CHANGELOG v0.5.1122.