[9.4](backport #7592) docs: update Testing on cloud section to use mage targets - #7631
Merged
Conversation
* docs: update Testing on cloud section to use mage targets The make -C dev-tools/cloud targets (cloud-deploy, cloud-clean, build-and-push-cloud-image) no longer exist — dev-tools/cloud contains only a terraform/ directory. Replace with the current mage-based workflow (test:cloudE2E and the individual docker:/test: targets) that CI actually uses. * docs: put manual deploy workflow first, cloudE2E is the CI target * docs: clarify that test:cloudE2E adds test:cloudE2ERun to the manual flow * docs: clarify when test:cloudE2ERun runs relative to up/down * docs: note CFT region is used for cloud E2E deployment (cherry picked from commit 5c894cd)
1 task
ycombinator
approved these changes
Aug 12, 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.
What is the problem this PR solves?
The "Testing on cloud" section of the developer guide references
make -C dev-tools/cloudtargets (cloud-deploy,cloud-clean,build-and-push-cloud-image) that no longer exist —dev-tools/cloudcontains only aterraform/directory with no Makefile.How does this PR solve the problem?
Replaces the stale
makecommands with the current mage-based workflow that CI actually uses (via.buildkite/scripts/cloud_e2e_test.sh):docker:cover,docker:customAgentImage,docker:push,test:cloudE2EUp,test:cloudE2EDown) as the primary path for developers who want a live ECH deployment for manual testing.mage test:cloudE2Eas the all-in-one CI target — equivalent to the manual steps withtest:cloudE2ERuninserted betweentest:cloudE2EUpandtest:cloudE2EDown.How to test this PR locally
No code changes — docs only.
Design Checklist
N/A — docs change only.
Checklist
Related issues
This is an automatic backport of pull request #7592 done by [Mergify](https://mergify.com).