ci(release): add targeted job timeouts#5689
Conversation
e711477 to
de2173c
Compare
Supabase CLI previewnpx --yes https://pkg.pr.new/supabase/cli/supabase@150c9cb0a68841cdc6872cc40920c1d36f997a8cPreview package for commit |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e7114772de
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
de2173c to
f3fee9e
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f3fee9ed84
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
f3fee9e to
09493bc
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 09493bc6d0
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
09493bc to
150c9cb
Compare
Adds per-job timeouts across the release workflow graph so stuck release jobs fail near their expected runtime instead of running for the default six-hour limit.
Updates the GitHub-produced artifact build to use the
large-linux-x86runner, removes the now-unneeded disk cleanup step, and lets Go/pnpm caches persist so repeated release builds avoid cold sidecar compilation costs.