Skip to content

Commit

Permalink
bazel: Move integration build config in-repo
Browse files Browse the repository at this point in the history
Bug: 344654806
Change-Id: I4e25256c80b11fbf110b533527cec5d490306d5d
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/214092
Lint: Lint 🤖 <[email protected]>
Pigweed-Auto-Submit: Ted Pudlik <[email protected]>
Reviewed-by: Rob Mohr <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
  • Loading branch information
tpudlik authored and CQ Bot Account committed Jun 5, 2024
1 parent fa03307 commit 28ee5c5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pigweed.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,14 @@
"test",
"//..."
]
],
"integration": [
[
"test",
"--build_tag_filters=integration",
"--test_tag_filters=integration",
"//..."
]
]
}
}
Expand Down

0 comments on commit 28ee5c5

Please sign in to comment.