ci(stage,main): decouple ci-base rebuild, make SDK publish fail loudly #75
Reference in New Issue
Block a user
Delete Branch "hotfix/ci-stage-main-publish-hardening"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Mirrors the PR #72 fix onto ci-stage.yaml and sdk-release.yaml so the stage and prod release jobs go GREEN when the SDK publish succeeds, instead of red-but-published.
The ci-base Docker rebuild (a CI-cache optimization on the fragile host-mode GCE runner) was reddening the whole job even though el-runtime-c/-h published fine. This adds:
Flowing hotfix -> dev -> stage -> main via GitFlow. Judge each hop by whether the workflow-file change lands, NOT by the ci-base red (that is the very thing being fixed).