[POC] Run Go parametric tests on Buildbarn without Docker - #7498
Draft
pawelchcki wants to merge 4 commits into
Draft
[POC] Run Go parametric tests on Buildbarn without Docker#7498pawelchcki wants to merge 4 commits into
pawelchcki wants to merge 4 commits into
Conversation
Contributor
|
|
|
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.
Motivation
Prototype running the Go parametric suite on shared Buildbarn workers without Docker, a Docker socket, worker internet access, or preinstalled repository tooling.
Changes
ASM_ACTIVATIONcapability checks reflect the production tracer.Validation
bazelisk test //... --config=buildbarn --jobs=1999— passed (invocation1a0e4160-412f-4f41-a4fd-7873c6090f4d).dc5cf635-45e3-414e-ac2e-221bbe2b2941). Shared-pool queueing made total wall time slower than the 16-shard baseline despite the shorter shard tail.aa324b02-b143-4b86-afdb-686a963bcfa8).a8f8d847-4ccf-4b17-8285-1a9e33cc34fd).Notes
This is intentionally a draft POC. The main review questions are whether Buildbarn is the desired execution environment, whether the process-backed fixture abstraction is acceptable, and how dependency/version ownership should work before productionizing it.
Reviewer checklist