Add presubmit programs to pigweed.json
Bug: b/275107504
Change-Id: Ice9b5bdd2c929a9e1cc1a29f938e69c33b4c6573
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/213641
Reviewed-by: Ted Pudlik <tpudlik@google.com>
Commit-Queue: Rob Mohr <mohrr@google.com>
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
diff --git a/pigweed.json b/pigweed.json
new file mode 100644
index 0000000..a77f0f5
--- /dev/null
+++ b/pigweed.json
@@ -0,0 +1,14 @@
+{
+ "pw": {
+ "bazel_presubmit": {
+ "remote_cache": false,
+ "upload_local_results": false,
+ "programs": {
+ "default": [
+ ["build", "//..."],
+ ["test", "//..."]
+ ]
+ }
+ }
+ }
+}