Skip to content

[services] Detect entrypoint file from render yaml.#16385

Merged
dnwpark merged 2 commits into
mainfrom
dnwpark/svc-suggest-file-entrypoint-pr3
May 21, 2026
Merged

[services] Detect entrypoint file from render yaml.#16385
dnwpark merged 2 commits into
mainfrom
dnwpark/svc-suggest-file-entrypoint-pr3

Conversation

@dnwpark
Copy link
Copy Markdown
Contributor

@dnwpark dnwpark commented May 20, 2026

Followup to #16300 and #16335

Hook up entrypoint detection so that entrypoint files are detected from render yaml.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 20, 2026

🦋 Changeset detected

Latest commit: 4b06700

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@vercel/fs-detectors Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 20, 2026

🧪 Unit Test Strategy

Comparing: 20247d64b06700 (view diff)

Strategy: Affected packages only

✅ Only testing packages that have been modified or depend on modified packages.

Affected packages - 3 (7%)
  1. @vercel/fs-detectors
  2. @vercel/static-build
  3. vercel
Unaffected packages - 41 (93%)
  1. @vercel-internals/get-package-json
  2. @vercel/backends
  3. @vercel/build-utils
  4. @vercel/cervel
  5. @vercel/cli-auth
  6. @vercel/cli-config
  7. @vercel/cli-exec
  8. @vercel/client
  9. @vercel/config
  10. @vercel/detect-agent
  11. @vercel/edge
  12. @vercel/elysia
  13. @vercel/error-utils
  14. @vercel/express
  15. @vercel/fastify
  16. @vercel/firewall
  17. @vercel/frameworks
  18. @vercel/functions
  19. @vercel/gatsby-plugin-vercel-analytics
  20. @vercel/gatsby-plugin-vercel-builder
  21. @vercel/go
  22. @vercel/h3
  23. @vercel/hono
  24. @vercel/hydrogen
  25. @vercel/koa
  26. @vercel/nestjs
  27. @vercel/next
  28. @vercel/node
  29. @vercel/oidc
  30. @vercel/oidc-aws-credentials-provider
  31. @vercel/python
  32. @vercel/python-analysis
  33. @vercel/redwood
  34. @vercel/related-projects
  35. @vercel/remix-builder
  36. @vercel/routing-utils
  37. @vercel/ruby
  38. @vercel/rust
  39. @vercel/static-config
  40. @vercel/vc-native
  41. examples

Results

  • Unit tests: Only affected packages will run unit tests
  • E2E tests: Running in parallel in this workflow
  • Type checks: Only affected packages will run type checks

This comment is automatically generated based on the affected testing strategy

@github-actions
Copy link
Copy Markdown
Contributor

📦 CLI Tarball Ready

The Vercel CLI tarball for this PR is now available!

Quick Test

You can test this PR's CLI directly by running:

npx https://vercel-31lsaoaak.vercel.sh/tarballs/vercel.tgz --help

Use in vercel.json

To use this CLI version in your project builds, add to your vercel.json:

{
  "build": {
    "env": {
      "VERCEL_CLI_VERSION": "vercel@https://vercel-31lsaoaak.vercel.sh/tarballs/vercel.tgz"
    }
  }
}

Python Runtime Wheel

A vercel-runtime wheel was also built for this PR.
To use in your Python project builds, also set this environment variable:

VERCEL_RUNTIME_PYTHON="vercel-runtime @ https://vercel-31lsaoaak.vercel.sh/tarballs/vercel_runtime-0.14.0.dev1779321942+4b06700-py3-none-any.whl"

Python Workers Wheel

A vercel-workers wheel was also built for this PR.
To use in your Python project builds, also set this environment variable:

VERCEL_WORKERS_PYTHON="vercel-workers @ https://vercel-31lsaoaak.vercel.sh/tarballs/vercel_workers-0.1.0.dev1779321942+4b06700-py3-none-any.whl"

This comment is automatically generated

@dnwpark dnwpark marked this pull request as ready for review May 21, 2026 00:15
@dnwpark dnwpark requested review from a team and agadzik as code owners May 21, 2026 00:15
@dnwpark dnwpark merged commit feb8bed into main May 21, 2026
106 checks passed
@dnwpark dnwpark deleted the dnwpark/svc-suggest-file-entrypoint-pr3 branch May 21, 2026 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants