Skip to content

ci(semconv): skip full toolchain install for semconv check#458

Merged
yordis merged 1 commit into
mainfrom
yordis/perf-ci-semconv-skip-tools
Jul 2, 2026
Merged

ci(semconv): skip full toolchain install for semconv check#458
yordis merged 1 commit into
mainfrom
yordis/perf-ci-semconv-skip-tools

Conversation

@yordis

@yordis yordis commented Jul 2, 2026

Copy link
Copy Markdown
Member
  • The semconv job spends ~11 min per run recompiling the entire source-built cargo toolchain it never uses, because mise run auto-installs every .mise.toml tool before running the task and that build falls outside mise-action's Weaver-scoped cache. This job only needs Weaver, which mise-action already installs and caches.

@coderabbitai

coderabbitai Bot commented Jul 2, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@yordis, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 12 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: c7905705-8b8a-4f45-b5e5-909ddf6ce9cd

📥 Commits

Reviewing files that changed from the base of the PR and between f16ce7f and 6816e93.

📒 Files selected for processing (1)
  • .github/workflows/ci-semconv.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch yordis/perf-ci-semconv-skip-tools

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.

@cursor

cursor Bot commented Jul 2, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
CI workflow-only change; semconv validation still runs the same semconv:check task with Weaver already on PATH.

Overview
The semconv CI job now runs mise run --skip-tools semconv:check instead of plain mise run semconv:check, so mise does not auto-install every tool declared in .mise.toml before the task.

That check only needs Weaver (already installed and cached by mise-action); skipping the default install step avoids roughly ~11 minutes of unused source-built cargo toolchain work per run.

Reviewed by Cursor Bugbot for commit 6816e93. Bugbot is set up for automated code reviews on this repo. Configure here.

The semconv job only needs Weaver (already installed by mise-action), but
'mise run' auto-installs every tool in .mise.toml first, compiling the
source-built cargo tools from scratch each run because that install falls
outside mise-action's Weaver-scoped cache.

Signed-off-by: Yordis Prieto <yordis.prieto@gmail.com>
@yordis yordis changed the title perf(ci): skip full toolchain install for semconv check ci(semconv): skip full toolchain install for semconv check Jul 2, 2026
@yordis yordis force-pushed the yordis/perf-ci-semconv-skip-tools branch from 366391b to 6816e93 Compare July 2, 2026 01:31
@yordis yordis merged commit ecee391 into main Jul 2, 2026
6 checks passed
@yordis yordis deleted the yordis/perf-ci-semconv-skip-tools branch July 2, 2026 01:34
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.

1 participant