Harden actiondfs and isolate remote action execution - #22
Merged
Conversation
dzbarsky
marked this pull request as ready for review
July 31, 2026 16:56
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
Validation
main.//src:unit_testsand//tools:e2e_action_tool_tests.(cd test && bazel test //:parse_timings_test).tools/e2e.sh vmon macOS Virtualization.framework, including the full remote-execution stress workload, PID limits, execution deadlines, and recovery.Linux CI performance comparison
Both runs use the same
@llvm-project//llvm:llvm-tblgenworkload, warmup, 4-vCPU/4-GiB x86 QEMU VM, default Bazel job count, production actiondfs configuration, remote cache behavior, and 1,998 executed actions.main: actiond 309.659s, native Linux 314.245s, actiond/native 0.985×.The normalized difference is 0.8 percentage points across separate GitHub-hosted runners; actiond is faster than native Linux in both measurements.
Windows CI performance comparison
Both Windows runs execute the same
@llvm-project//llvm:llvm-tblgenworkload with eight Bazel jobs, four VM CPUs, and 1,998 executed actions.main: actiond 262.970s, native Windows 260.088s, actiond/native 1.011×.The normalized difference is 1.1 percentage points across separate GitHub-hosted runners; an earlier pull-request run measured 0.975×, demonstrating the expected runner variation.