Skip to content

fix(release): use pipeline scripts for candidate lock verification - #720

Draft
guibeira wants to merge 1 commit into
mainfrom
fix/candidate-lock-script
Draft

fix(release): use pipeline scripts for candidate lock verification#720
guibeira wants to merge 1 commit into
mainfrom
fix/candidate-lock-script

Conversation

@guibeira

@guibeira guibeira commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator

Summary

Use the pipeline checkout when verifying the registry lock during candidate smoke tests.

Root cause

Alpha releases dispatch the current release workflow from main while building the worker source from the release tag. The lock verifier was invoked from the tag checkout, so alpha tags created before that script was added failed with No such file or directory. The workflow already checks out the current pipeline sources under pipeline-scripts; this change uses that copy consistently with the interface collector.

Impact

Candidate validation can verify alpha releases created from feature branches even when their tags do not contain the latest release validation scripts.

Validation

  • Parsed .github/workflows/_candidate-smoke.yml with the workspace YAML parser
  • Ran git diff --check
  • Confirmed the referenced script exists in the pipeline-scripts checkout on main

actionlint could not be run because the container image registry timed out during download.

@vercel

vercel Bot commented Aug 5, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
workers Ready Ready Preview Aug 5, 2026 10:52pm
workers-tech-spec Ready Ready Preview Aug 5, 2026 10:52pm

Request Review

@coderabbitai

coderabbitai Bot commented Aug 5, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: af5d514d-6bed-452f-b43c-55a47aac6bf6

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

skill-check — worker

0 verified, 54 skipped (no docs/).

Layer Result
structure
vale
ai
render

Four for four. Nicely done.

@guibeira guibeira added no-ticket PR deliberately has no Linear ticket (bump/typo/CI-only) and removed no-ticket PR deliberately has no Linear ticket (bump/typo/CI-only) labels Aug 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-ticket PR deliberately has no Linear ticket (bump/typo/CI-only)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant