fix(eve): route preview workflows to latest deployment - #616
Open
iroiro147 wants to merge 4 commits into
Open
Conversation
Contributor
|
@iroiro147 is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
iroiro147
force-pushed
the
fix/preview-latest-deployment-582
branch
from
July 12, 2026 12:14
64a8f01 to
f72939d
Compare
Contributor
Author
|
Rebased this onto current |
Signed-off-by: iroiro147 <sarthak.singh@juspay.in>
iroiro147
force-pushed
the
fix/preview-latest-deployment-582
branch
from
July 30, 2026 06:20
f72939d to
4422c39
Compare
Contributor
Author
|
Rebased onto latest
|
Resolve conflicts by preserving the PR's preview-deployment routing feature while reconciling with main: - workflow-runtime.ts: take PR version (startWorkflowPreferLatest / clearLatestDeploymentFallbackMemoForTest), dropping the cancel-block the PR intentionally removed in its own rebase of 4422c39. - workflow-steps.test.ts: union imports (PR keep of DEFAULT_SUBAGENT_MAX_DEPTH + main's getPendingRuntimeActionBatch / requestTurnSleep).
…ployment-582 Signed-off-by: iroiro147 <sarthak.singh@mastersunion.org>
…#616 semantics Signed-off-by: iroiro147 <sarthak.singh@mastersunion.org>
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.
Summary
deploymentId: "latest"before pinned workflow starts so Git-connected preview deployments can pick up newer branch deploymentslatest, including branchless deployments that returnSource deployment has no git branchFixes #582.
Tests
pnpm --filter eve run build:compiledpnpm --filter eve exec vitest run --config vitest.unit.config.ts src/execution/workflow-runtime.test.ts src/execution/workflow-steps.test.ts(36 passed)pnpm --filter eve run typecheckpnpm docs:checkpnpm guard:invariantspnpm --filter eve exec oxlint src/execution/workflow-runtime.ts src/execution/workflow-runtime.test.ts src/execution/workflow-steps.test.ts --deny-warningspnpm exec oxfmt --check packages/eve/src/execution/workflow-runtime.ts packages/eve/src/execution/workflow-runtime.test.ts packages/eve/src/execution/workflow-steps.test.ts docs/concepts/execution-model-and-durability.md docs/guides/deployment.md .changeset/preview-latest-routing.mdpnpm changeset status --since origin/maingit diff --cached --checkAll checks above ran under Node 24.14.0.