blob: 666776a5e9f11ab22a80edfe7244d3b3689474f7 [file] [log] [blame]
{
"pw": {
"bazel_presubmit": {
"remote_cache": true,
"upload_local_results": true,
"programs": {
"default": [
[
"build",
"--config=presubmit"
],
[
"build",
"--config=rp2040",
"//..."
],
[
"test",
"//..."
],
[
"test",
"--config=asan",
"//..."
],
[
"test",
"--config=tsan",
"//...",
"--runs_per_test=10"
],
[
"test",
"--config=ubsan",
"//..."
],
[
"build",
"--config=clang-tidy",
"//..."
],
[
"build",
"--config=mypy",
"//..."
]
]
}
}
}
}