-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
area:ciCI/CD, GitHub Actions, workflowsCI/CD, GitHub Actions, workflowsarea:workflowDeveloper workflow, commands, rules, skillsDeveloper workflow, commands, rules, skillschoreGeneral tasks (e.g. update dependencies, contact a manufacturer, read a paper)General tasks (e.g. update dependencies, contact a manufacturer, read a paper)effort:medium1-4 hours1-4 hourspriority:highShould be done in the current milestoneShould be done in the current milestone
Description
Chore Type
CI / Build change
Description
Align the release workflow behavior with the intended cross-repo contract for 0.3.1: candidate dispatch is fire-and-forget, final checks downstream RC status deterministically, and final release publication is resilient to partial failures.
Acceptance Criteria
-
publish-candidatedispatches to smoke-test without waiting for downstream completion (no 30-min poll loop). - Rollback is decoupled from smoke-test downstream completion status (dispatch failure handling only, no downstream timeout rollback).
- Final-gate downstream RC pre-release check includes bounded retries for transient GitHub API failures.
- Final GitHub Release creation happens at the end of
publish(after GHCR push/signing/SBOM/attestation), so a release-create failure can be retried manually without rerunning artifact publishing. - Smoke-test dispatch workflow uses explicit concurrency control to prevent branch/PR/release races for overlapping dispatches.
Implementation Notes
- Target workflow:
.github/workflows/release.yml - Target workflow:
assets/smoke-test/.github/workflows/repository-dispatch.yml - Keep existing contract semantics:
- candidate: dispatch only, user verifies downstream pre-release manually
- final: validate latest RC downstream pre-release before publishing final
- After moving release creation to end, retain
--verify-tagfor final release creation.
Related Issues
Priority
High
Changelog Category
Changed
Additional Context
This issue consolidates the five release-audit points needed before publishing 0.3.1 and testing the improved deployment + downstream release path in the smoke-test repository.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:ciCI/CD, GitHub Actions, workflowsCI/CD, GitHub Actions, workflowsarea:workflowDeveloper workflow, commands, rules, skillsDeveloper workflow, commands, rules, skillschoreGeneral tasks (e.g. update dependencies, contact a manufacturer, read a paper)General tasks (e.g. update dependencies, contact a manufacturer, read a paper)effort:medium1-4 hours1-4 hourspriority:highShould be done in the current milestoneShould be done in the current milestone