mirror of https://github.com/grpc/grpc-java.git
buildscripts: disable gae jdk7 test (#4787)
The test has become very flakey recently. With GAE jdk7 going away completely in early 2019, let's disable running the test in CI.
This commit is contained in:
parent
0d79e7a13c
commit
b8f4c7a57a
|
|
@ -43,9 +43,6 @@ set -e
|
||||||
# Deploy and test the real app (jdk8)
|
# Deploy and test the real app (jdk8)
|
||||||
./gradlew $GRADLE_FLAGS -DgaeDeployVersion="$KOKORO_GAE_APP_VERSION" :grpc-gae-interop-testing-jdk8:runInteropTestRemote
|
./gradlew $GRADLE_FLAGS -DgaeDeployVersion="$KOKORO_GAE_APP_VERSION" :grpc-gae-interop-testing-jdk8:runInteropTestRemote
|
||||||
|
|
||||||
# Deploy and test the real app (jdk7)
|
|
||||||
./gradlew $GRADLE_FLAGS -DgaeDeployVersion="$KOKORO_GAE_APP_VERSION" :grpc-gae-interop-testing-jdk7:runInteropTestRemote
|
|
||||||
|
|
||||||
set +e
|
set +e
|
||||||
echo "Cleaning out stale deploys from previous runs, it is ok if this part fails"
|
echo "Cleaning out stale deploys from previous runs, it is ok if this part fails"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue