release: promote dev -> stage (ci publish hardening for stage/main) #76

Merged
will.anderson merged 2 commits from dev into stage 2026-07-15 21:16:17 +00:00
Owner

Promotes the ci-base decouple / fail-loud publish hardening from dev to stage.

Applies the PR #72 pattern to ci-stage.yaml and sdk-release.yaml so stage and prod release jobs go GREEN when the SDK publish succeeds. See PR #75.

Gate: head=dev (satisfied). Judge by whether the two workflow-file changes land on stage, not by any ci-base red.

Promotes the ci-base decouple / fail-loud publish hardening from dev to stage. Applies the PR #72 pattern to ci-stage.yaml and sdk-release.yaml so stage and prod release jobs go GREEN when the SDK publish succeeds. See PR #75. Gate: head=dev (satisfied). Judge by whether the two workflow-file changes land on stage, not by any ci-base red.
will.anderson added 2 commits 2026-07-15 21:15:59 +00:00
ci(stage,main): decouple ci-base rebuild, make SDK publish fail loudly
El SDK CI - dev / build-and-test (pull_request) Failing after 14m30s
dd7827059a
Mirror the PR #72 fix (applied to ci-dev.yaml) onto ci-stage.yaml and
sdk-release.yaml. The stage and prod release jobs reported FAILURE even
when the el-runtime-c/-h publish SUCCEEDED, because the ancillary ci-base
Docker rebuild (a CI-cache optimization on the fragile host-mode GCE
runner) reddened the whole job.

- Rebuild ci-base step: continue-on-error: true — never blocks/reddens
  the job; the SDK publish is the deliverable.
- Publish step: set -euo pipefail + empty-key guard + active-account echo
  so a real publish failure still fails loud and is diagnosable.
Merge pull request 'ci(stage,main): decouple ci-base rebuild, make SDK publish fail loudly' (#75) from hotfix/ci-stage-main-publish-hardening into dev
El SDK CI - stage / build-and-test (pull_request) Successful in 4m27s
El SDK CI - dev / build-and-test (push) Failing after 14m3s
bcb356fe69
will.anderson merged commit 6a8b2461cd into stage 2026-07-15 21:16:17 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: neuron-technologies/el#76