ci: run instanode-web e2e-prod payment/UI suite on every API build#275
Merged
Conversation
…eploy) Adds a dispatch-e2e-prod job that fires the e2e-prod-from-deploy repository_dispatch to instanode-web on every push to master. instanode-web's e2e-prod.yml already listens for it — installs Chromium and drives the full live-ui-payment flow (free cohort → UI Upgrade → Razorpay TEST checkout → card → assert Pro) + the live suite against the just-deployed prod. push-to-master only (the full leg mints a real TEST-mode subscription; we run it on the deploy, not on every PR). Closes the 'payment/UI test runs on every API build' gap. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
mastermanas805
added a commit
that referenced
this pull request
Jun 7, 2026
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 <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.
Fires
e2e-prod-from-deployto instanode-web on every push to master, so the full browser payment/UI suite (Chromium → free cohort → UI Upgrade → Razorpay TEST card → assert Pro) runs against the just-deployed prod on every API build. push-to-master only (the full leg mints a real TEST-mode subscription). Pairs with the instanode-web push:[main] trigger.🤖 Generated with Claude Code