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:
zpencer 2018-08-23 17:14:49 -07:00 committed by GitHub
parent 0d79e7a13c
commit b8f4c7a57a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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"