buildscripts: Break up android-interop gradle builds (#10839)

Splits the :grpc-android-interop-testing:assembleDebug and
:grpc-android-interop-testing:assembleDebugAndroidTest build
targets with hopes of avoiding OOMs.
This commit is contained in:
Terry Wilson 2024-01-22 09:05:46 -08:00 committed by GitHub
parent fdd6f5001f
commit c9db8fa4fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 5 deletions

View File

@ -28,11 +28,9 @@ unset JAVA_HOME
GRADLE_FLAGS="-Pandroid.useAndroidX=true"
./gradlew $GRADLE_FLAGS \
:grpc-android-interop-testing:assembleDebug \
:grpc-android-interop-testing:assembleDebugAndroidTest
./gradlew $GRADLE_FLAGS \
:grpc-binder:assembleDebugAndroidTest
./gradlew $GRADLE_FLAGS :grpc-android-interop-testing:assembleDebug
./gradlew $GRADLE_FLAGS :grpc-android-interop-testing:assembleDebugAndroidTest
./gradlew $GRADLE_FLAGS :grpc-binder:assembleDebugAndroidTest
# Run interop instrumentation tests on Firebase Test Lab
gcloud firebase test android run \