fix(ci): point pnpm CLI bencher extraction at pnpm11/pnpm#12544
Conversation
The TypeScript pnpm CLI was relocated from `pnpm/` to `pnpm11/pnpm/` in #12537, but the "Extract pnpm CLI e2e test duration" step still passed `--package-dir pnpm`. That path no longer exists, so the exec-summary lookup found no entry and the step exited 1, failing the full TS CI test job on main. Point `--package-dir` at the package's new location, `pnpm11/pnpm`.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe CI workflow's "Extract pnpm CLI e2e test duration" step is updated to pass ChangesCI Workflow Path Fix
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
PR Summary by Qodofix(ci): update Bencher pnpm CLI package-dir to pnpm11/pnpm Description
Diagram
High-Level Assessment
Files changed (1)
|
Code Review by Qodo🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)
Great, no issues found!Qodo reviewed your code and found no material issues that require review
Previous review resultsReview updated until commit 536dd11 Results up to commit 536dd11
Great, no issues found!Qodo reviewed your code and found no material issues that require review
|
|
Code review by qodo was updated up to the latest commit 536dd11 |
Summary
The full TS CI test job on
mainhas been failing since #12537 (which relocated the TypeScript pnpm CLI frompnpm/topnpm11/pnpm/). The Extract pnpm CLI e2e test duration step still passed--package-dir pnpmtobencher-result-from-pnpm-summary.mjs. That path no longer exists, so the exec-summary lookup found no entry for it and the script exited 1, failing the job.Example failure: https://github.com/pnpm/pnpm/actions/runs/27872725265/job/82487383311
This points
--package-dirat the package's new location,pnpm11/pnpm.Squash Commit Body
Checklist
pacquet/port, or the description notes what still needs porting. (CI-only change; no pacquet port needed.)pnpm changeset) if this PR changes any published package. (CI workflow only; no published package affected.)Written by an agent (Claude Code, claude-opus-4-8).
Summary by CodeRabbit