Skip to content

Commit

Permalink
Bump test size of timed out tests after tunning --local_test_jobs
Browse files Browse the repository at this point in the history
Context:
- bazelbuild/continuous-integration#1600
- https://buildkite.com/bazel/bazel-bazel/builds/23034#0187bce4-57b3-4d5c-93e5-2bbccf30b5bf
PiperOrigin-RevId: 527256125
Change-Id: I9a88f28627c95bedbdbfd3b841a33ab1e7b8e542
  • Loading branch information
meteorcloudy authored and fweikert committed May 25, 2023
1 parent 11f0864 commit 27e0f63
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
8 changes: 4 additions & 4 deletions src/test/py/bazel/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ py_test(

py_test(
name = "cc_import_test",
size = "medium",
size = "large",
srcs = ["cc_import_test.py"],
deps = [":test_base"],
)
Expand Down Expand Up @@ -293,7 +293,7 @@ py_test(

py_test(
name = "bazel_overrides_test",
size = "medium",
size = "large",
srcs = ["bzlmod/bazel_overrides_test.py"],
tags = [
"requires-network",
Expand All @@ -306,7 +306,7 @@ py_test(

py_test(
name = "bazel_repo_mapping_test",
size = "medium",
size = "large",
srcs = ["bzlmod/bazel_repo_mapping_test.py"],
tags = [
"requires-network",
Expand All @@ -319,7 +319,7 @@ py_test(

py_test(
name = "bazel_yanked_versions_test",
size = "medium",
size = "large",
srcs = ["bzlmod/bazel_yanked_versions_test.py"],
tags = [
"requires-network",
Expand Down
3 changes: 2 additions & 1 deletion src/test/shell/bazel/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ sh_test(

sh_test(
name = "bazel_java_tools_test",
size = "medium",
size = "large",
srcs = ["bazel_java_tools_test.sh"],
data = [
":test-deps",
Expand Down Expand Up @@ -480,6 +480,7 @@ sh_test(

sh_test(
name = "bazel_coverage_java_test",
size = "large",
srcs = ["bazel_coverage_java_test.sh"],
args = [
"released",
Expand Down
4 changes: 2 additions & 2 deletions src/test/shell/bazel/android/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sh_library(

android_sh_test(
name = "android_integration_test",
size = "large",
size = "enormous",
srcs = ["android_integration_test.sh"],
data = [
":android_helper",
Expand Down Expand Up @@ -156,7 +156,7 @@ android_sh_test(

android_sh_test(
name = "desugarer_integration_test",
size = "medium",
size = "large",
srcs = ["desugarer_integration_test.sh"],
data = [
":android_helper",
Expand Down
1 change: 1 addition & 0 deletions src/test/shell/bazel/remote/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ sh_test(

sh_test(
name = "remote_build_event_uploader_test",
size = "large",
srcs = ["remote_build_event_uploader_test.sh"],
data = [
":remote_utils",
Expand Down
1 change: 1 addition & 0 deletions src/test/shell/integration/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,7 @@ sh_test(

sh_test(
name = "test_test",
size = "large",
srcs = ["test_test.sh"],
data = [
":test-deps",
Expand Down

0 comments on commit 27e0f63

Please sign in to comment.