File tree 3 files changed +5
-0
lines changed
3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -203,6 +203,8 @@ tasks:
203
203
- " -//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_platforms"
204
204
- " -//src/test/shell/bazel:git_repository_test"
205
205
- " -//src/test/shell/bazel:starlark_git_repository_test"
206
+ - " -//src/test/shell/bazel:starlark_repository_test"
207
+ - " -//src/test/shell/bazel:bazel_determinism_test"
206
208
include_json_profile :
207
209
- build
208
210
- test
Original file line number Diff line number Diff line change @@ -202,6 +202,8 @@ tasks:
202
202
- " -//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_platforms"
203
203
- " -//src/test/shell/bazel:git_repository_test"
204
204
- " -//src/test/shell/bazel:starlark_git_repository_test"
205
+ - " -//src/test/shell/bazel:starlark_repository_test"
206
+ - " -//src/test/shell/bazel:bazel_determinism_test"
205
207
windows :
206
208
shards : 4
207
209
batch_commands :
Original file line number Diff line number Diff line change @@ -960,6 +960,7 @@ sh_test(
960
960
size = "medium" ,
961
961
srcs = ["cc_integration_test.sh" ],
962
962
data = [":test-deps" ],
963
+ shard_count = 5 ,
963
964
tags = ["no_windows" ],
964
965
)
965
966
You can’t perform that action at this time.
0 commit comments