Route Linux Rust CI to Incredibuild runners#2
Open
zozo123 wants to merge 1 commit into
Open
Conversation
Use the runner image's built-in cargo acceleration for Linux Rust-heavy CI without adding repository-local wrapper scripts or workflow plumbing. Co-authored-by: Cursor <cursoragent@cursor.com>
Collaborator
Author
|
Validation update for the strict runs-on-only PR:
Root cause: the current runner image exports a shared Upstream fix opened here: https://github.com/Incredibuild-RND/vnext-processing-engine/pull/216 After that is merged and the runner image is rebuilt/deployed, rerun this PR's CI without changing this PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
incredibuild-runnerusing only runner selector changes.ubuntu-latest; its full run path needs Valgrind/setarch and has a separate auth/upload issue in current CI.Diff snippet
Applied to:
test-rusttest-python-coveragebench-testmiribuild-jsLinuxx86_64-unknown-linux-gnubuild-jswasm32-wasip1-threadsEvidence
llvm-cov,codspeed build, andmiri test: https://github.com/Incredibuild-RND/vnext-processing-engine/pull/215Evidence numbers
test-rust:346.8sonubuntu-latest->267.6son IB (1.30x) in the latest cap-safe validation.38.6s->18.9s(2.05x) in the latest validation.7x-8.7x.Test plan
Made with Cursor