Add gcs_test/Dockerfile to version roll

That is, cover the file with update_version.sh
Also manually update the artifact URL to 0.10.0rc0 to fix the current breakage
in nightly gcs smoke test:
http://ci.tensorflow.org/view/Nightly/job/nightly-gcs-smoke/
Change: 128984024
This commit is contained in:
Shanqing Cai 2016-08-01 06:37:07 -08:00 committed by TensorFlower Gardener
parent 6834af5c45
commit d713ac4889
2 changed files with 8 additions and 1 deletions

View File

@ -131,6 +131,13 @@ check_existence file "${TEST_SERVER_DOCKER_FILE}"
sed -i -r -e "s/(.*tensorflow-)([0-9]+\.[0-9]+\.[[:alnum:]]+)(-.*\.whl)/\1${MAJOR}.${MINOR}.${PATCH}\3/g" "${TEST_SERVER_DOCKER_FILE}"
# Update tensorflow/tools/gcs_test/Dockerfile
GCS_TEST_DOCKER_FILE="${TF_SRC_DIR}/tools/gcs_test/Dockerfile"
check_existence file "${GCS_TEST_DOCKER_FILE}"
sed -i -r -e "s/(.*tensorflow-)([0-9]+\.[0-9]+\.[[:alnum:]]+)(-.*\.whl)/\1${MAJOR}.${MINOR}.${PATCH}\3/g" "${GCS_TEST_DOCKER_FILE}"
# Updates to be made if there are major / minor version changes
MAJOR_MINOR_CHANGE=0

View File

@ -16,7 +16,7 @@ RUN ./install_google_cloud_sdk.bash --disable-prompts --install-dir=/var/gcloud
# Install nightly TensorFlow pip
RUN pip install \
http://ci.tensorflow.org/view/Nightly/job/nightly-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-0.9.0-cp27-none-linux_x86_64.whl
http://ci.tensorflow.org/view/Nightly/job/nightly-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-0.10.0rc0-cp27-none-linux_x86_64.whl
# Copy test files
RUN mkdir -p /gcs-smoke/python