File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 77 - ubuntu2404
88 - ubuntu2204
99 integration_shard_flags :
10- - ["--test_tag_filters=shard_0", "--config=rbe" ]
11- - ["--test_tag_filters=shard_1", "--config=rbe" ]
12- - ["--test_tag_filters=shard_2", "--config=rbe" ]
10+ - ["--test_tag_filters=shard_0"]
11+ - ["--test_tag_filters=shard_1"]
12+ - ["--test_tag_filters=shard_2"]
1313 # - macos
1414 # - windows re-enable when rules_bazel_integration_test can support custom test runner on windows.
1515 test_flags :
4848 test_flags :
4949 # Override the default worker strategy for remote builds (worker strategy
5050 # cannot be used with remote builds)
51- - " --config=rbe"
5251 - " --strategy=KotlinCompile=remote"
5352 stardoc :
5453 name : Stardoc api documentation
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ common --enable_bzlmod=true
22common --incompatible_use_plus_in_repo_names
33common --incompatible_disallow_empty_glob=false
44
5- common:rbe --java_runtime_version=11
6- common:rbe --tool_java_runtime_version=11
5+ common --java_runtime_version=remotejdk_17
6+ common --tool_java_runtime_version=remotejdk_17
77
88build --strategy=KotlinCompile=worker
99build --test_output=all
You can’t perform that action at this time.
0 commit comments