Skip to content

Commit

Permalink
buildscripts: disable gae jdk7 test (grpc#4787)
Browse files Browse the repository at this point in the history
The test has become very flakey recently. With GAE jdk7 going away
completely in early 2019, let's disable running the test in CI.
  • Loading branch information
zpencer authored Aug 24, 2018
1 parent 0d79e7a commit b8f4c7a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions buildscripts/kokoro/gae-interop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit b8f4c7a

Please sign in to comment.