-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android testing is broken with Bazel 4.2.1 #417
Comments
/cc @brettchabot @jin |
Those projects are broken due to incompatible changes in Bazel and didn't get fixed for a long time. * Android Testing: android/testing-samples#417 * Tulsi: bazelbuild/tulsi#286 * rules_dotnet: bazel-contrib/rules_dotnet#268 * rules_haskell: tweag/rules_haskell#1650 * rules_k8s: bazelbuild/rules_k8s#668 * rules_d: removed because the project isn't maintained.
Those projects are broken due to incompatible changes in Bazel and didn't get fixed for a long time. * Android Testing: android/testing-samples#417 * Tulsi: bazelbuild/tulsi#286 * rules_dotnet: bazel-contrib/rules_dotnet#268 * rules_haskell: tweag/rules_haskell#1650 * rules_k8s: bazelbuild/rules_k8s#668 * rules_d: removed because the project isn't maintained.
Those projects are broken due to incompatible changes in Bazel and didn't get fixed for a long time. * Android Testing: android/testing-samples#417 * Tulsi: bazelbuild/tulsi#286 * rules_dotnet: bazel-contrib/rules_dotnet#268 * rules_haskell: tweag/rules_haskell#1650 * rules_k8s: bazelbuild/rules_k8s#668 * rules_d: removed because the project isn't maintained.
All of the bazel builds are still failing every day -- we can either make a ticket to address these if we find Bazel Experimental Support still worth showing people how to do, or we can disable the automatic trigger + remove from the readme (maybe a product decision perhaps?) https://buildkite.com/bazel/android-testing/builds?branch=main |
We're currently open sourcing a starlark version of android_instrumentation_test, so I think that as part of that project we can (and should) fix up the example here both to a) work and b) use the starlark version of android_instrumentation_test. For now I think disabling the tests sounds right, since there's no sense in repeatedly running tests that will always fail. As we open source the starlark version of android_instrumenation_test over the next few months I think we can also use these to test the rule. |
It'd be awesome to see this repo test the new starlark version of android_instrumentation_test. Disabling sounds great, especially if y'all can add a task to fix these examples as part of starlark's open source acceptance criteria IMHO |
Those projects are broken due to incompatible changes in Bazel and didn't get fixed for a long time. * Android Testing: android/testing-samples#417 * Tulsi: bazelbuild/tulsi#286 * rules_dotnet: bazel-contrib/rules_dotnet#268 * rules_haskell: tweag/rules_haskell#1650 * rules_k8s: bazelbuild/rules_k8s#668 * rules_d: removed because the project isn't maintained.
https://buildkite.com/bazel/android-testing/builds/1621#cb6c258b-3b33-4421-8f99-d46a2118eece
Since Android Testing is broken with Bazel 4.2.1 for a long time, I'll disable it in Bazel downstream. Android testing will no longer get any test coverage with Bazel@HEAD, but we can re-enable it in downstream when this issue is fixed.
The text was updated successfully, but these errors were encountered: