blob: 8af5acde70c1182a218a3f3ea67925b5b2e14209 [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",
"//..."
]
]
}
}
}
}