blob: 1778b2a2d9241e97c56226c6e0dd222df39388e5 [file] [log] [blame]
Rob Mohr74c482b2024-06-04 16:04:34 +00001{
2 "pw": {
3 "bazel_presubmit": {
Ted Pudlik19e920d2024-06-04 17:40:47 +00004 "remote_cache": true,
5 "upload_local_results": true,
Rob Mohr74c482b2024-06-04 16:04:34 +00006 "programs": {
7 "default": [
Taylor Cramer3d45cca2024-08-08 16:28:36 +00008 [
9 "build",
10 "--config=presubmit"
11 ],
12 [
13 "build",
14 "--config=rp2040",
15 "//..."
16 ],
17 [
18 "test",
19 "//..."
20 ],
21 [
22 "test",
23 "--config=asan",
24 "//..."
25 ],
26 [
27 "test",
28 "--config=tsan",
29 "//...",
30 "--runs_per_test=10"
31 ],
32 [
33 "test",
34 "--config=ubsan",
35 "//..."
36 ]
Rob Mohr74c482b2024-06-04 16:04:34 +000037 ]
38 }
39 }
40 }
41}