Skip to content
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

Run the Android integration tests remotely again. #17783

Closed
wants to merge 1 commit into from

Conversation

tjgq
Copy link
Contributor

@tjgq tjgq commented Mar 15, 2023

Run the Android integration tests remotely again.

The dynamic linking issue that required local execution has been fixed.

This should speed up Bazel CI runs, as we previously couldn't benefit from previously cached test results.

One of the tests must remain non-remote because it currently exceeds the RBE input limit (70k files). This is tracked in #17784.

Fixes #8235.

The dynamic linking issue that required local execution has been fixed.

This should speed up Bazel CI runs, as we previously couldn't benefit from
previously cached test results.

One of the tests must remain non-remote because it currently exceeds the RBE
input limit (70k files). This is tracked in bazelbuild#17784.

Fixes bazelbuild#8235.
@tjgq tjgq closed this Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

//src/test/shell/bazel/android/... is incompatible with RBE
1 participant