Skip to content

Commit f70e126

Browse files
hvadehrarules_java Copybara
authored andcommitted
Run @rules_java extra tests only with the latest Bazel release
The tests only exercise internals (such as the release process or configs) and should be independent of the Bazel version. Running them (esp the remote jdk configs tests) with all Bazel versions is wasteful. PiperOrigin-RevId: 867550547 Change-Id: Ic6803c9b00b83381706005aa3e0a6528199fdabb
1 parent 7eb8b69 commit f70e126

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.bazelci/presubmit.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,9 @@ tasks:
8989
build_flags: *flags_workspace_integration
9090
test_targets: *test_target_integration
9191
test_flags: *flags_workspace_integration
92-
# Linux-only tests
93-
linux_only_tests:
94-
name: "Extra tests w/ Bazel {bazel}"
95-
bazel: ${{ bazel }}
92+
# internal tests for configs and release process
93+
internal_tests:
94+
name: "Internal tests"
9695
platform: "ubuntu2004"
9796
shell_commands:
9897
- "git init"

0 commit comments

Comments
 (0)