chore: remove the ekvilibro-testnet deploy stage - #404
Merged
Conversation
The ekvilibro-testnet network is being decommissioned in HathorNetwork/ops-tools#1517. Until this lands, any v*-rc* tag redeploys the whole serverless stack to that network, because the job is gated on environment == 'testnet' and every release candidate satisfies that. Note the stage name: ekvilibro-testnet deploys to serverless stage "ekvilibro", while ekvilibro-mainnet deploys to "ekvi-main". Only the testnet job is removed. deploy-ekvilibro-mainnet is gated on environment == 'mainnet' and is unchanged. Refs HathorNetwork/ops-tools#1517 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WGPsyUjXZ9xD1QaMjExb6v
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughThe deployment workflow removes the ChangesDeployment workflow
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
r4mmer
approved these changes
Aug 24, 2026
tuliomir
approved these changes
Aug 24, 2026
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.
Removes the
ekvilibro-testnetdeploy stage. The network is being decommissioned inops-tools#1517 — it has no users, and
teardown is approved.
Why this needs to land before the teardown
deploy-ekvilibro-testnetis gated onneeds.init.outputs.environment == 'testnet', and everyv*.*.*-rc*tag sets that. Until this merges, any release candidate redeploys the whole serverlessstack — API Gateway, ~40 Lambdas, CloudWatch log groups — into an account the decommission is
emptying.
Merging early is safe: the network has no users, and its wallet-service served zero user requests in
the 30 days measured in
ops-tools#1481.
The two ekvilibro jobs do not use the network name as the serverless stage:
serverless_stagedeploy-ekvilibro-testnet(removed)ekvilibrodeploy-ekvilibro-mainnet(kept)ekvi-mainSo the bare stage
ekvilibrois testnet. Worth knowing when reading resource names in thataccount — anything matching
hathor-explorer-service-ekvilibro-*is testnet, and*-ekvi-main-*is mainnet.What changed
.github/workflows/deploy.yml— deleted thedeploy-ekvilibro-testnetjobWhat is deliberately untouched
deploy-ekvilibro-mainnettargets the same AWS account and is gated onenvironment == 'mainnet'. Unchanged.Verification
ekvilibro-testnetreference remains under.github/ekvilibro-mainnetreferences preserveddeploy.ymlparses;deploy-ekvilibro-mainnetstill present with itsmainnetgate intact🤖 Generated with Claude Code
https://claude.ai/code/session_01WGPsyUjXZ9xD1QaMjExb6v
Summary by CodeRabbit