Skip to content

[9.4](backport #7592) docs: update Testing on cloud section to use mage targets - #7631

Merged
ycombinator merged 1 commit into
9.4from
mergify/bp/9.4/pr-7592
Aug 12, 2026
Merged

[9.4](backport #7592) docs: update Testing on cloud section to use mage targets#7631
ycombinator merged 1 commit into
9.4from
mergify/bp/9.4/pr-7592

Conversation

@mergify

@mergify mergify Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

What is the problem this PR solves?

The "Testing on cloud" section of the developer guide references make -C dev-tools/cloud targets (cloud-deploy, cloud-clean, build-and-push-cloud-image) that no longer exist — dev-tools/cloud contains only a terraform/ directory with no Makefile.

How does this PR solve the problem?

Replaces the stale make commands with the current mage-based workflow that CI actually uses (via .buildkite/scripts/cloud_e2e_test.sh):

  • Documents the manual deploy workflow (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.
  • Documents mage test:cloudE2E as the all-in-one CI target — equivalent to the manual steps with test:cloudE2ERun inserted between test:cloudE2EUp and test:cloudE2EDown.

How to test this PR locally

No code changes — docs only.

Design Checklist

N/A — docs change only.

Checklist

  • I have made corresponding changes to the documentation

Related issues


This is an automatic backport of pull request #7592 done by [Mergify](https://mergify.com).

* 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)
@mergify mergify Bot added the backport label Aug 12, 2026
@mergify
mergify Bot requested a review from a team as a code owner August 12, 2026 14:49
@mergify mergify Bot added the backport label Aug 12, 2026
@mergify
mergify Bot requested a review from blakerouse August 12, 2026 14:49
@mergify
mergify Bot requested a review from swiatekm August 12, 2026 14:49
@github-actions github-actions Bot added documentation Improvements or additions to documentation Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team labels Aug 12, 2026
@ycombinator
ycombinator merged commit 462360b into 9.4 Aug 12, 2026
11 of 13 checks passed
@ycombinator
ycombinator deleted the mergify/bp/9.4/pr-7592 branch August 12, 2026 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport documentation Improvements or additions to documentation Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant