Skip to content

feat(cli): add wait commands and enhance agentic output for builds and runs#1168

Draft
l2ysho wants to merge 3 commits into
masterfrom
1135-improve-apify-cli-buildrun-output-for-agentic-workflows
Draft

feat(cli): add wait commands and enhance agentic output for builds and runs#1168
l2ysho wants to merge 3 commits into
masterfrom
1135-improve-apify-cli-buildrun-output-for-agentic-workflows

Conversation

@l2ysho

@l2ysho l2ysho commented May 29, 2026

Copy link
Copy Markdown
Contributor

Introduces dedicated wait commands and unifies output for several build/run commands for better CI/CD integration.

closes #1140

…d runs

Introduces dedicated `wait` commands and unifies output for several build/run commands for better CI/CD integration.
@l2ysho l2ysho self-assigned this May 29, 2026
@l2ysho l2ysho added the t-dx Issues owned by the DX team. label May 29, 2026
@l2ysho l2ysho linked an issue May 29, 2026 that may be closed by this pull request
@github-actions github-actions Bot added this to the 141st sprint - Tooling team milestone May 29, 2026
@l2ysho

l2ysho commented May 29, 2026

Copy link
Copy Markdown
Contributor Author

lets wait for #1134

The earlier change made `apify push` exit non-zero whenever the build had
not reached SUCCEEDED, including non-terminal RUNNING/READY states. That
broke the E2E lifecycle tests and any CI that treats a successful upload
+ in-progress build as a successful push. Only treat a terminal,
non-SUCCEEDED status as a push failure.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

t-dx Issues owned by the DX team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add wait commands for Actor builds and runs

2 participants