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