build: add production robot profile#1024
Draft
jaagut wants to merge 2 commits into
Draft
Conversation
jaagut
force-pushed
the
agent/build-benchmark-ccache
branch
from
July 17, 2026 20:32
bb7c034 to
74a37df
Compare
jaagut
force-pushed
the
agent/build-benchmark-robot-profile
branch
from
July 17, 2026 20:32
6f6d2f9 to
cb6f353
Compare
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
Add an explicit production-oriented robot build profile and make it measurable in the same CI benchmark.
Proposed changes
RelWithDebInfo.Impact
Robot deployments avoid configuring and compiling test targets while retaining optimized binaries and debug information. CI continues to use its normal test-enabled build outside the dedicated benchmark workflow.
Stack
This PR is based on
agent/build-benchmark-ccache.Validation
pixi run -e default ruff check scripts/benchmark_build.pypixi run -e default ruff format --check scripts/benchmark_build.pypixi.tomland listed the new Pixi task.bitbots_head_moversuccessfully with the production robot profile.git diff --checkHardware runtime and build-time validation on a robot remains a follow-up after the CI comparison.