Skip to content

Commit d61367c

Browse files
authored
[ci] At least one presubmit task should attempt to build everything (#1407)
We've had several cases where we've needed to land additional PRs to fix things once they'd landed because we weren't building the entire repo. We don't need to do this for our entire matrix of versions and OSs, but doing this in one place would be Really Nice.
1 parent a67bd7e commit d61367c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.bazelci/presubmit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ tasks:
66
# https://github.com/bazelbuild/rules_jvm_external/pull/316
77
COURSIER_CACHE: /tmp/custom_coursier_cache
88
REPIN: 1
9+
build_targets:
10+
- "//..."
911
shell_commands:
1012
- bazel run @regression_testing_coursier//:pin
1113
- bazel run @regression_testing_gradle//:pin

0 commit comments

Comments
 (0)