kokoro: Build android-interop-testing and binder separately

This avoids an OOM. We could probably configure things to run them
together, but that generally takes trial-and-error.
This commit is contained in:
Eric Anderson 2023-11-27 08:43:19 -08:00
parent a70dddd3dc
commit 43e06372ec
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ GRADLE_FLAGS="-Pandroid.useAndroidX=true"
./gradlew $GRADLE_FLAGS \
:grpc-android-interop-testing:assembleDebug \
:grpc-android-interop-testing:assembleDebugAndroidTest \
:grpc-android-interop-testing:assembleDebugAndroidTest
./gradlew $GRADLE_FLAGS \
:grpc-binder:assembleDebugAndroidTest
# Run interop instrumentation tests on Firebase Test Lab