Conversation
Remove the check-trigger job that restricted e2e tests to only Version Packages PRs or those with the run-e2e-tests label. E2E tests now run on every pull request again, matching the previous pattern. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
|
… into jeffsee55/e2e-tests-on-prs
📦 CLI Tarball ReadyThe Vercel CLI tarball for this PR is now available! Quick TestYou can test this PR's CLI directly by running: npx https://vercel-c5fr9qibd.vercel.sh/tarballs/vercel.tgz --helpUse in vercel.jsonTo use this CLI version in your project builds, add to your {
"build": {
"env": {
"VERCEL_CLI_VERSION": "vercel@https://vercel-c5fr9qibd.vercel.sh/tarballs/vercel.tgz"
}
}
} |
🧪 Unit Test StrategyComparing: Strategy: Code changed outside of a package - running all unit tests Affected packages - 15 (38%)
Unaffected packages - 25 (63%)
Results
This comment is automatically generated based on the affected testing strategy |
… into jeffsee55/e2e-tests-on-prs
Merged in #14763, reverted in #15022. Re-submitting and running e2e tests now via label. e2e tests are coming back by default to PRs in #15008 - Moves builders to peerDependencies and tells pnpm that they're optional dependencies. With this config, `pnpm` will not bundle them into the publishd `vercel` CLI, but they will be in the manifest. - Add a feature to the `resolveBuilders` function that reads the peerDependencies section of package.json at runtime and installs that correct version of the builder. It stores this builder in a local cache (`.vercel/builders`) so it only has to get them from the registry once. --------- Co-authored-by: Cursor <cursoragent@cursor.com>
Summary
This reverts the experiment that restricted e2e tests to only Version Packages PRs. E2E tests now run on every pull request again.
check-triggerjob that gated e2e testsrun-e2e-testslabel🤖 Generated with Claude Code
Note
Low Risk Change
This PR removes conditional gating on e2e tests to run them on all PRs, which is a CI workflow change with no security or business logic impact.
check-triggerjob that gated e2e tests to specific PRsRisk assessment for commit 22d4f6a.