From b8f4c7a57a00e277a60fbf3f5bc7b003ea205cc9 Mon Sep 17 00:00:00 2001 From: zpencer Date: Thu, 23 Aug 2018 17:14:49 -0700 Subject: [PATCH] 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. --- buildscripts/kokoro/gae-interop.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/buildscripts/kokoro/gae-interop.sh b/buildscripts/kokoro/gae-interop.sh index feb3c5c5a8..cbdff2da59 100755 --- a/buildscripts/kokoro/gae-interop.sh +++ b/buildscripts/kokoro/gae-interop.sh @@ -43,9 +43,6 @@ set -e # Deploy and test the real app (jdk8) ./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 echo "Cleaning out stale deploys from previous runs, it is ok if this part fails"