aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar jingwen <jingwen@google.com>2017-11-28 07:03:46 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-11-28 07:05:50 -0800
commit3e0a3d9c0a7a13da1b23696ecfbe246218e1d791 (patch)
tree540ae9a70d8571667c38a7f220133d53d9e11972
parent938e2948324b44ff66b4ef1dc8d949ecf15e3d2d (diff)
Shard android_sdk_integration_test.sh. 45 seconds (60%) reduction.
Before: //src/test/shell/bazel/android:android_sdk_integration_test PASSED in 75.4s After: //src/test/shell/bazel/android:android_sdk_integration_test PASSED in 30.2s Stats over 3 runs: max = 30.2s, min = 16.0s, avg = 22.4s, dev = 5.9s RELNOTES: None. PiperOrigin-RevId: 177155880
-rw-r--r--src/test/shell/bazel/android/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/shell/bazel/android/BUILD b/src/test/shell/bazel/android/BUILD
index 4256363fce..b149b01e41 100644
--- a/src/test/shell/bazel/android/BUILD
+++ b/src/test/shell/bazel/android/BUILD
@@ -65,6 +65,7 @@ sh_test(
"//external:android_sdk_for_testing",
"//src/test/shell/bazel:test-deps",
],
+ shard_count = 3,
)
sh_test(