blob: 88560fec41c976c521c4e0fa5a238b6a81556511 [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",
"//..."
],
[
"test",
"--config=ubsan",
"//..."
]
]
}
}
}
}