diff --git a/.bazelci/postsubmit.yml b/.bazelci/postsubmit.yml index a3eea14ec5e52b..d4f9d7915f3f64 100644 --- a/.bazelci/postsubmit.yml +++ b/.bazelci/postsubmit.yml @@ -203,6 +203,8 @@ tasks: - "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_platforms" - "-//src/test/shell/bazel:git_repository_test" - "-//src/test/shell/bazel:starlark_git_repository_test" + - "-//src/test/shell/bazel:starlark_repository_test" + - "-//src/test/shell/bazel:bazel_determinism_test" include_json_profile: - build - test diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index df1c4bb017f6f1..0c5e89f989c183 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -202,6 +202,8 @@ tasks: - "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_platforms" - "-//src/test/shell/bazel:git_repository_test" - "-//src/test/shell/bazel:starlark_git_repository_test" + - "-//src/test/shell/bazel:starlark_repository_test" + - "-//src/test/shell/bazel:bazel_determinism_test" windows: shards: 4 batch_commands: diff --git a/src/test/shell/bazel/BUILD b/src/test/shell/bazel/BUILD index dbf578a9521c8d..8656b3928f628c 100644 --- a/src/test/shell/bazel/BUILD +++ b/src/test/shell/bazel/BUILD @@ -960,6 +960,7 @@ sh_test( size = "medium", srcs = ["cc_integration_test.sh"], data = [":test-deps"], + shard_count = 5, tags = ["no_windows"], )