Skip to content

Commit

Permalink
pigweed.json: Add config for Bazel builders
Browse files Browse the repository at this point in the history
Bug: b/275107504
Change-Id: Ic44867f3814f0a3e7909f301673ddae4df4f7f73
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/213991
Reviewed-by: Ted Pudlik <[email protected]>
Pigweed-Auto-Submit: Rob Mohr <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
Lint: Lint 🤖 <[email protected]>
  • Loading branch information
mohrr authored and CQ Bot Account committed Jun 4, 2024
1 parent 2c81839 commit 81b6bdb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pigweed.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,22 @@
"pw_emu/qemu-netduinoplus2.json",
"pw_emu/renode-stm32f4_discovery.json"
]
},
"bazel_presubmit": {
"remote_cache": true,
"upload_local_results": true,
"programs": {
"default": [
[
"build",
"//..."
],
[
"test",
"//..."
]
]
}
}
}
}

0 comments on commit 81b6bdb

Please sign in to comment.