Skip to content

Commit f5b36dc

Browse files
authored
Stop running android_instrumentation_test on Bazel CI (#397)
Android Emulator adds complexity to the infrastructure, because the emulator requires access to the /dev/kvm device and enabled Nested Virtualization, which means that basically any CI job could get root on the host VM using that. The mitigations for that make other features very hard to implement.
1 parent 785b089 commit f5b36dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: bazelci/buildkite-pipeline.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ platforms:
44
ubuntu1804:
55
build_targets:
66
- "//..."
7+
build_flags:
8+
- "--test_lang_filters=-android_instrumentation" # BazelCI does not have Android Emulator
79
test_flags:
10+
- "--test_lang_filters=-android_instrumentation" # BazelCI does not have Android Emulator
811
- "--config=remote_android"
912
- "--flaky_test_attempts=3"
1013
test_targets:

0 commit comments

Comments
 (0)