blob: 988defdcaea636a538d397203854abaa6b7a5298 [file] [log] [blame]
Rob Mohr5f5bb892024-06-04 18:08:19 +00001{
2 "pw": {
3 "bazel_presubmit": {
4 "remote_cache": true,
5 "upload_local_results": true,
6 "programs": {
7 "default": [
Anthony DiGirolamoe3c4a762024-07-02 22:35:47 +00008 [
9 "build",
10 "--config=presubmit"
Ted Pudlik320c53c2024-07-09 23:55:53 +000011 ],
12 [
Ted Pudlik37a553a2024-07-17 21:12:20 +000013 "build",
14 "--config=rp2040",
15 "//..."
16 ],
17 [
Ted Pudlik320c53c2024-07-09 23:55:53 +000018 "test",
19 "//..."
20 ],
21 [
22 "test",
23 "--config=asan",
24 "//..."
Keir Mierle83a69da2024-07-19 00:55:16 +000025 ],
26 [
27 "test",
28 "--config=tsan",
Taylor Cramer059ddaf2024-07-29 17:44:29 +000029 "//...",
30 "--runs_per_test=10"
Keir Mierle83a69da2024-07-19 00:55:16 +000031 ],
32 [
33 "test",
34 "--config=ubsan",
35 "//..."
Ted Pudlik6cf498f2025-02-10 15:42:55 -080036 ],
37 [
38 "build",
39 "--config=clang-tidy",
40 "//..."
Anthony DiGirolamoe3c4a762024-07-02 22:35:47 +000041 ]
Rob Mohr5f5bb892024-06-04 18:08:19 +000042 ]
43 }
44 }
45 }
46}