From 43e06372ecac71abbad9c0d245ec76f986e47ae0 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Mon, 27 Nov 2023 08:43:19 -0800 Subject: [PATCH] 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. --- buildscripts/kokoro/android-interop.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildscripts/kokoro/android-interop.sh b/buildscripts/kokoro/android-interop.sh index f1f3ad8e64..5876cabde8 100755 --- a/buildscripts/kokoro/android-interop.sh +++ b/buildscripts/kokoro/android-interop.sh @@ -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