mirror of https://github.com/grpc/grpc-java.git
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:
parent
a70dddd3dc
commit
43e06372ec
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue