Let build_server.sh take whl file URL as an input argument.#5206
Merged
Conversation
This make it possible to test OSS GRPC distributed runtime in
dist_test/remote_test.sh against a release build.
Usage example:
1. Build the server using a release whl file. (Obviously this means that
the Linxu CPU PIP release build has to pass first.)
$ export DOCKER_VERSION_TAG="0.11.0rc1"
$ tensorflow/tools/dist_test/build_server.sh
tensorflow/tf_grpc_test_server:${DOCKER_VERSION_TAG}
http://ci.tensorflow.org/view/Release/job/release-matrix-cpu/TF_BUILD_CONTAINER_TYPE=CPU,TF_BUILD_IS_OPT=OPT,TF_BUILD_IS_PIP=PIP,TF_BUILD_PYTHON_VERSION=PYTHON2,label=cpu-slave/lastSuccessfulBuild/artifact/pip_test/whl/tensorflow-${DOCKER_VERSION_TAG}-cp27-none-linux_x86_64.whl
--test
2. Run remote_test.sh:
$ export TF_DIST_DOCKER_NO_CACHE=1
$ export
TF_DIST_SERVER_DOCKER_IMAGE="tensorflow/tf_grpc_test_server:${DOCKER_VERSION_TAG}"
$ export TF_DIST_GCLOUD_PROJECT="my-project"
$ export TF_DIST_GCLOUD_COMPUTE_ZONE="my-zone"
$ export TF_DIST_CONTAINER_CLUSTER="my-cluster"
$ export TF_DIST_GCLOUD_KEY_FILE="/path/to/my/key.json"
$ tensorflow/tools/dist_test/remote_test.sh
"http://ci.tensorflow.org/view/Release/job/release-matrix-cpu/TF_BUILD_CONTAINER_TYPE=CPU,TF_BUILD_IS_OPT=OPT,TF_BUILD_IS_PIP=PIP,TF_BUILD_PYTHON_VERSION=PYTHON2,label=cpu-slave/lastSuccessfulBuild/artifact/pip_test/whl/tensorflow-${DOCKER_VERSION_TAG}-cp27-none-linux_x86_64.whl"
yifeif
approved these changes
Oct 26, 2016
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This make it possible to test OSS GRPC distributed runtime in
dist_test/remote_test.sh against a release build.
Usage example:
the Linxu CPU PIP release build has to pass first.)
$ export DOCKER_VERSION_TAG="0.11.0rc1"
$ tensorflow/tools/dist_test/build_server.sh
tensorflow/tf_grpc_test_server:${DOCKER_VERSION_TAG}
http://ci.tensorflow.org/view/Release/job/release-matrix-cpu/TF_BUILD_CONTAINER_TYPE=CPU,TF_BUILD_IS_OPT=OPT,TF_BUILD_IS_PIP=PIP,TF_BUILD_PYTHON_VERSION=PYTHON2,label=cpu-slave/lastSuccessfulBuild/artifact/pip_test/whl/tensorflow-${DOCKER_VERSION_TAG}-cp27-none-linux_x86_64.whl
--test