ci: stop firing full e2e-prod live suite on every API build (revert #275 dispatch)#277
Merged
Merged
Conversation
Revert the dispatch-e2e-prod job (added in #275): firing the full live-PROVISION suite on every push to master, alongside instanode-web's push:[main], ran it dozens of times on a busy day and accumulated real customer DBs on shared prod infra faster than reaps cleaned them — degrading prod provisioning (vector live test 10s→2min). The money path stays covered per-build by the api webhook-injection unit test + the auth-contract dispatch; the full live suite runs on the e2e-prod cron + on-demand. Pairs with instanode-web cadence PR. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Reverts the
dispatch-e2e-prodjob from #275. Firing the full live-provision suite on every push to master (with instanode-web'spush:[main]) ran it dozens of times on a busy day → accumulated real customer DBs on shared prod faster than reaps cleaned them → prod provisioning degraded (vector live test 10s→2min within one session). Money path stays covered per-build by the api webhook-injection unit test + auth-contract dispatch; the full live suite runs on cron + on-demand. Pairs with instanode-web #208.🤖 Generated with Claude Code