Merge pull request #17677 from jtattermusch/fix_17625

Fix a rare interop infrastructure flake.
pull/17710/head
Jan Tattermusch 6 years ago committed by GitHub
commit 1eb6b951e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      tools/run_tests/dockerize/build_interop_image.sh

@ -90,9 +90,6 @@ else
docker build -t "$BASE_IMAGE" --force-rm=true "tools/dockerfile/interoptest/$BASE_NAME" || exit $?
fi
# Create a local branch so the child Docker script won't complain
git branch -f jenkins-docker
CONTAINER_NAME="build_${BASE_NAME}_$(uuidgen)"
# Prepare image for interop tests, commit it on success.

Loading…
Cancel
Save