Skip to content

Commit 5f3fe98

Browse files
committed
Update default size of cvd e2etests to "large"
which has a 900 second timeout by default according to https://bazel.build/reference/test-encyclopedia. In on kokoro run, I see > Testing //cvd/launch_cvd_tests:launch_cvd_tests; 377s local so potentially the moderate size is not sufficient. Bug: b/493728561 Test: untested
1 parent b21cabe commit 5f3fe98

11 files changed

Lines changed: 14 additions & 14 deletions

File tree

e2etests/cvd/bugreport_tests/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ go_test(
2020
deps = [
2121
"//cvd/common:common",
2222
],
23-
size = "enormous",
23+
size = "large",
2424
tags = [
2525
"exclusive",
2626
"external",
@@ -36,7 +36,7 @@ go_test(
3636
],
3737
data = ["//:debian_substitution_marker"],
3838
env = {"LOCAL_DEBIAN_SUBSTITUTION_MARKER_FILE": "$(rlocationpath //:debian_substitution_marker)"},
39-
size = "enormous",
39+
size = "large",
4040
tags = [
4141
"exclusive",
4242
"external",

e2etests/cvd/cvd_create_tests/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ go_test(
2020
deps = [
2121
"//cvd/common:common",
2222
],
23-
size = "enormous",
23+
size = "large",
2424
tags = [
2525
"exclusive",
2626
"external",

e2etests/cvd/cvd_load_tests/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ go_test(
2020
deps = [
2121
"//cvd/common:common",
2222
],
23-
size = "enormous",
23+
size = "large",
2424
tags = [
2525
"exclusive",
2626
"external",

e2etests/cvd/display_tests/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ go_test(
2020
deps = [
2121
"//cvd/common:common",
2222
],
23-
size = "enormous",
23+
size = "large",
2424
tags = [
2525
"exclusive",
2626
"external",
@@ -36,7 +36,7 @@ go_test(
3636
],
3737
data = ["//:debian_substitution_marker"],
3838
env = {"LOCAL_DEBIAN_SUBSTITUTION_MARKER_FILE": "$(rlocationpath //:debian_substitution_marker)"},
39-
size = "enormous",
39+
size = "large",
4040
tags = [
4141
"exclusive",
4242
"external",

e2etests/cvd/env_tests/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ go_test(
2020
deps = [
2121
"//cvd/common:common",
2222
],
23-
size = "enormous",
23+
size = "large",
2424
tags = [
2525
"exclusive",
2626
"external",
@@ -36,7 +36,7 @@ go_test(
3636
],
3737
data = ["//:debian_substitution_marker"],
3838
env = {"LOCAL_DEBIAN_SUBSTITUTION_MARKER_FILE": "$(rlocationpath //:debian_substitution_marker)"},
39-
size = "enormous",
39+
size = "large",
4040
tags = [
4141
"exclusive",
4242
"external",

e2etests/cvd/graphics_detector_tests/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ go_test(
2020
deps = [
2121
"//cvd/common:common",
2222
],
23-
size = "enormous",
23+
size = "large",
2424
tags = [
2525
"exclusive",
2626
"external",

e2etests/cvd/graphics_tests/gfxstream/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ go_test(
2020
deps = [
2121
"//cvd/common:common",
2222
],
23-
size = "enormous",
23+
size = "large",
2424
tags = [
2525
"exclusive",
2626
"external",

e2etests/cvd/graphics_tests/gfxstream_guest_angle/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ go_test(
2020
deps = [
2121
"//cvd/common:common",
2222
],
23-
size = "enormous",
23+
size = "large",
2424
tags = [
2525
"exclusive",
2626
"external",

e2etests/cvd/graphics_tests/gfxstream_guest_angle_host_swiftshader/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ go_test(
2020
deps = [
2121
"//cvd/common:common",
2222
],
23-
size = "enormous",
23+
size = "large",
2424
tags = [
2525
"exclusive",
2626
"external",

e2etests/cvd/launch_cvd_tests/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ go_test(
2020
deps = [
2121
"//cvd/common:common",
2222
],
23-
size = "enormous",
23+
size = "large",
2424
tags = [
2525
"exclusive",
2626
"external",

0 commit comments

Comments
 (0)