Skip to content

Commit

Permalink
Reenable remote caching/execution for most of the Android integration…
Browse files Browse the repository at this point in the history
… tests.

Some still fail remotely and remain disabled; see bazelbuild#17784 and bazelbuild#18431.

Fixes bazelbuild#8235.

Closes bazelbuild#18387.

PiperOrigin-RevId: 533332908
Change-Id: I638420de72ca1efdb1b79fa1c1fec68d3a740eb5
  • Loading branch information
tjgq authored and fweikert committed May 25, 2023
1 parent 581ab53 commit 4099885
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions src/test/shell/bazel/android/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ android_sh_test(
"//external:android_sdk_for_testing",
"//src/test/shell/bazel:test-deps",
],
# See https://github.com/bazelbuild/bazel/issues/8235
tags = [
# See https://github.com/bazelbuild/bazel/issues/18431.
"no-remote",
"no_windows",
# bzlmod test requires network
Expand All @@ -55,9 +55,7 @@ android_sh_test(
"//external:android_sdk_for_testing",
"//src/test/shell/bazel:test-deps",
],
# See https://github.com/bazelbuild/bazel/issues/8235
tags = [
"no-remote",
"no_windows",
],
)
Expand All @@ -71,8 +69,6 @@ android_sh_test(
"//external:android_sdk_for_testing",
"//src/test/shell/bazel:test-deps",
],
# See https://github.com/bazelbuild/bazel/issues/8235
tags = ["no-remote"],
)

android_sh_test(
Expand All @@ -85,8 +81,8 @@ android_sh_test(
"//external:android_sdk_for_testing",
"//src/test/shell/bazel:test-deps",
],
# See https://github.com/bazelbuild/bazel/issues/8235
tags = [
# See https://github.com/bazelbuild/bazel/issues/17784.
"no-remote",
"no_windows",
],
Expand All @@ -101,8 +97,6 @@ android_sh_test(
"//external:android_sdk_for_testing",
"//src/test/shell/bazel:test-deps",
],
# See https://github.com/bazelbuild/bazel/issues/8235
tags = ["no-remote"],
)

android_sh_test(
Expand All @@ -115,9 +109,7 @@ android_sh_test(
"//src/test/shell/bazel:test-deps",
],
shard_count = 3,
# See https://github.com/bazelbuild/bazel/issues/8235
tags = [
"no-remote",
"no_windows",
],
)
Expand All @@ -134,8 +126,8 @@ android_sh_test(
"//src/test/shell/bazel:test-deps",
],
shard_count = 6,
# See https://github.com/bazelbuild/bazel/issues/8235
tags = [
# See https://github.com/bazelbuild/bazel/issues/17784.
"no-remote",
"no_windows",
],
Expand All @@ -150,8 +142,6 @@ android_sh_test(
"//external:android_sdk_for_testing",
"//src/test/shell/bazel:test-deps",
],
# See https://github.com/bazelbuild/bazel/issues/8235
tags = ["no-remote"],
)

android_sh_test(
Expand All @@ -163,9 +153,7 @@ android_sh_test(
"//external:android_sdk_for_testing",
"//src/test/shell/bazel:test-deps",
],
# See https://github.com/bazelbuild/bazel/issues/8235
tags = [
"no-remote",
"no_windows",
],
)
Expand All @@ -180,9 +168,7 @@ android_sh_test(
"//src/test/shell/bazel:test-deps",
],
shard_count = 4,
# See https://github.com/bazelbuild/bazel/issues/8235
tags = [
"no-remote",
"no_windows",
],
)
Expand All @@ -197,6 +183,4 @@ android_sh_test(
"//external:android_sdk_for_testing",
"//src/test/shell/bazel:test-deps",
],
# See https://github.com/bazelbuild/bazel/issues/8235
tags = ["no-remote"],
)

0 comments on commit 4099885

Please sign in to comment.