From 39283d4b86959f884e38e953785f12239a334bab Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 19 Jan 2020 17:25:52 -0800 Subject: [PATCH 1/5] Pin estimator and tensorboard in `common.sh` instead of in build files --- tensorflow/tools/ci_build/release/common.sh | 12 ++++++------ tensorflow/tools/ci_build/release/common_win.bat | 4 ++-- .../release/ubuntu_16/cpu_py35_full/nonpip.sh | 5 ----- .../release/ubuntu_16/cpu_py36_full/nonpip.sh | 5 ----- .../release/ubuntu_16/cpu_py37_full/nonpip.sh | 5 ----- 5 files changed, 8 insertions(+), 23 deletions(-) diff --git a/tensorflow/tools/ci_build/release/common.sh b/tensorflow/tools/ci_build/release/common.sh index 71592d2d6e5111..6f0ab58bd09a0e 100644 --- a/tensorflow/tools/ci_build/release/common.sh +++ b/tensorflow/tools/ci_build/release/common.sh @@ -145,9 +145,9 @@ function install_pip_deps { ${SUDO_CMD} ${PIP_CMD} install portpicker ${SUDO_CMD} ${PIP_CMD} install scipy ${SUDO_CMD} ${PIP_CMD} install scikit-learn==0.20.3 - ${SUDO_CMD} ${PIP_CMD} install --upgrade tb-nightly + ${SUDO_CMD} ${PIP_CMD} install --upgrade tb-nightly==2.1.0a20190927 ${PIP_CMD} install --user --upgrade attrs - ${PIP_CMD} install --user --upgrade tf-estimator-nightly + ${PIP_CMD} install --user --upgrade tf-estimator-nightly==1.14.0.dev2019072801 ${PIP_CMD} install --user --upgrade "future>=0.17.1" # =================================================================== } @@ -181,8 +181,8 @@ function install_ubuntu_16_pip_deps { "${PIP_CMD}" install portpicker --user "${PIP_CMD}" install scipy --user "${PIP_CMD}" install scikit-learn --user - "${PIP_CMD}" install --user --upgrade tf-estimator-nightly - "${PIP_CMD}" install --user --upgrade tb-nightly + "${PIP_CMD}" install --user --upgrade tf-estimator-nightly==1.14.0.dev2019072801 + "${PIP_CMD}" install --user --upgrade tb-nightly==2.1.0a20190927 # =================================================================== } @@ -222,9 +222,9 @@ function install_macos_pip_deps { ${SUDO_CMD} ${PIP_CMD} install gast==0.2.2 ${SUDO_CMD} ${PIP_CMD} install h5py==2.8.0 ${SUDO_CMD} ${PIP_CMD} install --upgrade grpcio - ${SUDO_CMD} ${PIP_CMD} install --upgrade tb-nightly + ${SUDO_CMD} ${PIP_CMD} install --upgrade tb-nightly==2.1.0a20190927 ${PIP_CMD} install --user --upgrade attrs - ${PIP_CMD} install --user --upgrade tf-estimator-nightly + ${PIP_CMD} install --user --upgrade tf-estimator-nightly==1.14.0.dev2019072801 ${PIP_CMD} install --user --upgrade "future>=0.17.1" } diff --git a/tensorflow/tools/ci_build/release/common_win.bat b/tensorflow/tools/ci_build/release/common_win.bat index 8fb9738fac7f89..c18d579f031e5f 100644 --- a/tensorflow/tools/ci_build/release/common_win.bat +++ b/tensorflow/tools/ci_build/release/common_win.bat @@ -28,8 +28,8 @@ SET PATH=%PATH%;C:\%PYTHON_DIRECTORY% %PIP_EXE% install setuptools --upgrade %PIP_EXE% install future>=0.17.1 --no-deps -%PIP_EXE% install tf-estimator-nightly --no-deps -%PIP_EXE% install tb-nightly --no-deps +%PIP_EXE% install tf-estimator-nightly==1.14.0.dev2019072801 --no-deps +%PIP_EXE% install tb-nightly==2.1.0a20190927 --no-deps %PIP_EXE% install numpy --upgrade --no-deps %PIP_EXE% install opt_einsum --upgrade %PIP_EXE% install pandas --upgrade --no-deps diff --git a/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py35_full/nonpip.sh b/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py35_full/nonpip.sh index 2757004f1aee27..e14019908bbe34 100644 --- a/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py35_full/nonpip.sh +++ b/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py35_full/nonpip.sh @@ -22,11 +22,6 @@ install_ubuntu_16_pip_deps pip3.5 # Update bazel update_bazel_linux -# Make sure estimator and tensorboard are the same as when final was released -pip uninstall -y tf-estimator-nightly tb-nightly -pip install tf-estimator-nightly==1.14.0.dev2019072801 -pip install tb-nightly==2.1.0a20190927 - # Run configure. export TF_NEED_GCP=1 export TF_NEED_HDFS=1 diff --git a/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py36_full/nonpip.sh b/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py36_full/nonpip.sh index 7bf6849f5c4710..f243eb7944d462 100644 --- a/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py36_full/nonpip.sh +++ b/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py36_full/nonpip.sh @@ -22,11 +22,6 @@ install_ubuntu_16_pip_deps pip3.6 # Update bazel update_bazel_linux -# Make sure estimator and tensorboard are the same as when final was released -pip uninstall -y tf-estimator-nightly tb-nightly -pip install tf-estimator-nightly==1.14.0.dev2019072801 -pip install tb-nightly==2.1.0a20190927 - # Run configure. export TF_NEED_GCP=1 export TF_NEED_HDFS=1 diff --git a/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py37_full/nonpip.sh b/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py37_full/nonpip.sh index 6e891257d7d597..900ef053b61f47 100644 --- a/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py37_full/nonpip.sh +++ b/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py37_full/nonpip.sh @@ -22,11 +22,6 @@ install_ubuntu_16_pip_deps pip3.7 # Update bazel update_bazel_linux -# Make sure estimator and tensorboard are the same as when final was released -pip uninstall -y tf-estimator-nightly tb-nightly -pip install tf-estimator-nightly==1.14.0.dev2019072801 -pip install tb-nightly==2.1.0a20190927 - # Run configure. export TF_NEED_GCP=1 export TF_NEED_HDFS=1 From 606596f080495601a16570012449c6467a91f2aa Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 19 Jan 2020 17:58:54 -0800 Subject: [PATCH 2/5] Remove builds which are not needed for the release --- .../ubuntu_16/cpu_py2_full/nightly_release.sh | 54 --------------- .../release/ubuntu_16/cpu_py2_full/nonpip.sh | 47 ------------- .../ubuntu_16/cpu_py2_full/nonpip_v1.sh | 43 ------------ .../release/ubuntu_16/cpu_py2_full/pip.sh | 53 --------------- .../release/ubuntu_16/cpu_py2_full/pip_v1.sh | 48 -------------- .../cpu_py35_full/nightly_release.sh | 52 --------------- .../ubuntu_16/cpu_py35_full/nonpip_v1.sh | 42 ------------ .../release/ubuntu_16/cpu_py35_full/pip_v1.sh | 47 ------------- .../cpu_py36_full/nightly_release.sh | 52 --------------- .../ubuntu_16/cpu_py36_full/nonpip_v1.sh | 42 ------------ .../release/ubuntu_16/cpu_py36_full/pip_v1.sh | 47 ------------- .../cpu_py37_full/nightly_release.sh | 52 --------------- .../ubuntu_16/cpu_py37_full/nonpip_v1.sh | 42 ------------ .../release/ubuntu_16/cpu_py37_full/pip_v1.sh | 47 ------------- .../ubuntu_16/gpu_py2_full/nightly_release.sh | 63 ------------------ .../release/ubuntu_16/gpu_py2_full/nonpip.sh | 58 ---------------- .../ubuntu_16/gpu_py2_full/nonpip_v1.sh | 54 --------------- .../release/ubuntu_16/gpu_py2_full/pip.sh | 65 ------------------ .../release/ubuntu_16/gpu_py2_full/pip_v1.sh | 66 ------------------- .../gpu_py35_full/nightly_release.sh | 63 ------------------ .../ubuntu_16/gpu_py35_full/nonpip_v1.sh | 54 --------------- .../release/ubuntu_16/gpu_py35_full/pip_v1.sh | 66 ------------------- .../gpu_py36_full/nightly_release.sh | 63 ------------------ .../ubuntu_16/gpu_py36_full/nonpip_v1.sh | 54 --------------- .../release/ubuntu_16/gpu_py36_full/pip_v1.sh | 66 ------------------- .../gpu_py37_full/nightly_release.sh | 63 ------------------ .../ubuntu_16/gpu_py37_full/nonpip_v1.sh | 54 --------------- .../release/ubuntu_16/gpu_py37_full/pip_v1.sh | 66 ------------------- 28 files changed, 1523 deletions(-) delete mode 100644 tensorflow/tools/ci_build/release/ubuntu_16/cpu_py2_full/nightly_release.sh delete mode 100644 tensorflow/tools/ci_build/release/ubuntu_16/cpu_py2_full/nonpip.sh delete mode 100644 tensorflow/tools/ci_build/release/ubuntu_16/cpu_py2_full/nonpip_v1.sh delete mode 100644 tensorflow/tools/ci_build/release/ubuntu_16/cpu_py2_full/pip.sh delete mode 100644 tensorflow/tools/ci_build/release/ubuntu_16/cpu_py2_full/pip_v1.sh delete mode 100644 tensorflow/tools/ci_build/release/ubuntu_16/cpu_py35_full/nightly_release.sh delete mode 100644 tensorflow/tools/ci_build/release/ubuntu_16/cpu_py35_full/nonpip_v1.sh delete mode 100644 tensorflow/tools/ci_build/release/ubuntu_16/cpu_py35_full/pip_v1.sh delete mode 100644 tensorflow/tools/ci_build/release/ubuntu_16/cpu_py36_full/nightly_release.sh delete mode 100644 tensorflow/tools/ci_build/release/ubuntu_16/cpu_py36_full/nonpip_v1.sh delete mode 100644 tensorflow/tools/ci_build/release/ubuntu_16/cpu_py36_full/pip_v1.sh delete mode 100644 tensorflow/tools/ci_build/release/ubuntu_16/cpu_py37_full/nightly_release.sh delete mode 100644 tensorflow/tools/ci_build/release/ubuntu_16/cpu_py37_full/nonpip_v1.sh delete mode 100644 tensorflow/tools/ci_build/release/ubuntu_16/cpu_py37_full/pip_v1.sh delete mode 100644 tensorflow/tools/ci_build/release/ubuntu_16/gpu_py2_full/nightly_release.sh delete mode 100644 tensorflow/tools/ci_build/release/ubuntu_16/gpu_py2_full/nonpip.sh delete mode 100644 tensorflow/tools/ci_build/release/ubuntu_16/gpu_py2_full/nonpip_v1.sh delete mode 100644 tensorflow/tools/ci_build/release/ubuntu_16/gpu_py2_full/pip.sh delete mode 100644 tensorflow/tools/ci_build/release/ubuntu_16/gpu_py2_full/pip_v1.sh delete mode 100644 tensorflow/tools/ci_build/release/ubuntu_16/gpu_py35_full/nightly_release.sh delete mode 100644 tensorflow/tools/ci_build/release/ubuntu_16/gpu_py35_full/nonpip_v1.sh delete mode 100644 tensorflow/tools/ci_build/release/ubuntu_16/gpu_py35_full/pip_v1.sh delete mode 100644 tensorflow/tools/ci_build/release/ubuntu_16/gpu_py36_full/nightly_release.sh delete mode 100644 tensorflow/tools/ci_build/release/ubuntu_16/gpu_py36_full/nonpip_v1.sh delete mode 100644 tensorflow/tools/ci_build/release/ubuntu_16/gpu_py36_full/pip_v1.sh delete mode 100644 tensorflow/tools/ci_build/release/ubuntu_16/gpu_py37_full/nightly_release.sh delete mode 100644 tensorflow/tools/ci_build/release/ubuntu_16/gpu_py37_full/nonpip_v1.sh delete mode 100644 tensorflow/tools/ci_build/release/ubuntu_16/gpu_py37_full/pip_v1.sh diff --git a/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py2_full/nightly_release.sh b/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py2_full/nightly_release.sh deleted file mode 100644 index e1b69a0f2b11b7..00000000000000 --- a/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py2_full/nightly_release.sh +++ /dev/null @@ -1,54 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -set_bazel_outdir - -# Install python dependencies -install_ubuntu_16_pip_deps pip2.7 - -python2.7 tensorflow/tools/ci_build/update_version.py --nightly - -# Run configure. -export TF_NEED_GCP=1 -export TF_NEED_HDFS=1 -export TF_NEED_S3=1 -export TF_NEED_CUDA=0 -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which python2.7) -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Build the pip package -bazel build --config=opt --config=v2 \ - --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0:toolchain \ - tensorflow/tools/pip_package:build_pip_package - -./bazel-bin/tensorflow/tools/pip_package/build_pip_package pip_pkg --cpu --nightly_flag - -# Upload the built packages to pypi. -for WHL_PATH in $(ls pip_pkg/tf_nightly_cpu-*dev*.whl); do - - WHL_DIR=$(dirname "${WHL_PATH}") - WHL_BASE_NAME=$(basename "${WHL_PATH}") - AUDITED_WHL_NAME="${WHL_DIR}"/$(echo "${WHL_BASE_NAME//linux/manylinux2010}") - auditwheel repair --plat manylinux2010_x86_64 -w "${WHL_DIR}" "${WHL_PATH}" - - echo "Uploading package: ${AUDITED_WHL_NAME}" - twine upload -r pypi-warehouse "${AUDITED_WHL_NAME}" || echo -done diff --git a/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py2_full/nonpip.sh b/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py2_full/nonpip.sh deleted file mode 100644 index 5f5ebd8b5a67ac..00000000000000 --- a/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py2_full/nonpip.sh +++ /dev/null @@ -1,47 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -# Install python dependencies -install_ubuntu_16_pip_deps pip2.7 -# Update Bazel to the desired version -update_bazel_linux - -# Run configure. -export TF_NEED_GCP=1 -export TF_NEED_HDFS=1 -export TF_NEED_S3=1 -export TF_NEED_CUDA=0 -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which python2.7) -export TF2_BEHAVIOR=1 -yes "" | "$PYTHON_BIN_PATH" configure.py -tag_filters="-no_oss,-oss_serial,-gpu,-tpu,-benchmark-test,-no_oss_py2,-v1only" - -# Get the default test targets for bazel. -source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh - -# Run tests -bazel test --test_output=errors --config=opt --test_lang_filters=py \ - --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0:toolchain \ - --linkopt=-lrt \ - --action_env=TF2_BEHAVIOR="${TF2_BEHAVIOR}" \ - --build_tag_filters="${tag_filters}" \ - --test_tag_filters="${tag_filters}" -- \ - ${DEFAULT_BAZEL_TARGETS} -//tensorflow/lite/... diff --git a/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py2_full/nonpip_v1.sh b/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py2_full/nonpip_v1.sh deleted file mode 100644 index 7954040c1aa152..00000000000000 --- a/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py2_full/nonpip_v1.sh +++ /dev/null @@ -1,43 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -# Install python dependencies -install_ubuntu_16_pip_deps pip2.7 - -# Run configure. -export TF_NEED_GCP=1 -export TF_NEED_HDFS=1 -export TF_NEED_S3=1 -export TF_NEED_CUDA=0 -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which python2.7) -yes "" | "$PYTHON_BIN_PATH" configure.py -tag_filters="-no_oss,-oss_serial,-gpu,-tpu,-benchmark-test,-no_oss_py2" - -# Get the default test targets for bazel. -source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh - -# Run tests -bazel test --test_output=errors --config=opt --test_lang_filters=py \ - --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0:toolchain \ - --linkopt=-lrt \ - --build_tag_filters="${tag_filters}" \ - --test_tag_filters="${tag_filters}" -- \ - ${DEFAULT_BAZEL_TARGETS} -//tensorflow/lite/... diff --git a/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py2_full/pip.sh b/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py2_full/pip.sh deleted file mode 100644 index d308ebbf1c0655..00000000000000 --- a/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py2_full/pip.sh +++ /dev/null @@ -1,53 +0,0 @@ -#!/usr/bin/env bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -# Install python dependencies -install_ubuntu_16_pip_deps pip2.7 -# Update bazel -update_bazel_linux - -# Export required variables for running pip.sh -export OS_TYPE="UBUNTU" -export CONTAINER_TYPE="CPU" -export TF_PYTHON_VERSION='python2.7' - -# Run configure. -export TF_NEED_GCP=1 -export TF_NEED_HDFS=1 -export TF_NEED_S3=1 -export TF_NEED_CUDA=0 -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which ${TF_PYTHON_VERSION}) -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Get the default test targets for bazel. -source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh - -# Export optional variables for running pip.sh -export TF_BUILD_FLAGS="--config=opt --config=v2 --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0:toolchain" -export TF_TEST_FLAGS="--define=no_tensorflow_py_deps=true --test_lang_filters=py --test_output=errors --verbose_failures=true --keep_going --test_env=TF2_BEHAVIOR=1" -export TF_TEST_TARGETS="${DEFAULT_BAZEL_TARGETS} -//tensorflow/lite/... " -export TF_PIP_TESTS="test_pip_virtualenv_non_clean test_pip_virtualenv_clean" -export TF_TEST_FILTER_TAGS='-no_oss,-oss_serial,-gpu,-tpu,-benchmark-test,-no_oss_py2,-v1only' -export IS_NIGHTLY=0 # Not nightly -export TF_PROJECT_NAME="tensorflow" -export TF_PIP_TEST_ROOT="pip_test" - -./tensorflow/tools/ci_build/builds/pip_new.sh diff --git a/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py2_full/pip_v1.sh b/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py2_full/pip_v1.sh deleted file mode 100644 index a4ac4a7b4f15ae..00000000000000 --- a/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py2_full/pip_v1.sh +++ /dev/null @@ -1,48 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -# Install python dependencies -install_ubuntu_16_pip_deps pip2.7 - -# Export required variables for running pip.sh -export OS_TYPE="UBUNTU" -export CONTAINER_TYPE="CPU" -export TF_PYTHON_VERSION='python2.7' - -# Run configure. -export TF_NEED_GCP=1 -export TF_NEED_HDFS=1 -export TF_NEED_S3=1 -export TF_NEED_CUDA=0 -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which ${TF_PYTHON_VERSION}) -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Export optional variables for running pip.sh -export TF_BUILD_FLAGS="--config=opt --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0:toolchain" -export TF_TEST_FLAGS="--define=no_tensorflow_py_deps=true --test_lang_filters=py --test_output=errors --verbose_failures=true --keep_going" -export TF_TEST_TARGETS="//tensorflow/python/... " -export TF_PIP_TESTS="test_pip_virtualenv_non_clean test_pip_virtualenv_clean" -export TF_TEST_FILTER_TAGS='-no_oss,-oss_serial,-gpu,-tpu,-benchmark-test,-no_oss_py2' -export IS_NIGHTLY=0 # Not nightly -export TF_PROJECT_NAME="tensorflow_cpu" -export TF_PIP_TEST_ROOT="pip_test" - -./tensorflow/tools/ci_build/builds/pip_new.sh diff --git a/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py35_full/nightly_release.sh b/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py35_full/nightly_release.sh deleted file mode 100644 index 81f61b7804f423..00000000000000 --- a/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py35_full/nightly_release.sh +++ /dev/null @@ -1,52 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh -set_bazel_outdir - -install_ubuntu_16_pip_deps pip3.5 - -python2.7 tensorflow/tools/ci_build/update_version.py --nightly - -# Run configure. -export TF_NEED_GCP=1 -export TF_NEED_HDFS=1 -export TF_NEED_S3=1 -export TF_NEED_CUDA=0 -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which python3.5) -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Build the pip package -bazel build --config=opt --config=v2 \ - --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0:toolchain \ - tensorflow/tools/pip_package:build_pip_package - -./bazel-bin/tensorflow/tools/pip_package/build_pip_package pip_pkg --cpu --nightly_flag - -# Upload the built packages to pypi. -for WHL_PATH in $(ls pip_pkg/tf_nightly_cpu-*dev*.whl); do - - WHL_DIR=$(dirname "${WHL_PATH}") - WHL_BASE_NAME=$(basename "${WHL_PATH}") - AUDITED_WHL_NAME="${WHL_DIR}"/$(echo "${WHL_BASE_NAME//linux/manylinux2010}") - auditwheel repair --plat manylinux2010_x86_64 -w "${WHL_DIR}" "${WHL_PATH}" - - echo "Uploading package: ${AUDITED_WHL_NAME}" - twine upload -r pypi-warehouse "${AUDITED_WHL_NAME}" || echo -done diff --git a/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py35_full/nonpip_v1.sh b/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py35_full/nonpip_v1.sh deleted file mode 100644 index 7448fd7315bd90..00000000000000 --- a/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py35_full/nonpip_v1.sh +++ /dev/null @@ -1,42 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -install_ubuntu_16_pip_deps pip3.5 - -# Run configure. -export TF_NEED_GCP=1 -export TF_NEED_HDFS=1 -export TF_NEED_S3=1 -export TF_NEED_CUDA=0 -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which python3.5) -yes "" | "$PYTHON_BIN_PATH" configure.py -tag_filters="-no_oss,-oss_serial,-gpu,-tpu,-benchmark-test,-no_oss_py35" - -# Get the default test targets for bazel. -source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh - -# Run tests -bazel test --test_output=errors --config=opt --test_lang_filters=py \ - --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0:toolchain \ - --linkopt=-lrt \ - --build_tag_filters="${tag_filters}" \ - --test_tag_filters="${tag_filters}" -- \ - ${DEFAULT_BAZEL_TARGETS} -//tensorflow/lite/... diff --git a/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py35_full/pip_v1.sh b/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py35_full/pip_v1.sh deleted file mode 100644 index fa86ada818ae3e..00000000000000 --- a/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py35_full/pip_v1.sh +++ /dev/null @@ -1,47 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -install_ubuntu_16_pip_deps pip3.5 - -# Export required variables for running pip.sh -export OS_TYPE="UBUNTU" -export CONTAINER_TYPE="CPU" -export TF_PYTHON_VERSION='python3.5' - -# Run configure. -export TF_NEED_GCP=1 -export TF_NEED_HDFS=1 -export TF_NEED_S3=1 -export TF_NEED_CUDA=0 -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which ${TF_PYTHON_VERSION}) -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Export optional variables for running pip.sh -export TF_BUILD_FLAGS="--config=opt --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0:toolchain" -export TF_TEST_FLAGS="--define=no_tensorflow_py_deps=true --test_lang_filters=py --test_output=errors --verbose_failures=true --keep_going" -export TF_TEST_TARGETS="//tensorflow/python/... " -export TF_PIP_TESTS="test_pip_virtualenv_non_clean test_pip_virtualenv_clean" -export TF_TEST_FILTER_TAGS='-no_oss,-oss_serial,-no_oss_py35' -export IS_NIGHTLY=0 # Not nightly -export TF_PROJECT_NAME="tensorflow_cpu" -export TF_PIP_TEST_ROOT="pip_test" - -./tensorflow/tools/ci_build/builds/pip_new.sh diff --git a/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py36_full/nightly_release.sh b/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py36_full/nightly_release.sh deleted file mode 100644 index b18c20d2c34658..00000000000000 --- a/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py36_full/nightly_release.sh +++ /dev/null @@ -1,52 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh -set_bazel_outdir - -install_ubuntu_16_pip_deps pip3.6 - -python2.7 tensorflow/tools/ci_build/update_version.py --nightly - -# Run configure. -export TF_NEED_GCP=1 -export TF_NEED_HDFS=1 -export TF_NEED_S3=1 -export TF_NEED_CUDA=0 -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which python3.6) -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Build the pip package -bazel build --config=opt --config=v2 \ - --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0:toolchain \ - tensorflow/tools/pip_package:build_pip_package - -./bazel-bin/tensorflow/tools/pip_package/build_pip_package pip_pkg --cpu --nightly_flag - -# Upload the built packages to pypi. -for WHL_PATH in $(ls pip_pkg/tf_nightly_cpu-*dev*.whl); do - - WHL_DIR=$(dirname "${WHL_PATH}") - WHL_BASE_NAME=$(basename "${WHL_PATH}") - AUDITED_WHL_NAME="${WHL_DIR}"/$(echo "${WHL_BASE_NAME//linux/manylinux2010}") - auditwheel repair --plat manylinux2010_x86_64 -w "${WHL_DIR}" "${WHL_PATH}" - - echo "Uploading package: ${AUDITED_WHL_NAME}" - twine upload -r pypi-warehouse "${AUDITED_WHL_NAME}" || echo -done diff --git a/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py36_full/nonpip_v1.sh b/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py36_full/nonpip_v1.sh deleted file mode 100644 index bb40a9805dd110..00000000000000 --- a/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py36_full/nonpip_v1.sh +++ /dev/null @@ -1,42 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -install_ubuntu_16_pip_deps pip3.6 - -# Run configure. -export TF_NEED_GCP=1 -export TF_NEED_HDFS=1 -export TF_NEED_S3=1 -export TF_NEED_CUDA=0 -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which python3.6) -yes "" | "$PYTHON_BIN_PATH" configure.py -tag_filters="-no_oss,-oss_serial,-gpu,-tpu,-benchmark-test,-no_oss_py36" - -# Get the default test targets for bazel. -source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh - -# Run tests -bazel test --test_output=errors --config=opt --test_lang_filters=py \ - --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0:toolchain \ - --linkopt=-lrt \ - --build_tag_filters="${tag_filters}" \ - --test_tag_filters="${tag_filters}" -- \ - ${DEFAULT_BAZEL_TARGETS} -//tensorflow/lite/... diff --git a/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py36_full/pip_v1.sh b/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py36_full/pip_v1.sh deleted file mode 100644 index ea28ef50f41eb8..00000000000000 --- a/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py36_full/pip_v1.sh +++ /dev/null @@ -1,47 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -install_ubuntu_16_pip_deps pip3.6 - -# Export required variables for running pip.sh -export OS_TYPE="UBUNTU" -export CONTAINER_TYPE="CPU" -export TF_PYTHON_VERSION='python3.6' - -# Run configure. -export TF_NEED_GCP=1 -export TF_NEED_HDFS=1 -export TF_NEED_S3=1 -export TF_NEED_CUDA=0 -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which ${TF_PYTHON_VERSION}) -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Export optional variables for running pip.sh -export TF_BUILD_FLAGS="--config=opt --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0:toolchain" -export TF_TEST_FLAGS="--define=no_tensorflow_py_deps=true --test_lang_filters=py --test_output=errors --verbose_failures=true --keep_going" -export TF_TEST_TARGETS="//tensorflow/python/... " -export TF_PIP_TESTS="test_pip_virtualenv_non_clean test_pip_virtualenv_clean" -export TF_TEST_FILTER_TAGS='-no_oss,-oss_serial,-no_oss_py36' -export IS_NIGHTLY=0 # Not nightly -export TF_PROJECT_NAME="tensorflow_cpu" -export TF_PIP_TEST_ROOT="pip_test" - -./tensorflow/tools/ci_build/builds/pip_new.sh diff --git a/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py37_full/nightly_release.sh b/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py37_full/nightly_release.sh deleted file mode 100644 index b72de8e8bb5ae3..00000000000000 --- a/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py37_full/nightly_release.sh +++ /dev/null @@ -1,52 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh -set_bazel_outdir - -install_ubuntu_16_pip_deps pip3.7 - -python2.7 tensorflow/tools/ci_build/update_version.py --nightly - -# Run configure. -export TF_NEED_GCP=1 -export TF_NEED_HDFS=1 -export TF_NEED_S3=1 -export TF_NEED_CUDA=0 -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which python3.7) -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Build the pip package -bazel build --config=opt --config=v2 \ - --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0:toolchain \ - tensorflow/tools/pip_package:build_pip_package - -./bazel-bin/tensorflow/tools/pip_package/build_pip_package pip_pkg --cpu --nightly_flag - -# Upload the built packages to pypi. -for WHL_PATH in $(ls pip_pkg/tf_nightly_cpu-*dev*.whl); do - - WHL_DIR=$(dirname "${WHL_PATH}") - WHL_BASE_NAME=$(basename "${WHL_PATH}") - AUDITED_WHL_NAME="${WHL_DIR}"/$(echo "${WHL_BASE_NAME//linux/manylinux2010}") - auditwheel repair --plat manylinux2010_x86_64 -w "${WHL_DIR}" "${WHL_PATH}" - - echo "Uploading package: ${AUDITED_WHL_NAME}" - twine upload -r pypi-warehouse "${AUDITED_WHL_NAME}" || echo -done diff --git a/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py37_full/nonpip_v1.sh b/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py37_full/nonpip_v1.sh deleted file mode 100644 index 2894797c3e5e38..00000000000000 --- a/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py37_full/nonpip_v1.sh +++ /dev/null @@ -1,42 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -install_ubuntu_16_pip_deps pip3.7 - -# Run configure. -export TF_NEED_GCP=1 -export TF_NEED_HDFS=1 -export TF_NEED_S3=1 -export TF_NEED_CUDA=0 -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which python3.7) -yes "" | "$PYTHON_BIN_PATH" configure.py -tag_filters="-no_oss,-oss_serial,-gpu,-tpu,-benchmark-test,-no_oss_py37" - -# Get the default test targets for bazel. -source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh - -# Run tests -bazel test --test_output=errors --config=opt --test_lang_filters=py \ - --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0:toolchain \ - --linkopt=-lrt \ - --build_tag_filters="${tag_filters}" \ - --test_tag_filters="${tag_filters}" -- \ - ${DEFAULT_BAZEL_TARGETS} -//tensorflow/lite/... diff --git a/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py37_full/pip_v1.sh b/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py37_full/pip_v1.sh deleted file mode 100644 index 24f4485858cacf..00000000000000 --- a/tensorflow/tools/ci_build/release/ubuntu_16/cpu_py37_full/pip_v1.sh +++ /dev/null @@ -1,47 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -install_ubuntu_16_pip_deps pip3.7 - -# Export required variables for running pip.sh -export OS_TYPE="UBUNTU" -export CONTAINER_TYPE="CPU" -export TF_PYTHON_VERSION='python3.7' - -# Run configure. -export TF_NEED_GCP=1 -export TF_NEED_HDFS=1 -export TF_NEED_S3=1 -export TF_NEED_CUDA=0 -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which ${TF_PYTHON_VERSION}) -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Export optional variables for running pip.sh -export TF_BUILD_FLAGS="--config=opt --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0:toolchain" -export TF_TEST_FLAGS="--define=no_tensorflow_py_deps=true --test_lang_filters=py --test_output=errors --verbose_failures=true --keep_going" -export TF_TEST_TARGETS="//tensorflow/python/... " -export TF_PIP_TESTS="test_pip_virtualenv_non_clean test_pip_virtualenv_clean" -export TF_TEST_FILTER_TAGS='-no_oss,-oss_serial,-no_oss_py37' -export IS_NIGHTLY=0 # Not nightly -export TF_PROJECT_NAME="tensorflow_cpu" -export TF_PIP_TEST_ROOT="pip_test" - -./tensorflow/tools/ci_build/builds/pip_new.sh diff --git a/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py2_full/nightly_release.sh b/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py2_full/nightly_release.sh deleted file mode 100644 index 12e190842c24ed..00000000000000 --- a/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py2_full/nightly_release.sh +++ /dev/null @@ -1,63 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -set_bazel_outdir - -install_ubuntu_16_pip_deps pip2.7 - -python2.7 tensorflow/tools/ci_build/update_version.py --nightly - -# Run configure. -export TF_NEED_GCP=1 -export TF_NEED_HDFS=1 -export TF_NEED_S3=1 -export TF_NEED_CUDA=1 -export TF_CUDA_VERSION=10 -export TF_CUDNN_VERSION=7 -export TF_CUDA_COMPUTE_CAPABILITIES=3.5,3.7,5.2,6.0,6.1,7.0 -export TF_NEED_TENSORRT=1 -export TENSORRT_INSTALL_PATH=/usr/local/tensorrt -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which python2.7) -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Build the pip package -bazel build --config=opt --config=v2 \ - --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0:toolchain \ - tensorflow/tools/pip_package:build_pip_package - -./bazel-bin/tensorflow/tools/pip_package/build_pip_package pip_pkg --nightly_flag -./bazel-bin/tensorflow/tools/pip_package/build_pip_package pip_pkg --gpu --nightly_flag - -# Upload the built packages to pypi. -for WHL_PATH in $(ls pip_pkg/tf_nightly*dev*.whl); do - - WHL_DIR=$(dirname "${WHL_PATH}") - WHL_BASE_NAME=$(basename "${WHL_PATH}") - AUDITED_WHL_NAME="${WHL_DIR}"/$(echo "${WHL_BASE_NAME//linux/manylinux2010}") - - # Copy and rename for gpu manylinux as we do not want auditwheel to package in libcudart.so - WHL_PATH=${AUDITED_WHL_NAME} - cp "${WHL_DIR}"/"${WHL_BASE_NAME}" "${WHL_PATH}" - echo "Copied manylinux2010 wheel file at: ${WHL_PATH}" - - echo "Uploading package: ${AUDITED_WHL_NAME}" - twine upload -r pypi-warehouse "${AUDITED_WHL_NAME}" || echo -done diff --git a/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py2_full/nonpip.sh b/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py2_full/nonpip.sh deleted file mode 100644 index f1419501e65079..00000000000000 --- a/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py2_full/nonpip.sh +++ /dev/null @@ -1,58 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -install_ubuntu_16_pip_deps pip2.7 -# Update bazel -update_bazel_linux - -# Run configure. -export TF_NEED_GCP=1 -export TF_NEED_HDFS=1 -export TF_NEED_S3=1 -export TF_NEED_CUDA=1 -export TF_CUDA_VERSION=10 -export TF_CUDNN_VERSION=7 -export TF_NEED_TENSORRT=1 -export TENSORRT_INSTALL_PATH=/usr/local/tensorrt -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which python2.7) -export TF2_BEHAVIOR=1 -export PROJECT_NAME="tensorflow_gpu" -export LD_LIBRARY_PATH="/usr/local/cuda:/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64:$TENSORRT_INSTALL_PATH/lib" -export TF_CUDA_COMPUTE_CAPABILITIES=3.5,3.7,5.2,6.0,6.1,7.0 - -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Get the default test targets for bazel. -source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh - -tag_filters="gpu,requires-gpu,-no_gpu,-nogpu,-no_oss,-oss_serial,-no_oss_py2" - -bazel test --config=cuda --config=opt \ - --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0:toolchain \ - --linkopt=-lrt \ - --action_env=TF2_BEHAVIOR="${TF2_BEHAVIOR}" \ - --test_lang_filters=py \ - --build_tag_filters="${tag_filters}" \ - --test_tag_filters="${tag_filters}" \ - --test_timeout="300,450,1200,3600" --local_test_jobs=4 \ - --test_output=errors --verbose_failures=true --keep_going \ - --run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute \ - -- ${DEFAULT_BAZEL_TARGETS} -//tensorflow/lite/... diff --git a/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py2_full/nonpip_v1.sh b/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py2_full/nonpip_v1.sh deleted file mode 100644 index e40d65f8265075..00000000000000 --- a/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py2_full/nonpip_v1.sh +++ /dev/null @@ -1,54 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -install_ubuntu_16_pip_deps pip2.7 - -# Run configure. -export TF_NEED_GCP=1 -export TF_NEED_HDFS=1 -export TF_NEED_S3=1 -export TF_NEED_CUDA=1 -export TF_CUDA_VERSION=10 -export TF_CUDNN_VERSION=7 -export TF_NEED_TENSORRT=1 -export TENSORRT_INSTALL_PATH=/usr/local/tensorrt -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which python2.7) -export PROJECT_NAME="tensorflow_gpu" -export LD_LIBRARY_PATH="/usr/local/cuda:/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64:$TENSORRT_INSTALL_PATH/lib" -export TF_CUDA_COMPUTE_CAPABILITIES=3.5,3.7,5.2,6.0,6.1,7.0 - -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Get the default test targets for bazel. -source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh - -tag_filters="gpu,requires-gpu,-no_gpu,-nogpu,-no_oss,-oss_serial,-no_oss_py2" - -bazel test --config=cuda --config=opt \ - --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0:toolchain \ - --linkopt=-lrt \ - --test_lang_filters=py \ - --build_tag_filters=${tag_filters} \ - --test_tag_filters=${tag_filters} \ - --test_timeout="300,450,1200,3600" --local_test_jobs=4 \ - --test_output=errors --verbose_failures=true --keep_going \ - --run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute \ - -- ${DEFAULT_BAZEL_TARGETS} -//tensorflow/lite/... diff --git a/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py2_full/pip.sh b/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py2_full/pip.sh deleted file mode 100644 index c17675c3637cca..00000000000000 --- a/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py2_full/pip.sh +++ /dev/null @@ -1,65 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -install_ubuntu_16_pip_deps pip2.7 -# Update bazel -update_bazel_linux - -# Export required variables for running pip.sh -export OS_TYPE="UBUNTU" -export CONTAINER_TYPE="GPU" -export TF_PYTHON_VERSION='python2.7' - -# Run configure. -export TF_NEED_GCP=1 -export TF_NEED_HDFS=1 -export TF_NEED_S3=1 -export TF_NEED_CUDA=1 -export TF_CUDA_VERSION=10 -export TF_CUDNN_VERSION=7 -export TF_NEED_TENSORRT=1 -export TENSORRT_INSTALL_PATH=/usr/local/tensorrt -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which ${TF_PYTHON_VERSION}) -export PROJECT_NAME="tensorflow_gpu" -export LD_LIBRARY_PATH="/usr/local/cuda:/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64:$TENSORRT_INSTALL_PATH/lib" -export TF_CUDA_COMPUTE_CAPABILITIES=3.5,3.7,5.2,6.0,6.1,7.0 - -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Get the default test targets for bazel. -source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh - -# Export optional variables for running pip.sh -export TF_TEST_FILTER_TAGS='gpu,requires-gpu,-no_gpu,-nogpu,-no_oss,-oss_serial' -export TF_BUILD_FLAGS="--config=opt --config=v2 --config=cuda --distinct_host_configuration=false \ ---action_env=TF_CUDA_VERSION --action_env=TF_CUDNN_VERSION --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0:toolchain " -export TF_TEST_FLAGS="--test_tag_filters=${TF_TEST_FILTER_TAGS} --build_tag_filters=${TF_TEST_FILTER_TAGS} --distinct_host_configuration=false \ ---action_env=TF_CUDA_VERSION --action_env=TF_CUDNN_VERSION --test_env=TF2_BEHAVIOR=1 \ ---config=cuda --test_output=errors --local_test_jobs=4 --test_lang_filters=py \ ---verbose_failures=true --keep_going --define=no_tensorflow_py_deps=true \ ---run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute " -export TF_TEST_TARGETS="${DEFAULT_BAZEL_TARGETS} -//tensorflow/lite/..." -export TF_PIP_TESTS="test_pip_virtualenv_non_clean test_pip_virtualenv_clean" -export IS_NIGHTLY=0 # Not nightly -export TF_PROJECT_NAME=${PROJECT_NAME} -export TF_PIP_TEST_ROOT="pip_test" - -./tensorflow/tools/ci_build/builds/pip_new.sh diff --git a/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py2_full/pip_v1.sh b/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py2_full/pip_v1.sh deleted file mode 100644 index 3c2c661acef382..00000000000000 --- a/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py2_full/pip_v1.sh +++ /dev/null @@ -1,66 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -install_ubuntu_16_pip_deps pip2.7 - -# Export required variables for running pip.sh -export OS_TYPE="UBUNTU" -export CONTAINER_TYPE="GPU" -export TF_PYTHON_VERSION='python2.7' - -# Run configure. -export TF_NEED_GCP=1 -export TF_NEED_HDFS=1 -export TF_NEED_S3=1 -export TF_NEED_CUDA=1 -export TF_CUDA_VERSION=10 -export TF_CUDNN_VERSION=7 -export TF_NEED_TENSORRT=1 -export TENSORRT_INSTALL_PATH=/usr/local/tensorrt -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which ${TF_PYTHON_VERSION}) -export PROJECT_NAME="tensorflow_gpu" -export LD_LIBRARY_PATH="/usr/local/cuda:/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64:$TENSORRT_INSTALL_PATH/lib" -export TF_CUDA_COMPUTE_CAPABILITIES=3.5,3.7,5.2,6.0,6.1,7.0 - -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Export optional variables for running pip.sh -export TF_TEST_FILTER_TAGS='gpu,requires-gpu,-no_gpu,-nogpu,-no_oss,-oss_serial' -export TF_BUILD_FLAGS="--config=opt --config=cuda --distinct_host_configuration=false \ ---action_env=TF_CUDA_VERSION --action_env=TF_CUDNN_VERSION --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0:toolchain " -export TF_TEST_FLAGS="--test_tag_filters=${TF_TEST_FILTER_TAGS} --build_tag_filters=${TF_TEST_FILTER_TAGS} \ ---distinct_host_configuration=false \ ---action_env=TF_CUDA_VERSION --action_env=TF_CUDNN_VERSION \ ---config=cuda --test_output=errors --local_test_jobs=4 --test_lang_filters=py \ ---verbose_failures=true --keep_going --define=no_tensorflow_py_deps=true \ ---run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute " -export TF_TEST_TARGETS="//tensorflow/python/... " -export TF_PIP_TESTS="test_pip_virtualenv_non_clean test_pip_virtualenv_clean" -export IS_NIGHTLY=0 # Not nightly -export TF_PROJECT_NAME=${PROJECT_NAME} -export TF_PIP_TEST_ROOT="pip_test" - -./tensorflow/tools/ci_build/builds/pip_new.sh - -# Copy and rename to tensorflow -for WHL_PATH in $(ls "${KOKORO_ARTIFACTS_DIR}"/tensorflow/${TF_PIP_TEST_ROOT}/whl/tensorflow_gpu*.whl); do - copy_to_new_project_name "${WHL_PATH}" tensorflow -done diff --git a/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py35_full/nightly_release.sh b/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py35_full/nightly_release.sh deleted file mode 100644 index be531b07de99a3..00000000000000 --- a/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py35_full/nightly_release.sh +++ /dev/null @@ -1,63 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -set_bazel_outdir - -install_ubuntu_16_pip_deps pip3.5 - -python2.7 tensorflow/tools/ci_build/update_version.py --nightly - -# Run configure. -export TF_NEED_GCP=1 -export TF_NEED_HDFS=1 -export TF_NEED_S3=1 -export TF_NEED_CUDA=1 -export TF_CUDA_VERSION=10 -export TF_CUDNN_VERSION=7 -export TF_CUDA_COMPUTE_CAPABILITIES=3.5,3.7,5.2,6.0,6.1,7.0 -export TF_NEED_TENSORRT=1 -export TENSORRT_INSTALL_PATH=/usr/local/tensorrt -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which python3.5) -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Build the pip package -bazel build --config=opt --config=v2 \ - --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0:toolchain \ - tensorflow/tools/pip_package:build_pip_package - -./bazel-bin/tensorflow/tools/pip_package/build_pip_package pip_pkg --nightly_flag -./bazel-bin/tensorflow/tools/pip_package/build_pip_package pip_pkg --gpu --nightly_flag - -# Upload the built packages to pypi. -for WHL_PATH in $(ls pip_pkg/tf_nightly*dev*.whl); do - - WHL_DIR=$(dirname "${WHL_PATH}") - WHL_BASE_NAME=$(basename "${WHL_PATH}") - AUDITED_WHL_NAME="${WHL_DIR}"/$(echo "${WHL_BASE_NAME//linux/manylinux2010}") - - # Copy and rename for gpu manylinux as we do not want auditwheel to package in libcudart.so - WHL_PATH=${AUDITED_WHL_NAME} - cp "${WHL_DIR}"/"${WHL_BASE_NAME}" "${WHL_PATH}" - echo "Copied manylinux2010 wheel file at: ${WHL_PATH}" - - echo "Uploading package: ${AUDITED_WHL_NAME}" - twine upload -r pypi-warehouse "${AUDITED_WHL_NAME}" || echo -done diff --git a/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py35_full/nonpip_v1.sh b/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py35_full/nonpip_v1.sh deleted file mode 100644 index 3f389b839b68b6..00000000000000 --- a/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py35_full/nonpip_v1.sh +++ /dev/null @@ -1,54 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -install_ubuntu_16_pip_deps pip3.5 - -# Run configure. -export TF_NEED_GCP=1 -export TF_NEED_HDFS=1 -export TF_NEED_S3=1 -export TF_NEED_CUDA=1 -export TF_CUDA_VERSION=10 -export TF_CUDNN_VERSION=7 -export TF_NEED_TENSORRT=1 -export TENSORRT_INSTALL_PATH=/usr/local/tensorrt -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which python3.5) -export PROJECT_NAME="tensorflow_gpu" -export LD_LIBRARY_PATH="/usr/local/cuda:/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64:$TENSORRT_INSTALL_PATH/lib" -export TF_CUDA_COMPUTE_CAPABILITIES=3.5,3.7,5.2,6.0,6.1,7.0 - -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Get the default test targets for bazel. -source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh - -tag_filters="gpu,requires-gpu,-no_gpu,-nogpu,-no_oss,-oss_serial,-no_oss_py35" - -bazel test --config=cuda --config=opt \ - --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0:toolchain \ - --linkopt=-lrt \ - --test_lang_filters=py \ - --build_tag_filters=${tag_filters} \ - --test_tag_filters=${tag_filters} \ - --test_timeout="300,450,1200,3600" --local_test_jobs=4 \ - --test_output=errors --verbose_failures=true --keep_going \ - --run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute \ - -- ${DEFAULT_BAZEL_TARGETS} -//tensorflow/lite/... diff --git a/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py35_full/pip_v1.sh b/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py35_full/pip_v1.sh deleted file mode 100644 index c9aeb5974bd8d8..00000000000000 --- a/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py35_full/pip_v1.sh +++ /dev/null @@ -1,66 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -install_ubuntu_16_pip_deps pip3.5 - -# Export required variables for running pip.sh -export OS_TYPE="UBUNTU" -export CONTAINER_TYPE="GPU" -export TF_PYTHON_VERSION='python3.5' - -# Run configure. -export TF_NEED_GCP=1 -export TF_NEED_HDFS=1 -export TF_NEED_S3=1 -export TF_NEED_CUDA=1 -export TF_CUDA_VERSION=10 -export TF_CUDNN_VERSION=7 -export TF_NEED_TENSORRT=1 -export TENSORRT_INSTALL_PATH=/usr/local/tensorrt -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which ${TF_PYTHON_VERSION}) -export PROJECT_NAME="tensorflow_gpu" -export LD_LIBRARY_PATH="/usr/local/cuda:/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64:$TENSORRT_INSTALL_PATH/lib" -export TF_CUDA_COMPUTE_CAPABILITIES=3.5,3.7,5.2,6.0,6.1,7.0 - -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Export optional variables for running pip.sh -export TF_TEST_FILTER_TAGS='gpu,requires-gpu,-no_gpu,-nogpu,-no_oss,-oss_serial,-no_oss_py35' -export TF_BUILD_FLAGS="--config=opt --config=cuda --distinct_host_configuration=false \ ---action_env=TF_CUDA_VERSION --action_env=TF_CUDNN_VERSION --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0:toolchain " -export TF_TEST_FLAGS="--test_tag_filters=${TF_TEST_FILTER_TAGS} --build_tag_filters=${TF_TEST_FILTER_TAGS} \ ---distinct_host_configuration=false \ ---action_env=TF_CUDA_VERSION --action_env=TF_CUDNN_VERSION \ ---config=cuda --test_output=errors --local_test_jobs=4 --test_lang_filters=py \ ---verbose_failures=true --keep_going --define=no_tensorflow_py_deps=true \ ---run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute " -export TF_TEST_TARGETS="//tensorflow/python/... " -export TF_PIP_TESTS="test_pip_virtualenv_non_clean test_pip_virtualenv_clean" -export IS_NIGHTLY=0 # Not nightly -export TF_PROJECT_NAME=${PROJECT_NAME} -export TF_PIP_TEST_ROOT="pip_test" - -./tensorflow/tools/ci_build/builds/pip_new.sh - -# Copy and rename to tensorflow -for WHL_PATH in $(ls "${KOKORO_ARTIFACTS_DIR}"/tensorflow/${TF_PIP_TEST_ROOT}/whl/tensorflow_gpu*.whl); do - copy_to_new_project_name "${WHL_PATH}" tensorflow -done diff --git a/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py36_full/nightly_release.sh b/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py36_full/nightly_release.sh deleted file mode 100644 index 044c18953a6f3b..00000000000000 --- a/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py36_full/nightly_release.sh +++ /dev/null @@ -1,63 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -set_bazel_outdir - -install_ubuntu_16_pip_deps pip3.6 - -python2.7 tensorflow/tools/ci_build/update_version.py --nightly - -# Run configure. -export TF_NEED_GCP=1 -export TF_NEED_HDFS=1 -export TF_NEED_S3=1 -export TF_NEED_CUDA=1 -export TF_CUDA_VERSION=10 -export TF_CUDNN_VERSION=7 -export TF_CUDA_COMPUTE_CAPABILITIES=3.5,3.7,5.2,6.0,6.1,7.0 -export TF_NEED_TENSORRT=1 -export TENSORRT_INSTALL_PATH=/usr/local/tensorrt -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which python3.6) -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Build the pip package -bazel build --config=opt --config=v2 \ - --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0:toolchain \ - tensorflow/tools/pip_package:build_pip_package - -./bazel-bin/tensorflow/tools/pip_package/build_pip_package pip_pkg --nightly_flag -./bazel-bin/tensorflow/tools/pip_package/build_pip_package pip_pkg --gpu --nightly_flag - -# Upload the built packages to pypi. -for WHL_PATH in $(ls pip_pkg/tf_nightly*dev*.whl); do - - WHL_DIR=$(dirname "${WHL_PATH}") - WHL_BASE_NAME=$(basename "${WHL_PATH}") - AUDITED_WHL_NAME="${WHL_DIR}"/$(echo "${WHL_BASE_NAME//linux/manylinux2010}") - - # Copy and rename for gpu manylinux as we do not want auditwheel to package in libcudart.so - WHL_PATH=${AUDITED_WHL_NAME} - cp "${WHL_DIR}"/"${WHL_BASE_NAME}" "${WHL_PATH}" - echo "Copied manylinux2010 wheel file at: ${WHL_PATH}" - - echo "Uploading package: ${AUDITED_WHL_NAME}" - twine upload -r pypi-warehouse "${AUDITED_WHL_NAME}" || echo -done diff --git a/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py36_full/nonpip_v1.sh b/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py36_full/nonpip_v1.sh deleted file mode 100644 index 3490aa40742a17..00000000000000 --- a/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py36_full/nonpip_v1.sh +++ /dev/null @@ -1,54 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -install_ubuntu_16_pip_deps pip3.6 - -# Run configure. -export TF_NEED_GCP=1 -export TF_NEED_HDFS=1 -export TF_NEED_S3=1 -export TF_NEED_CUDA=1 -export TF_CUDA_VERSION=10 -export TF_CUDNN_VERSION=7 -export TF_NEED_TENSORRT=1 -export TENSORRT_INSTALL_PATH=/usr/local/tensorrt -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which python3.6) -export PROJECT_NAME="tensorflow_gpu" -export LD_LIBRARY_PATH="/usr/local/cuda:/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64:$TENSORRT_INSTALL_PATH/lib" -export TF_CUDA_COMPUTE_CAPABILITIES=3.5,3.7,5.2,6.0,6.1,7.0 - -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Get the default test targets for bazel. -source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh - -tag_filters="gpu,requires-gpu,-no_gpu,-nogpu,-no_oss,-oss_serial,-no_oss_py36" - -bazel test --config=cuda --config=opt \ - --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0:toolchain \ - --linkopt=-lrt \ - --test_lang_filters=py \ - --build_tag_filters=${tag_filters} \ - --test_tag_filters=${tag_filters} \ - --test_timeout="300,450,1200,3600" --local_test_jobs=4 \ - --test_output=errors --verbose_failures=true --keep_going \ - --run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute \ - -- ${DEFAULT_BAZEL_TARGETS} -//tensorflow/lite/... diff --git a/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py36_full/pip_v1.sh b/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py36_full/pip_v1.sh deleted file mode 100644 index 205817b296feae..00000000000000 --- a/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py36_full/pip_v1.sh +++ /dev/null @@ -1,66 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -install_ubuntu_16_pip_deps pip3.6 - -# Export required variables for running pip.sh -export OS_TYPE="UBUNTU" -export CONTAINER_TYPE="GPU" -export TF_PYTHON_VERSION='python3.6' - -# Run configure. -export TF_NEED_GCP=1 -export TF_NEED_HDFS=1 -export TF_NEED_S3=1 -export TF_NEED_CUDA=1 -export TF_CUDA_VERSION=10 -export TF_CUDNN_VERSION=7 -export TF_NEED_TENSORRT=1 -export TENSORRT_INSTALL_PATH=/usr/local/tensorrt -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which ${TF_PYTHON_VERSION}) -export PROJECT_NAME="tensorflow_gpu" -export LD_LIBRARY_PATH="/usr/local/cuda:/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64:$TENSORRT_INSTALL_PATH/lib" -export TF_CUDA_COMPUTE_CAPABILITIES=3.5,3.7,5.2,6.0,6.1,7.0 - -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Export optional variables for running pip.sh -export TF_TEST_FILTER_TAGS='gpu,requires-gpu,-no_gpu,-nogpu,-no_oss,-oss_serial,-no_oss_py36' -export TF_BUILD_FLAGS="--config=opt --config=cuda --distinct_host_configuration=false \ ---action_env=TF_CUDA_VERSION --action_env=TF_CUDNN_VERSION --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0:toolchain " -export TF_TEST_FLAGS="--test_tag_filters=${TF_TEST_FILTER_TAGS} --build_tag_filters=${TF_TEST_FILTER_TAGS} \ ---distinct_host_configuration=false \ ---action_env=TF_CUDA_VERSION --action_env=TF_CUDNN_VERSION \ ---config=cuda --test_output=errors --local_test_jobs=4 --test_lang_filters=py \ ---verbose_failures=true --keep_going --define=no_tensorflow_py_deps=true \ ---run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute " -export TF_TEST_TARGETS="//tensorflow/python/... " -export TF_PIP_TESTS="test_pip_virtualenv_non_clean test_pip_virtualenv_clean" -export IS_NIGHTLY=0 # Not nightly -export TF_PROJECT_NAME=${PROJECT_NAME} -export TF_PIP_TEST_ROOT="pip_test" - -./tensorflow/tools/ci_build/builds/pip_new.sh - -# Copy and rename to tensorflow -for WHL_PATH in $(ls "${KOKORO_ARTIFACTS_DIR}"/tensorflow/${TF_PIP_TEST_ROOT}/whl/tensorflow_gpu*.whl); do - copy_to_new_project_name "${WHL_PATH}" tensorflow -done diff --git a/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py37_full/nightly_release.sh b/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py37_full/nightly_release.sh deleted file mode 100644 index ae87730e15be17..00000000000000 --- a/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py37_full/nightly_release.sh +++ /dev/null @@ -1,63 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -set_bazel_outdir - -install_ubuntu_16_pip_deps pip3.7 - -python2.7 tensorflow/tools/ci_build/update_version.py --nightly - -# Run configure. -export TF_NEED_GCP=1 -export TF_NEED_HDFS=1 -export TF_NEED_S3=1 -export TF_NEED_CUDA=1 -export TF_CUDA_VERSION=10 -export TF_CUDNN_VERSION=7 -export TF_CUDA_COMPUTE_CAPABILITIES=3.5,3.7,5.2,6.0,6.1,7.0 -export TF_NEED_TENSORRT=1 -export TENSORRT_INSTALL_PATH=/usr/local/tensorrt -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which python3.7) -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Build the pip package -bazel build --config=opt --config=v2 \ - --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0:toolchain \ - tensorflow/tools/pip_package:build_pip_package - -./bazel-bin/tensorflow/tools/pip_package/build_pip_package pip_pkg --nightly_flag -./bazel-bin/tensorflow/tools/pip_package/build_pip_package pip_pkg --gpu --nightly_flag - -# Upload the built packages to pypi. -for WHL_PATH in $(ls pip_pkg/tf_nightly*dev*.whl); do - - WHL_DIR=$(dirname "${WHL_PATH}") - WHL_BASE_NAME=$(basename "${WHL_PATH}") - AUDITED_WHL_NAME="${WHL_DIR}"/$(echo "${WHL_BASE_NAME//linux/manylinux2010}") - - # Copy and rename for gpu manylinux as we do not want auditwheel to package in libcudart.so - WHL_PATH=${AUDITED_WHL_NAME} - cp "${WHL_DIR}"/"${WHL_BASE_NAME}" "${WHL_PATH}" - echo "Copied manylinux2010 wheel file at: ${WHL_PATH}" - - echo "Uploading package: ${AUDITED_WHL_NAME}" - twine upload -r pypi-warehouse "${AUDITED_WHL_NAME}" || echo -done diff --git a/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py37_full/nonpip_v1.sh b/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py37_full/nonpip_v1.sh deleted file mode 100644 index a6ba507e660d6b..00000000000000 --- a/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py37_full/nonpip_v1.sh +++ /dev/null @@ -1,54 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -install_ubuntu_16_pip_deps pip3.7 - -# Run configure. -export TF_NEED_GCP=1 -export TF_NEED_HDFS=1 -export TF_NEED_S3=1 -export TF_NEED_CUDA=1 -export TF_CUDA_VERSION=10 -export TF_CUDNN_VERSION=7 -export TF_NEED_TENSORRT=1 -export TENSORRT_INSTALL_PATH=/usr/local/tensorrt -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which python3.7) -export PROJECT_NAME="tensorflow_gpu" -export LD_LIBRARY_PATH="/usr/local/cuda:/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64:$TENSORRT_INSTALL_PATH/lib" -export TF_CUDA_COMPUTE_CAPABILITIES=3.5,3.7,5.2,6.0,6.1,7.0 - -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Get the default test targets for bazel. -source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh - -tag_filters="gpu,requires-gpu,-no_gpu,-nogpu,-no_oss,-oss_serial,-no_oss_py37" - -bazel test --config=cuda --config=opt \ - --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0:toolchain \ - --linkopt=-lrt \ - --test_lang_filters=py \ - --build_tag_filters=${tag_filters} \ - --test_tag_filters=${tag_filters} \ - --test_timeout="300,450,1200,3600" --local_test_jobs=4 \ - --test_output=errors --verbose_failures=true --keep_going \ - --run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute \ - -- ${DEFAULT_BAZEL_TARGETS} -//tensorflow/lite/... diff --git a/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py37_full/pip_v1.sh b/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py37_full/pip_v1.sh deleted file mode 100644 index 87779828734843..00000000000000 --- a/tensorflow/tools/ci_build/release/ubuntu_16/gpu_py37_full/pip_v1.sh +++ /dev/null @@ -1,66 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -install_ubuntu_16_pip_deps pip3.7 - -# Export required variables for running pip.sh -export OS_TYPE="UBUNTU" -export CONTAINER_TYPE="GPU" -export TF_PYTHON_VERSION='python3.7' - -# Run configure. -export TF_NEED_GCP=1 -export TF_NEED_HDFS=1 -export TF_NEED_S3=1 -export TF_NEED_CUDA=1 -export TF_CUDA_VERSION=10 -export TF_CUDNN_VERSION=7 -export TF_NEED_TENSORRT=1 -export TENSORRT_INSTALL_PATH=/usr/local/tensorrt -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which ${TF_PYTHON_VERSION}) -export PROJECT_NAME="tensorflow_gpu" -export LD_LIBRARY_PATH="/usr/local/cuda:/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64:$TENSORRT_INSTALL_PATH/lib" -export TF_CUDA_COMPUTE_CAPABILITIES=3.5,3.7,5.2,6.0,6.1,7.0 - -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Export optional variables for running pip.sh -export TF_TEST_FILTER_TAGS='gpu,requires-gpu,-no_gpu,-nogpu,-no_oss,-oss_serial,-no_oss_py37' -export TF_BUILD_FLAGS="--config=opt --config=cuda --distinct_host_configuration=false \ ---action_env=TF_CUDA_VERSION --action_env=TF_CUDNN_VERSION --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0:toolchain " -export TF_TEST_FLAGS="--test_tag_filters=${TF_TEST_FILTER_TAGS} --build_tag_filters=${TF_TEST_FILTER_TAGS} \ ---distinct_host_configuration=false \ ---action_env=TF_CUDA_VERSION --action_env=TF_CUDNN_VERSION \ ---config=cuda --test_output=errors --local_test_jobs=4 --test_lang_filters=py \ ---verbose_failures=true --keep_going --define=no_tensorflow_py_deps=true \ ---run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute " -export TF_TEST_TARGETS="//tensorflow/python/... " -export TF_PIP_TESTS="test_pip_virtualenv_non_clean test_pip_virtualenv_clean" -export IS_NIGHTLY=0 # Not nightly -export TF_PROJECT_NAME=${PROJECT_NAME} -export TF_PIP_TEST_ROOT="pip_test" - -./tensorflow/tools/ci_build/builds/pip_new.sh - -# Copy and rename to tensorflow -for WHL_PATH in $(ls "${KOKORO_ARTIFACTS_DIR}"/tensorflow/${TF_PIP_TEST_ROOT}/whl/tensorflow_gpu*.whl); do - copy_to_new_project_name "${WHL_PATH}" tensorflow -done From 3b9305981c825ce456e7ec1154f5f6724280caca Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 19 Jan 2020 18:01:15 -0800 Subject: [PATCH 3/5] Remove py2 macos scripts --- .../macos/cpu_py2_full/nightly_release.sh | 53 ----------------- .../release/macos/cpu_py2_full/nonpip.sh | 52 ---------------- .../release/macos/cpu_py2_full/nonpip_v1.sh | 53 ----------------- .../release/macos/cpu_py2_full/pip.sh | 53 ----------------- .../release/macos/cpu_py2_full/pip_v1.sh | 56 ------------------ .../release/macos/cpu_py2_xla/build.sh | 59 ------------------- 6 files changed, 326 deletions(-) delete mode 100644 tensorflow/tools/ci_build/release/macos/cpu_py2_full/nightly_release.sh delete mode 100644 tensorflow/tools/ci_build/release/macos/cpu_py2_full/nonpip.sh delete mode 100644 tensorflow/tools/ci_build/release/macos/cpu_py2_full/nonpip_v1.sh delete mode 100644 tensorflow/tools/ci_build/release/macos/cpu_py2_full/pip.sh delete mode 100644 tensorflow/tools/ci_build/release/macos/cpu_py2_full/pip_v1.sh delete mode 100644 tensorflow/tools/ci_build/release/macos/cpu_py2_xla/build.sh diff --git a/tensorflow/tools/ci_build/release/macos/cpu_py2_full/nightly_release.sh b/tensorflow/tools/ci_build/release/macos/cpu_py2_full/nightly_release.sh deleted file mode 100644 index 399858f0f716a1..00000000000000 --- a/tensorflow/tools/ci_build/release/macos/cpu_py2_full/nightly_release.sh +++ /dev/null @@ -1,53 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -# Install latest bazel -update_bazel_macos -which bazel - -set_bazel_outdir - -# Install dependencies -install_macos_pip_deps sudo -sudo pip install twine - -./tensorflow/tools/ci_build/update_version.py --nightly - -# Run configure. -export TF_NEED_CUDA=0 -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which python2) -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Build the pip package -bazel build --config=opt --config=v2 tensorflow/tools/pip_package:build_pip_package -mkdir pip_pkg -./bazel-bin/tensorflow/tools/pip_package/build_pip_package pip_pkg --cpu --nightly_flag - -# Copy and rename to tf_nightly -for f in $(ls pip_pkg/tf_nightly_cpu-*dev*macosx*.whl); do - copy_to_new_project_name "${f}" tf_nightly -done - -# Upload the built packages to pypi. -for f in $(ls pip_pkg/tf_nightly*dev*macosx*.whl); do - echo "Uploading package: ${f}" - twine upload -r pypi-warehouse "${f}" || echo -done diff --git a/tensorflow/tools/ci_build/release/macos/cpu_py2_full/nonpip.sh b/tensorflow/tools/ci_build/release/macos/cpu_py2_full/nonpip.sh deleted file mode 100644 index 23486870c5028d..00000000000000 --- a/tensorflow/tools/ci_build/release/macos/cpu_py2_full/nonpip.sh +++ /dev/null @@ -1,52 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh -# Install latest bazel -update_bazel_macos -which bazel -bazel version -set_bazel_outdir - -# Pick a more recent version of xcode -sudo xcode-select --switch /Applications/Xcode_10.3.app/Contents/Developer -python -m virtualenv tf_build_env --system-site-packages -source tf_build_env/bin/activate - -# Install macos pip dependencies -install_macos_pip_deps sudo - -# Run configure. -export TF_NEED_CUDA=0 -export CC_OPT_FLAGS='-mavx' -export TF2_BEHAVIOR=1 -export PYTHON_BIN_PATH=$(which python2) -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Get the default test targets for bazel. -source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh - -tag_filters="-no_oss,-oss_serial,-nomac,-no_mac,-no_oss_py2,-v1only,-gpu,-tpu,-benchmark-test" - -# Run tests -bazel test --test_output=errors --config=opt \ - --action_env=TF2_BEHAVIOR="${TF2_BEHAVIOR}" \ - --build_tag_filters="${tag_filters}" \ - --test_tag_filters="${tag_filters}" -- \ - ${DEFAULT_BAZEL_TARGETS} \ - -//tensorflow/lite/... diff --git a/tensorflow/tools/ci_build/release/macos/cpu_py2_full/nonpip_v1.sh b/tensorflow/tools/ci_build/release/macos/cpu_py2_full/nonpip_v1.sh deleted file mode 100644 index 8f06f9746198b2..00000000000000 --- a/tensorflow/tools/ci_build/release/macos/cpu_py2_full/nonpip_v1.sh +++ /dev/null @@ -1,53 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -# Install latest bazel -update_bazel_macos -which bazel -bazel version -set_bazel_outdir - -# Pick a more recent version of xcode -sudo xcode-select --switch /Applications/Xcode_9.2.app/Contents/Developer - -# Install pip dependencies -python -m virtualenv tf_build_env --system-site-packages -source tf_build_env/bin/activate -install_macos_pip_deps sudo - -# Run configure. -export TF_NEED_CUDA=0 -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which python2) -yes "" | "$PYTHON_BIN_PATH" configure.py - -# TODO(b/122370901): Fix nomac, no_mac inconsistency. -tag_filters="-no_oss,-oss_serial,-nomac,-no_mac,-no_oss_py2" - -# Get the default test targets for bazel. -source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh - -# Run tests -bazel test --test_output=errors --config=opt \ - --incompatible_depset_union=false \ - --build_tag_filters="${tag_filters}" \ - --test_tag_filters="${tag_filters}" -- \ - ${DEFAULT_BAZEL_TARGETS} \ - -//tensorflow/lite/... diff --git a/tensorflow/tools/ci_build/release/macos/cpu_py2_full/pip.sh b/tensorflow/tools/ci_build/release/macos/cpu_py2_full/pip.sh deleted file mode 100644 index 69700af758aa7a..00000000000000 --- a/tensorflow/tools/ci_build/release/macos/cpu_py2_full/pip.sh +++ /dev/null @@ -1,53 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh -# Install latest bazel -update_bazel_macos -which bazel -bazel version -set_bazel_outdir - -# Pick a more recent version of xcode -sudo xcode-select --switch /Applications/Xcode_10.3.app/Contents/Developer - -# Install macos pip dependencies -install_macos_pip_deps sudo - -# Export required variables for running pip.sh -export OS_TYPE="MACOS" -export CONTAINER_TYPE="CPU" -export TF_PYTHON_VERSION='python2' - -# Run configure. -export TF_NEED_CUDA=0 -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which ${TF_PYTHON_VERSION}) -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Export optional variables for running pip.sh -export TF_BUILD_FLAGS="--config=opt --config=v2" -export TF_TEST_FLAGS="--define=no_tensorflow_py_deps=true --test_lang_filters=py --test_output=errors --verbose_failures=true --keep_going --test_env=TF2_BEHAVIOR=1" -export TF_TEST_TARGETS="//tensorflow/python/..." -export TF_PIP_TESTS="test_pip_virtualenv_non_clean test_pip_virtualenv_clean" -export TF_TEST_FILTER_TAGS='-nomac,-no_mac,-no_oss,-oss_serial,-no_oss_py2,-v1only,-gpu,-tpu,-benchmark-test' -export IS_NIGHTLY=0 # Not nightly -export TF_PROJECT_NAME="tensorflow" -export TF_PIP_TEST_ROOT="pip_test" - -./tensorflow/tools/ci_build/builds/pip_new.sh diff --git a/tensorflow/tools/ci_build/release/macos/cpu_py2_full/pip_v1.sh b/tensorflow/tools/ci_build/release/macos/cpu_py2_full/pip_v1.sh deleted file mode 100644 index 7309e3cb35c567..00000000000000 --- a/tensorflow/tools/ci_build/release/macos/cpu_py2_full/pip_v1.sh +++ /dev/null @@ -1,56 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -# Install latest bazel -update_bazel_macos -which bazel -bazel version -set_bazel_outdir - -# Install pip dependencies -install_macos_pip_deps sudo - -# Export required variables for running pip.sh -export OS_TYPE="MACOS" -export CONTAINER_TYPE="CPU" -export TF_PYTHON_VERSION='python2' - -# Run configure. -export TF_NEED_CUDA=0 -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which ${TF_PYTHON_VERSION}) -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Export optional variables for running pip.sh -export TF_BUILD_FLAGS="--config=opt" -export TF_TEST_FLAGS="--define=no_tensorflow_py_deps=true --test_lang_filters=py --test_output=errors --verbose_failures=true --keep_going" -export TF_TEST_TARGETS="//tensorflow/python/..." -export TF_PIP_TESTS="test_pip_virtualenv_non_clean test_pip_virtualenv_clean" -export TF_TEST_FILTER_TAGS='-nomac,-no_mac,-no_oss,-oss_serial,-no_oss_py2' -export IS_NIGHTLY=0 # Not nightly -export TF_PROJECT_NAME="tensorflow" -export TF_PIP_TEST_ROOT="pip_test" - -./tensorflow/tools/ci_build/builds/pip_new.sh - -# Copy and rename to tensorflow_cpu -for WHL_PATH in $(ls ${TF_ARTIFACTS_DIR}/tensorflow/${TF_PIP_TEST_ROOT}/whl/tensorflow*.whl); do - copy_to_new_project_name "${WHL_PATH}" tensorflow_cpu -done diff --git a/tensorflow/tools/ci_build/release/macos/cpu_py2_xla/build.sh b/tensorflow/tools/ci_build/release/macos/cpu_py2_xla/build.sh deleted file mode 100644 index d98abde944722f..00000000000000 --- a/tensorflow/tools/ci_build/release/macos/cpu_py2_xla/build.sh +++ /dev/null @@ -1,59 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -# Install latest bazel -update_bazel_macos -which bazel - -# Pick a more recent version of xcode -sudo xcode-select --switch /Applications/Xcode_9.2.app/Contents/Developer - -# Set bazel temporary directory to avoid space issues. -export TEST_TMPDIR=/tmpfs/bazel_tmp -mkdir "${TEST_TMPDIR}" -source tensorflow/tools/ci_build/builds/builds_common.sh - -# Do the pyenv shim thing to avoid build breakages. -export PATH=$(echo "$PATH" | sed "s#${HOME}/.pyenv/shims:##g") - -# Fix numpy version -sudo pip2 install numpy==1.12.1 -sudo pip2 install grpcio -sudo pip2 install --upgrade setuptools==39.1.0 - -py_ver="2" - -bazel clean -export TF_ENABLE_XLA=1 -export TF_NEED_GCP=1 -export TF_NEED_HDFS=1 -export TF_NEED_S3=1 -export PYTHON_BIN_PATH=$(which python"${py_ver}") - -yes "" | "$PYTHON_BIN_PATH" configure.py -tag_filters="-no_oss,-oss_serial,-benchmark-test,-nomac,-no_mac,-no_oss_py2" - -bazel test --test_output=errors -c opt \ - --test_tag_filters="${tag_filters}" \ - --build_tag_filters="${tag_filters}" \ - --distinct_host_configuration=false --build_tests_only \ - --java_toolchain=@bazel_tools//tools/jdk:toolchain_hostjdk8 \ - --test_timeout 300,450,1200,3600 -- \ - //tensorflow/... -//tensorflow/compiler/... From dd1ebd75426f3b6f378975e71665892cf68d495b Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 19 Jan 2020 18:12:34 -0800 Subject: [PATCH 4/5] Cleanup macos builds --- .../release/macos/cpu_libtensorflow/build.sh | 23 ------- .../macos/cpu_libtensorflow/release.sh | 23 ------- .../macos/cpu_py35_full/nightly_release.sh | 58 ------------------ .../release/macos/cpu_py35_full/nonpip_v1.sh | 51 ---------------- .../release/macos/cpu_py35_full/pip_v1.sh | 60 ------------------- .../release/macos/cpu_py35_full/release.sh | 50 ---------------- .../macos/cpu_py36_full/nightly_release.sh | 56 ----------------- .../release/macos/cpu_py36_full/nonpip_v1.sh | 52 ---------------- .../release/macos/cpu_py36_full/pip_v1.sh | 59 ------------------ .../macos/cpu_py37_full/nightly_release.sh | 56 ----------------- .../release/macos/cpu_py37_full/nonpip_v1.sh | 49 --------------- .../release/macos/cpu_py37_full/pip_v1.sh | 59 ------------------ .../release/macos/cpu_py37_full/release.sh | 46 -------------- 13 files changed, 642 deletions(-) delete mode 100644 tensorflow/tools/ci_build/release/macos/cpu_libtensorflow/build.sh delete mode 100644 tensorflow/tools/ci_build/release/macos/cpu_libtensorflow/release.sh delete mode 100644 tensorflow/tools/ci_build/release/macos/cpu_py35_full/nightly_release.sh delete mode 100644 tensorflow/tools/ci_build/release/macos/cpu_py35_full/nonpip_v1.sh delete mode 100644 tensorflow/tools/ci_build/release/macos/cpu_py35_full/pip_v1.sh delete mode 100644 tensorflow/tools/ci_build/release/macos/cpu_py35_full/release.sh delete mode 100644 tensorflow/tools/ci_build/release/macos/cpu_py36_full/nightly_release.sh delete mode 100644 tensorflow/tools/ci_build/release/macos/cpu_py36_full/nonpip_v1.sh delete mode 100644 tensorflow/tools/ci_build/release/macos/cpu_py36_full/pip_v1.sh delete mode 100644 tensorflow/tools/ci_build/release/macos/cpu_py37_full/nightly_release.sh delete mode 100644 tensorflow/tools/ci_build/release/macos/cpu_py37_full/nonpip_v1.sh delete mode 100644 tensorflow/tools/ci_build/release/macos/cpu_py37_full/pip_v1.sh delete mode 100644 tensorflow/tools/ci_build/release/macos/cpu_py37_full/release.sh diff --git a/tensorflow/tools/ci_build/release/macos/cpu_libtensorflow/build.sh b/tensorflow/tools/ci_build/release/macos/cpu_libtensorflow/build.sh deleted file mode 100644 index c0846a05236227..00000000000000 --- a/tensorflow/tools/ci_build/release/macos/cpu_libtensorflow/build.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -echo "chmod go+w lib_package/*" >> tensorflow/tools/ci_build/linux/libtensorflow.sh -echo "bazel clean --expunge" >> tensorflow/tools/ci_build/linux/libtensorflow.sh - -# Install latest bazel -source tensorflow/tools/ci_build/release/common.sh -update_bazel_macos - -tensorflow/tools/ci_build/osx/libtensorflow_cpu.sh diff --git a/tensorflow/tools/ci_build/release/macos/cpu_libtensorflow/release.sh b/tensorflow/tools/ci_build/release/macos/cpu_libtensorflow/release.sh deleted file mode 100644 index ff17fd2ccaa827..00000000000000 --- a/tensorflow/tools/ci_build/release/macos/cpu_libtensorflow/release.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== - -set -e -set -x - -# Install latest bazel -source tensorflow/tools/ci_build/release/common.sh -update_bazel_macos -tensorflow/tools/ci_build/osx/libtensorflow_cpu.sh diff --git a/tensorflow/tools/ci_build/release/macos/cpu_py35_full/nightly_release.sh b/tensorflow/tools/ci_build/release/macos/cpu_py35_full/nightly_release.sh deleted file mode 100644 index 2c0522d3b9a010..00000000000000 --- a/tensorflow/tools/ci_build/release/macos/cpu_py35_full/nightly_release.sh +++ /dev/null @@ -1,58 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -# Install latest bazel -update_bazel_macos -which bazel - -set_bazel_outdir - -sudo pip3.5 install --upgrade pip - -install_macos_pip_deps sudo pip3.5 - -# For python3 path on Mac -export PATH=$PATH:/usr/local/bin - -sudo pip install twine - -./tensorflow/tools/ci_build/update_version.py --nightly - -# Run configure. -export TF_NEED_CUDA=0 -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which python3.5) -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Build the pip package -bazel build --config=opt --config=v2 tensorflow/tools/pip_package:build_pip_package -mkdir pip_pkg -./bazel-bin/tensorflow/tools/pip_package/build_pip_package pip_pkg --cpu --nightly_flag - -# Copy and rename to tf_nightly -for f in $(ls pip_pkg/tf_nightly_cpu-*dev*macosx*.whl); do - copy_to_new_project_name "${f}" tf_nightly -done - -# Upload the built packages to pypi. -for f in $(ls pip_pkg/tf_nightly*dev*macosx*.whl); do - echo "Uploading package: ${f}" - twine upload -r pypi-warehouse "${f}" || echo -done diff --git a/tensorflow/tools/ci_build/release/macos/cpu_py35_full/nonpip_v1.sh b/tensorflow/tools/ci_build/release/macos/cpu_py35_full/nonpip_v1.sh deleted file mode 100644 index 80768a152687de..00000000000000 --- a/tensorflow/tools/ci_build/release/macos/cpu_py35_full/nonpip_v1.sh +++ /dev/null @@ -1,51 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -# Install latest bazel -update_bazel_macos -which bazel -bazel version -set_bazel_outdir - -# Pick a more recent version of xcode -sudo xcode-select --switch /Applications/Xcode_9.2.app/Contents/Developer - -# Install pip dependencies -install_pip3.5 -install_macos_pip_deps sudo pip3.5 - -export PATH=$PATH:/usr/local/bin - -# Run configure. -export TF_NEED_CUDA=0 -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which python3.5) -yes "" | "$PYTHON_BIN_PATH" configure.py - -tag_filters="-no_oss,-oss_serial,-nomac,-no_mac,-no_oss_py35" - -# Run tests -bazel test --test_output=errors --config=opt \ - --incompatible_depset_union=false \ - --build_tag_filters="${tag_filters}" \ - --test_tag_filters="${tag_filters}" -- \ - //tensorflow/... \ - -//tensorflow/compiler/... \ - -//tensorflow/lite/... diff --git a/tensorflow/tools/ci_build/release/macos/cpu_py35_full/pip_v1.sh b/tensorflow/tools/ci_build/release/macos/cpu_py35_full/pip_v1.sh deleted file mode 100644 index c17b4c788cc536..00000000000000 --- a/tensorflow/tools/ci_build/release/macos/cpu_py35_full/pip_v1.sh +++ /dev/null @@ -1,60 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -# Install latest bazel -update_bazel_macos -which bazel -bazel version -set_bazel_outdir - -# Install pip dependencies -sudo pip3.5 install --upgrade pip -install_macos_pip_deps sudo pip3.5 - -# For python3 path on Mac -export PATH=$PATH:/usr/local/bin - -# Export required variables for running pip.sh -export OS_TYPE="MACOS" -export CONTAINER_TYPE="CPU" -export TF_PYTHON_VERSION='python3.5' - -# Run configure. -export TF_NEED_CUDA=0 -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which ${TF_PYTHON_VERSION}) -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Export optional variables for running pip.sh -export TF_BUILD_FLAGS="--config=opt" -export TF_TEST_FLAGS="--define=no_tensorflow_py_deps=true --test_lang_filters=py --test_output=errors --verbose_failures=true --keep_going" -export TF_TEST_TARGETS="//tensorflow/python/..." -export TF_PIP_TESTS="test_pip_virtualenv_non_clean test_pip_virtualenv_clean" -export TF_TEST_FILTER_TAGS='-nomac,-no_mac,-no_oss,-oss_serial,-no_oss_py35' -export IS_NIGHTLY=0 # Not nightly -export TF_PROJECT_NAME="tensorflow" -export TF_PIP_TEST_ROOT="pip_test" - -./tensorflow/tools/ci_build/builds/pip_new.sh - -# Copy and rename to tensorflow_cpu -for WHL_PATH in $(ls ${TF_ARTIFACTS_DIR}/tensorflow/${TF_PIP_TEST_ROOT}/whl/tensorflow*.whl); do - copy_to_new_project_name "${WHL_PATH}" tensorflow_cpu -done diff --git a/tensorflow/tools/ci_build/release/macos/cpu_py35_full/release.sh b/tensorflow/tools/ci_build/release/macos/cpu_py35_full/release.sh deleted file mode 100644 index 2d3f637aa55000..00000000000000 --- a/tensorflow/tools/ci_build/release/macos/cpu_py35_full/release.sh +++ /dev/null @@ -1,50 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e - -source tensorflow/tools/ci_build/release/common.sh - -# Install latest bazel -update_bazel_macos -install_macos_pip_deps - -# For python3 path on Mac -export PATH=$PATH:/usr/local/bin - -sudo pip install twine - -./tensorflow/tools/ci_build/update_version.py --nightly - -# Run configure. -export TF_NEED_CUDA=0 -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which python3.5) -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Build the pip package -bazel build --config=opt tensorflow/tools/pip_package:build_pip_package -mkdir pip_pkg -./bazel-bin/tensorflow/tools/pip_package/build_pip_package pip_pkg --nightly_flag - -# Also upload the python 3.5 package as python 3.3 and 3.4 packages. -FILENAME="$(ls pip_pkg/tf_nightly-*dev*-macosx_*.whl)" -tensorflow/tools/ci_build/copy_binary.py --filename "${FILENAME}" --new_py_ver 33 -tensorflow/tools/ci_build/copy_binary.py --filename "${FILENAME}" --new_py_ver 34 - -for f in $(ls pip_pkg/tf_nightly-*dev*macosx*.whl); do - echo "Uploading package: ${f}" - twine upload -r pypi-warehouse "${f}" || echo -done diff --git a/tensorflow/tools/ci_build/release/macos/cpu_py36_full/nightly_release.sh b/tensorflow/tools/ci_build/release/macos/cpu_py36_full/nightly_release.sh deleted file mode 100644 index 64e722afbbb0c2..00000000000000 --- a/tensorflow/tools/ci_build/release/macos/cpu_py36_full/nightly_release.sh +++ /dev/null @@ -1,56 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -# Install latest bazel -update_bazel_macos -which bazel - -set_bazel_outdir - -install_macos_pip_deps sudo pip3.6 - -# For python3 path on Mac -export PATH=$PATH:/usr/local/bin - -sudo pip install twine - -./tensorflow/tools/ci_build/update_version.py --nightly - -# Run configure. -export TF_NEED_CUDA=0 -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which python3.6) -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Build the pip package -bazel build --config=opt --config=v2 tensorflow/tools/pip_package:build_pip_package -mkdir pip_pkg -./bazel-bin/tensorflow/tools/pip_package/build_pip_package pip_pkg --cpu --nightly_flag - -# Copy and rename to tf_nightly -for f in $(ls pip_pkg/tf_nightly_cpu-*dev*macosx*.whl); do - copy_to_new_project_name "${f}" tf_nightly -done - -# Upload the built packages to pypi. -for f in $(ls pip_pkg/tf_nightly*dev*macosx*.whl); do - echo "Uploading package: ${f}" - twine upload -r pypi-warehouse "${f}" || echo -done diff --git a/tensorflow/tools/ci_build/release/macos/cpu_py36_full/nonpip_v1.sh b/tensorflow/tools/ci_build/release/macos/cpu_py36_full/nonpip_v1.sh deleted file mode 100644 index 33363c56cdd2ee..00000000000000 --- a/tensorflow/tools/ci_build/release/macos/cpu_py36_full/nonpip_v1.sh +++ /dev/null @@ -1,52 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -# Install latest bazel -update_bazel_macos -which bazel -bazel version -set_bazel_outdir - -# Pick a more recent version of xcode -sudo xcode-select --switch /Applications/Xcode_9.2.app/Contents/Developer - -# Install pip dependencies -install_macos_pip_deps sudo pip3.6 - -export PATH=$PATH:/usr/local/bin - -# Run configure. -export TF_NEED_CUDA=0 -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which python3.6) -yes "" | "$PYTHON_BIN_PATH" configure.py - -tag_filters="-no_oss,-oss_serial,-nomac,-no_mac" - -# Get the default test targets for bazel. -source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh - -# Run tests -bazel test --test_output=errors --config=opt \ - --incompatible_depset_union=false \ - --build_tag_filters="${tag_filters}" \ - --test_tag_filters="${tag_filters}" -- \ - ${DEFAULT_BAZEL_TARGETS} \ - -//tensorflow/lite/... diff --git a/tensorflow/tools/ci_build/release/macos/cpu_py36_full/pip_v1.sh b/tensorflow/tools/ci_build/release/macos/cpu_py36_full/pip_v1.sh deleted file mode 100644 index c96fce078e222a..00000000000000 --- a/tensorflow/tools/ci_build/release/macos/cpu_py36_full/pip_v1.sh +++ /dev/null @@ -1,59 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -# Install latest bazel -update_bazel_macos -which bazel -bazel version -set_bazel_outdir - -# Install pip dependencies -install_macos_pip_deps sudo pip3.6 - -# For python3 path on Mac -export PATH=$PATH:/usr/local/bin - -# Export required variables for running pip.sh -export OS_TYPE="MACOS" -export CONTAINER_TYPE="CPU" -export TF_PYTHON_VERSION='python3.6' - -# Run configure. -export TF_NEED_CUDA=0 -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which ${TF_PYTHON_VERSION}) -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Export optional variables for running pip.sh -export TF_BUILD_FLAGS="--config=opt" -export TF_TEST_FLAGS="--define=no_tensorflow_py_deps=true --test_lang_filters=py --test_output=errors --verbose_failures=true --keep_going" -export TF_TEST_TARGETS="//tensorflow/python/..." -export TF_PIP_TESTS="test_pip_virtualenv_non_clean test_pip_virtualenv_clean" -export TF_TEST_FILTER_TAGS='-nomac,-no_mac,-no_oss,-oss_serial' -export IS_NIGHTLY=0 # Not nightly -export TF_PROJECT_NAME="tensorflow" -export TF_PIP_TEST_ROOT="pip_test" - -./tensorflow/tools/ci_build/builds/pip_new.sh - -# Copy and rename to tensorflow_cpu -for WHL_PATH in $(ls "${TF_ARTIFACTS_DIR}"/tensorflow/${TF_PIP_TEST_ROOT}/whl/tensorflow*.whl); do - copy_to_new_project_name "${WHL_PATH}" tensorflow_cpu -done diff --git a/tensorflow/tools/ci_build/release/macos/cpu_py37_full/nightly_release.sh b/tensorflow/tools/ci_build/release/macos/cpu_py37_full/nightly_release.sh deleted file mode 100644 index b5efba7bc7014e..00000000000000 --- a/tensorflow/tools/ci_build/release/macos/cpu_py37_full/nightly_release.sh +++ /dev/null @@ -1,56 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -# Install latest bazel -update_bazel_macos -which bazel - -set_bazel_outdir - -install_macos_pip_deps sudo pip3.7 - -# For python3 path on Mac -export PATH=$PATH:/usr/local/bin - -sudo pip install twine - -./tensorflow/tools/ci_build/update_version.py --nightly - -# Run configure. -export TF_NEED_CUDA=0 -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which python3.7) -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Build the pip package -bazel build --config=opt --config=v2 tensorflow/tools/pip_package:build_pip_package -mkdir pip_pkg -./bazel-bin/tensorflow/tools/pip_package/build_pip_package pip_pkg --cpu --nightly_flag - -# Copy and rename to tf_nightly -for f in $(ls pip_pkg/tf_nightly_cpu-*dev*macosx*.whl); do - copy_to_new_project_name "${f}" tf_nightly -done - -# Upload the built packages to pypi. -for f in $(ls pip_pkg/tf_nightly*dev*macosx*.whl); do - echo "Uploading package: ${f}" - twine upload -r pypi-warehouse "${f}" || echo -done diff --git a/tensorflow/tools/ci_build/release/macos/cpu_py37_full/nonpip_v1.sh b/tensorflow/tools/ci_build/release/macos/cpu_py37_full/nonpip_v1.sh deleted file mode 100644 index 965fba0e3d2ad9..00000000000000 --- a/tensorflow/tools/ci_build/release/macos/cpu_py37_full/nonpip_v1.sh +++ /dev/null @@ -1,49 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -# Install latest bazel -update_bazel_macos -which bazel -bazel version -set_bazel_outdir - -# Pick a more recent version of xcode -sudo xcode-select --switch /Applications/Xcode_9.2.app/Contents/Developer - -# Install pip dependencies -install_macos_pip_deps sudo pip3.7 - -# Run configure. -export TF_NEED_CUDA=0 -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which python3.7) -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Get the default test targets for bazel. -source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh - -tag_filters="-no_oss,-oss_serial,-nomac,-no_mac" - -# Run tests -bazel test --test_output=errors --config=opt \ - --build_tag_filters="${tag_filters}" \ - --test_tag_filters="${tag_filters}" -- \ - ${DEFAULT_BAZEL_TARGETS} \ - -//tensorflow/lite/... diff --git a/tensorflow/tools/ci_build/release/macos/cpu_py37_full/pip_v1.sh b/tensorflow/tools/ci_build/release/macos/cpu_py37_full/pip_v1.sh deleted file mode 100644 index ab9b7c3219b133..00000000000000 --- a/tensorflow/tools/ci_build/release/macos/cpu_py37_full/pip_v1.sh +++ /dev/null @@ -1,59 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -# Install latest bazel -update_bazel_macos -which bazel -bazel version -set_bazel_outdir - -# Install pip dependencies -install_macos_pip_deps sudo pip3.7 - -# For python3 path on Mac -export PATH=$PATH:/usr/local/bin - -# Export required variables for running pip.sh -export OS_TYPE="MACOS" -export CONTAINER_TYPE="CPU" -export TF_PYTHON_VERSION='python3.7' - -# Run configure. -export TF_NEED_CUDA=0 -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which ${TF_PYTHON_VERSION}) -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Export optional variables for running pip.sh -export TF_BUILD_FLAGS="--config=opt" -export TF_TEST_FLAGS="--define=no_tensorflow_py_deps=true --test_lang_filters=py --test_output=errors --verbose_failures=true --keep_going" -export TF_TEST_TARGETS="//tensorflow/python/..." -export TF_PIP_TESTS="test_pip_virtualenv_non_clean test_pip_virtualenv_clean" -export TF_TEST_FILTER_TAGS='-nomac,-no_mac,-no_oss,-oss_serial' -export IS_NIGHTLY=0 # Not nightly -export TF_PROJECT_NAME="tensorflow" -export TF_PIP_TEST_ROOT="pip_test" - -./tensorflow/tools/ci_build/builds/pip_new.sh - -# Copy and rename to tensorflow_cpu -for WHL_PATH in $(ls ${TF_PIP_TEST_ROOT}/whl/tensorflow*.whl); do - copy_to_new_project_name "${WHL_PATH}" tensorflow_cpu -done diff --git a/tensorflow/tools/ci_build/release/macos/cpu_py37_full/release.sh b/tensorflow/tools/ci_build/release/macos/cpu_py37_full/release.sh deleted file mode 100644 index 895059cec5bff3..00000000000000 --- a/tensorflow/tools/ci_build/release/macos/cpu_py37_full/release.sh +++ /dev/null @@ -1,46 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -# Install latest bazel -update_bazel_macos -which bazel - -set_bazel_outdir - -install_macos_pip_deps sudo pip3.7 - -# For python3 path on Mac -export PATH=$PATH:/usr/local/bin - -# Run configure. -export TF_NEED_CUDA=0 -export CC_OPT_FLAGS='-mavx' -export PYTHON_BIN_PATH=$(which python3.7) -yes "" | "$PYTHON_BIN_PATH" configure.py - -# Build the pip package -bazel build --config=opt tensorflow/tools/pip_package:build_pip_package -mkdir pip_pkg -./bazel-bin/tensorflow/tools/pip_package/build_pip_package pip_pkg - -# Copy and rename to tensorflow_cpu -for WHL_PATH in $(ls "${TF_ARTIFACTS_DIR}"/github/tensorflow/pip_pkg/tensorflow*.whl); do - copy_to_new_project_name "${WHL_PATH}" tensorflow_cpu -done From 32d9138b2ea3f6e4aca070b3933ec03f677eb1ed Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 19 Jan 2020 18:21:10 -0800 Subject: [PATCH 5/5] Cleanup the windows builds --- .../windows/cpu_libtensorflow/nightly.bat | 20 ------------ .../windows/cpu_libtensorflow/release.bat | 20 ------------ .../release/windows/cpu_py35_full/nightly.bat | 22 ------------- .../windows/cpu_py35_full/nightly_release.bat | 20 ------------ .../windows/cpu_py35_full/release_v1.bat | 23 -------------- .../release/windows/cpu_py36_full/nightly.bat | 20 ------------ .../windows/cpu_py36_full/nightly_release.bat | 20 ------------ .../windows/cpu_py36_full/release_v1.bat | 23 -------------- .../release/windows/cpu_py37_full/nightly.bat | 20 ------------ .../windows/cpu_py37_full/nightly_release.bat | 20 ------------ .../windows/cpu_py37_full/release_v1.bat | 23 -------------- .../windows/gpu_libtensorflow/nightly.bat | 20 ------------ .../windows/gpu_libtensorflow/release.bat | 20 ------------ .../release/windows/gpu_py35_full/nightly.bat | 20 ------------ .../windows/gpu_py35_full/nightly_release.bat | 20 ------------ .../windows/gpu_py35_full/release_v1.bat | 23 -------------- .../release/windows/gpu_py36_full/nightly.bat | 20 ------------ .../windows/gpu_py36_full/nightly_release.bat | 20 ------------ .../windows/gpu_py36_full/release_v1.bat | 23 -------------- .../release/windows/gpu_py37_full/nightly.bat | 20 ------------ .../windows/gpu_py37_full/nightly_release.bat | 20 ------------ .../windows/gpu_py37_full/release_v1.bat | 23 -------------- .../windows/upload_nightly_pip/upload.sh | 31 ------------------- 23 files changed, 491 deletions(-) delete mode 100644 tensorflow/tools/ci_build/release/windows/cpu_libtensorflow/nightly.bat delete mode 100644 tensorflow/tools/ci_build/release/windows/cpu_libtensorflow/release.bat delete mode 100644 tensorflow/tools/ci_build/release/windows/cpu_py35_full/nightly.bat delete mode 100644 tensorflow/tools/ci_build/release/windows/cpu_py35_full/nightly_release.bat delete mode 100644 tensorflow/tools/ci_build/release/windows/cpu_py35_full/release_v1.bat delete mode 100644 tensorflow/tools/ci_build/release/windows/cpu_py36_full/nightly.bat delete mode 100644 tensorflow/tools/ci_build/release/windows/cpu_py36_full/nightly_release.bat delete mode 100644 tensorflow/tools/ci_build/release/windows/cpu_py36_full/release_v1.bat delete mode 100644 tensorflow/tools/ci_build/release/windows/cpu_py37_full/nightly.bat delete mode 100644 tensorflow/tools/ci_build/release/windows/cpu_py37_full/nightly_release.bat delete mode 100644 tensorflow/tools/ci_build/release/windows/cpu_py37_full/release_v1.bat delete mode 100644 tensorflow/tools/ci_build/release/windows/gpu_libtensorflow/nightly.bat delete mode 100644 tensorflow/tools/ci_build/release/windows/gpu_libtensorflow/release.bat delete mode 100644 tensorflow/tools/ci_build/release/windows/gpu_py35_full/nightly.bat delete mode 100644 tensorflow/tools/ci_build/release/windows/gpu_py35_full/nightly_release.bat delete mode 100644 tensorflow/tools/ci_build/release/windows/gpu_py35_full/release_v1.bat delete mode 100644 tensorflow/tools/ci_build/release/windows/gpu_py36_full/nightly.bat delete mode 100644 tensorflow/tools/ci_build/release/windows/gpu_py36_full/nightly_release.bat delete mode 100644 tensorflow/tools/ci_build/release/windows/gpu_py36_full/release_v1.bat delete mode 100644 tensorflow/tools/ci_build/release/windows/gpu_py37_full/nightly.bat delete mode 100644 tensorflow/tools/ci_build/release/windows/gpu_py37_full/nightly_release.bat delete mode 100644 tensorflow/tools/ci_build/release/windows/gpu_py37_full/release_v1.bat delete mode 100644 tensorflow/tools/ci_build/release/windows/upload_nightly_pip/upload.sh diff --git a/tensorflow/tools/ci_build/release/windows/cpu_libtensorflow/nightly.bat b/tensorflow/tools/ci_build/release/windows/cpu_libtensorflow/nightly.bat deleted file mode 100644 index dcc03e784db3ce..00000000000000 --- a/tensorflow/tools/ci_build/release/windows/cpu_libtensorflow/nightly.bat +++ /dev/null @@ -1,20 +0,0 @@ -:: Copyright 2019 The TensorFlow Authors. All Rights Reserved. -:: -:: Licensed under the Apache License, Version 2.0 (the "License"); -:: you may not use this file except in compliance with the License. -:: You may obtain a copy of the License at -:: -:: http://www.apache.org/licenses/LICENSE-2.0 -:: -:: Unless required by applicable law or agreed to in writing, software -:: distributed under the License is distributed on an "AS IS" BASIS, -:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -:: See the License for the specific language governing permissions and -:: limitations under the License. -:: ============================================================================= - -CALL tensorflow\tools\ci_build\release\common_win.bat - -call tensorflow\tools\ci_build\windows\cpu\bazel\run_libtensorflow.bat || exit /b - -copy lib_package %TF_ARTIFACTS_DIR%\lib_package diff --git a/tensorflow/tools/ci_build/release/windows/cpu_libtensorflow/release.bat b/tensorflow/tools/ci_build/release/windows/cpu_libtensorflow/release.bat deleted file mode 100644 index 67941234b155c0..00000000000000 --- a/tensorflow/tools/ci_build/release/windows/cpu_libtensorflow/release.bat +++ /dev/null @@ -1,20 +0,0 @@ -:: Copyright 2019 The TensorFlow Authors. All Rights Reserved. -:: -:: Licensed under the Apache License, Version 2.0 (the "License"); -:: you may not use this file except in compliance with the License. -:: You may obtain a copy of the License at -:: -:: http://www.apache.org/licenses/LICENSE-2.0 -:: -:: Unless required by applicable law or agreed to in writing, software -:: distributed under the License is distributed on an "AS IS" BASIS, -:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -:: See the License for the specific language governing permissions and -:: limitations under the License. -:: ============================================================================= - -CALL tensorflow\tools\ci_build\release\common_win.bat - -call tensorflow\tools\ci_build\windows\cpu\bazel\run_libtensorflow.bat || exit /b 1 - -copy lib_package %TF_ARTIFACTS_DIR%\lib_package diff --git a/tensorflow/tools/ci_build/release/windows/cpu_py35_full/nightly.bat b/tensorflow/tools/ci_build/release/windows/cpu_py35_full/nightly.bat deleted file mode 100644 index 131eca130bd829..00000000000000 --- a/tensorflow/tools/ci_build/release/windows/cpu_py35_full/nightly.bat +++ /dev/null @@ -1,22 +0,0 @@ -:: Copyright 2019 The TensorFlow Authors. All Rights Reserved. -:: -:: Licensed under the Apache License, Version 2.0 (the "License"); -:: you may not use this file except in compliance with the License. -:: You may obtain a copy of the License at -:: -:: http://www.apache.org/licenses/LICENSE-2.0 -:: -:: Unless required by applicable law or agreed to in writing, software -:: distributed under the License is distributed on an "AS IS" BASIS, -:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -:: See the License for the specific language governing permissions and -:: limitations under the License. -:: ============================================================================= -echo on -setlocal enableextensions enabledelayedexpansion - -SET PYTHON_DIRECTORY=Python35 - -CALL tensorflow\tools\ci_build\release\common_win.bat - -call tensorflow\tools\ci_build\windows\cpu\pip\run.bat --extra_build_flags "--config=v2" --extra_test_flags "--test_env=TF2_BEHAVIOR=1" diff --git a/tensorflow/tools/ci_build/release/windows/cpu_py35_full/nightly_release.bat b/tensorflow/tools/ci_build/release/windows/cpu_py35_full/nightly_release.bat deleted file mode 100644 index 5b254fcae5ff21..00000000000000 --- a/tensorflow/tools/ci_build/release/windows/cpu_py35_full/nightly_release.bat +++ /dev/null @@ -1,20 +0,0 @@ -:: Copyright 2019 The TensorFlow Authors. All Rights Reserved. -:: -:: Licensed under the Apache License, Version 2.0 (the "License"); -:: you may not use this file except in compliance with the License. -:: You may obtain a copy of the License at -:: -:: http://www.apache.org/licenses/LICENSE-2.0 -:: -:: Unless required by applicable law or agreed to in writing, software -:: distributed under the License is distributed on an "AS IS" BASIS, -:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -:: See the License for the specific language governing permissions and -:: limitations under the License. -:: ============================================================================= - -SET PYTHON_DIRECTORY=Python35 - -CALL tensorflow\tools\ci_build\release\common_win.bat - -call tensorflow\tools\ci_build\windows\cpu\pip\run.bat --tf_nightly --project_name "tf_nightly_cpu" --extra_build_flags "--config=v2" diff --git a/tensorflow/tools/ci_build/release/windows/cpu_py35_full/release_v1.bat b/tensorflow/tools/ci_build/release/windows/cpu_py35_full/release_v1.bat deleted file mode 100644 index e0f0bfeae7b998..00000000000000 --- a/tensorflow/tools/ci_build/release/windows/cpu_py35_full/release_v1.bat +++ /dev/null @@ -1,23 +0,0 @@ -:: Copyright 2019 The TensorFlow Authors. All Rights Reserved. -:: -:: Licensed under the Apache License, Version 2.0 (the "License"); -:: you may not use this file except in compliance with the License. -:: You may obtain a copy of the License at -:: -:: http://www.apache.org/licenses/LICENSE-2.0 -:: -:: Unless required by applicable law or agreed to in writing, software -:: distributed under the License is distributed on an "AS IS" BASIS, -:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -:: See the License for the specific language governing permissions and -:: limitations under the License. -:: ============================================================================= - -SET PYTHON_DIRECTORY=Python35 - -CALL tensorflow\tools\ci_build\release\common_win.bat - -call tensorflow\tools\ci_build\windows\cpu\pip\run.bat --release_build - -for %%a in ("%~dp0.") do set "PARENT_DIR=%%~nxa" -bash -l tensorflow\tools\ci_build\release\windows\%PARENT_DIR%\release_pip_rename.sh diff --git a/tensorflow/tools/ci_build/release/windows/cpu_py36_full/nightly.bat b/tensorflow/tools/ci_build/release/windows/cpu_py36_full/nightly.bat deleted file mode 100644 index ee77daa52b4ee6..00000000000000 --- a/tensorflow/tools/ci_build/release/windows/cpu_py36_full/nightly.bat +++ /dev/null @@ -1,20 +0,0 @@ -:: Copyright 2019 The TensorFlow Authors. All Rights Reserved. -:: -:: Licensed under the Apache License, Version 2.0 (the "License"); -:: you may not use this file except in compliance with the License. -:: You may obtain a copy of the License at -:: -:: http://www.apache.org/licenses/LICENSE-2.0 -:: -:: Unless required by applicable law or agreed to in writing, software -:: distributed under the License is distributed on an "AS IS" BASIS, -:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -:: See the License for the specific language governing permissions and -:: limitations under the License. -:: ============================================================================= - -SET PYTHON_DIRECTORY=Python36 - -CALL tensorflow\tools\ci_build\release\common_win.bat - -call tensorflow\tools\ci_build\windows\cpu\pip\run.bat --extra_build_flags "--config=v2" --extra_test_flags "--test_env=TF2_BEHAVIOR=1" diff --git a/tensorflow/tools/ci_build/release/windows/cpu_py36_full/nightly_release.bat b/tensorflow/tools/ci_build/release/windows/cpu_py36_full/nightly_release.bat deleted file mode 100644 index 745ba8ea4b627c..00000000000000 --- a/tensorflow/tools/ci_build/release/windows/cpu_py36_full/nightly_release.bat +++ /dev/null @@ -1,20 +0,0 @@ -:: Copyright 2019 The TensorFlow Authors. All Rights Reserved. -:: -:: Licensed under the Apache License, Version 2.0 (the "License"); -:: you may not use this file except in compliance with the License. -:: You may obtain a copy of the License at -:: -:: http://www.apache.org/licenses/LICENSE-2.0 -:: -:: Unless required by applicable law or agreed to in writing, software -:: distributed under the License is distributed on an "AS IS" BASIS, -:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -:: See the License for the specific language governing permissions and -:: limitations under the License. -:: ============================================================================= - -SET PYTHON_DIRECTORY=Python36 - -CALL tensorflow\tools\ci_build\release\common_win.bat - -call tensorflow\tools\ci_build\windows\cpu\pip\run.bat --tf_nightly --project_name "tf_nightly_cpu" --extra_build_flags "--config=v2" diff --git a/tensorflow/tools/ci_build/release/windows/cpu_py36_full/release_v1.bat b/tensorflow/tools/ci_build/release/windows/cpu_py36_full/release_v1.bat deleted file mode 100644 index 44483213724fd9..00000000000000 --- a/tensorflow/tools/ci_build/release/windows/cpu_py36_full/release_v1.bat +++ /dev/null @@ -1,23 +0,0 @@ -:: Copyright 2019 The TensorFlow Authors. All Rights Reserved. -:: -:: Licensed under the Apache License, Version 2.0 (the "License"); -:: you may not use this file except in compliance with the License. -:: You may obtain a copy of the License at -:: -:: http://www.apache.org/licenses/LICENSE-2.0 -:: -:: Unless required by applicable law or agreed to in writing, software -:: distributed under the License is distributed on an "AS IS" BASIS, -:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -:: See the License for the specific language governing permissions and -:: limitations under the License. -:: ============================================================================= - -SET PYTHON_DIRECTORY=Python36 - -CALL tensorflow\tools\ci_build\release\common_win.bat - -call tensorflow\tools\ci_build\windows\cpu\pip\run.bat --release_build - -for %%a in ("%~dp0.") do set "PARENT_DIR=%%~nxa" -bash -l tensorflow\tools\ci_build\release\windows\%PARENT_DIR%\release_pip_rename.sh \ No newline at end of file diff --git a/tensorflow/tools/ci_build/release/windows/cpu_py37_full/nightly.bat b/tensorflow/tools/ci_build/release/windows/cpu_py37_full/nightly.bat deleted file mode 100644 index 68d36f68112a7d..00000000000000 --- a/tensorflow/tools/ci_build/release/windows/cpu_py37_full/nightly.bat +++ /dev/null @@ -1,20 +0,0 @@ -:: Copyright 2019 The TensorFlow Authors. All Rights Reserved. -:: -:: Licensed under the Apache License, Version 2.0 (the "License"); -:: you may not use this file except in compliance with the License. -:: You may obtain a copy of the License at -:: -:: http://www.apache.org/licenses/LICENSE-2.0 -:: -:: Unless required by applicable law or agreed to in writing, software -:: distributed under the License is distributed on an "AS IS" BASIS, -:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -:: See the License for the specific language governing permissions and -:: limitations under the License. -:: ============================================================================= - -SET PYTHON_DIRECTORY=Python37 - -CALL tensorflow\tools\ci_build\release\common_win.bat - -call tensorflow\tools\ci_build\windows\cpu\pip\run.bat --extra_build_flags "--config=v2" --extra_test_flags "--test_env=TF2_BEHAVIOR=1" diff --git a/tensorflow/tools/ci_build/release/windows/cpu_py37_full/nightly_release.bat b/tensorflow/tools/ci_build/release/windows/cpu_py37_full/nightly_release.bat deleted file mode 100644 index 8596652f59d065..00000000000000 --- a/tensorflow/tools/ci_build/release/windows/cpu_py37_full/nightly_release.bat +++ /dev/null @@ -1,20 +0,0 @@ -:: Copyright 2019 The TensorFlow Authors. All Rights Reserved. -:: -:: Licensed under the Apache License, Version 2.0 (the "License"); -:: you may not use this file except in compliance with the License. -:: You may obtain a copy of the License at -:: -:: http://www.apache.org/licenses/LICENSE-2.0 -:: -:: Unless required by applicable law or agreed to in writing, software -:: distributed under the License is distributed on an "AS IS" BASIS, -:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -:: See the License for the specific language governing permissions and -:: limitations under the License. -:: ============================================================================= - -SET PYTHON_DIRECTORY=Python37 - -CALL tensorflow\tools\ci_build\release\common_win.bat - -call tensorflow\tools\ci_build\windows\cpu\pip\run.bat --tf_nightly --project_name "tf_nightly_cpu" --extra_build_flags "--config=v2" diff --git a/tensorflow/tools/ci_build/release/windows/cpu_py37_full/release_v1.bat b/tensorflow/tools/ci_build/release/windows/cpu_py37_full/release_v1.bat deleted file mode 100644 index ac549eca53e3f6..00000000000000 --- a/tensorflow/tools/ci_build/release/windows/cpu_py37_full/release_v1.bat +++ /dev/null @@ -1,23 +0,0 @@ -:: Copyright 2019 The TensorFlow Authors. All Rights Reserved. -:: -:: Licensed under the Apache License, Version 2.0 (the "License"); -:: you may not use this file except in compliance with the License. -:: You may obtain a copy of the License at -:: -:: http://www.apache.org/licenses/LICENSE-2.0 -:: -:: Unless required by applicable law or agreed to in writing, software -:: distributed under the License is distributed on an "AS IS" BASIS, -:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -:: See the License for the specific language governing permissions and -:: limitations under the License. -:: ============================================================================= - -SET PYTHON_DIRECTORY=Python37 - -CALL tensorflow\tools\ci_build\release\common_win.bat - -call tensorflow\tools\ci_build\windows\cpu\pip\run.bat --release_build - -for %%a in ("%~dp0\.") do set "PARENT_DIR=%%~nxa" -bash -l tensorflow\tools\ci_build\release\windows\%PARENT_DIR%\release_pip_rename.sh \ No newline at end of file diff --git a/tensorflow/tools/ci_build/release/windows/gpu_libtensorflow/nightly.bat b/tensorflow/tools/ci_build/release/windows/gpu_libtensorflow/nightly.bat deleted file mode 100644 index 8ab78bef3ca0af..00000000000000 --- a/tensorflow/tools/ci_build/release/windows/gpu_libtensorflow/nightly.bat +++ /dev/null @@ -1,20 +0,0 @@ -:: Copyright 2019 The TensorFlow Authors. All Rights Reserved. -:: -:: Licensed under the Apache License, Version 2.0 (the "License"); -:: you may not use this file except in compliance with the License. -:: You may obtain a copy of the License at -:: -:: http://www.apache.org/licenses/LICENSE-2.0 -:: -:: Unless required by applicable law or agreed to in writing, software -:: distributed under the License is distributed on an "AS IS" BASIS, -:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -:: See the License for the specific language governing permissions and -:: limitations under the License. -:: ============================================================================= - -CALL tensorflow\tools\ci_build\release\common_win.bat - -call tensorflow\tools\ci_build\windows\gpu\bazel\run_libtensorflow.bat || exit /b - -copy lib_package %TF_ARTIFACTS_DIR%\lib_package diff --git a/tensorflow/tools/ci_build/release/windows/gpu_libtensorflow/release.bat b/tensorflow/tools/ci_build/release/windows/gpu_libtensorflow/release.bat deleted file mode 100644 index 8ab78bef3ca0af..00000000000000 --- a/tensorflow/tools/ci_build/release/windows/gpu_libtensorflow/release.bat +++ /dev/null @@ -1,20 +0,0 @@ -:: Copyright 2019 The TensorFlow Authors. All Rights Reserved. -:: -:: Licensed under the Apache License, Version 2.0 (the "License"); -:: you may not use this file except in compliance with the License. -:: You may obtain a copy of the License at -:: -:: http://www.apache.org/licenses/LICENSE-2.0 -:: -:: Unless required by applicable law or agreed to in writing, software -:: distributed under the License is distributed on an "AS IS" BASIS, -:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -:: See the License for the specific language governing permissions and -:: limitations under the License. -:: ============================================================================= - -CALL tensorflow\tools\ci_build\release\common_win.bat - -call tensorflow\tools\ci_build\windows\gpu\bazel\run_libtensorflow.bat || exit /b - -copy lib_package %TF_ARTIFACTS_DIR%\lib_package diff --git a/tensorflow/tools/ci_build/release/windows/gpu_py35_full/nightly.bat b/tensorflow/tools/ci_build/release/windows/gpu_py35_full/nightly.bat deleted file mode 100644 index 19e8ebcfabd41b..00000000000000 --- a/tensorflow/tools/ci_build/release/windows/gpu_py35_full/nightly.bat +++ /dev/null @@ -1,20 +0,0 @@ -:: Copyright 2019 The TensorFlow Authors. All Rights Reserved. -:: -:: Licensed under the Apache License, Version 2.0 (the "License"); -:: you may not use this file except in compliance with the License. -:: You may obtain a copy of the License at -:: -:: http://www.apache.org/licenses/LICENSE-2.0 -:: -:: Unless required by applicable law or agreed to in writing, software -:: distributed under the License is distributed on an "AS IS" BASIS, -:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -:: See the License for the specific language governing permissions and -:: limitations under the License. -:: ============================================================================= - -SET PYTHON_DIRECTORY=Python35 - -CALL tensorflow\tools\ci_build\release\common_win.bat - -call tensorflow\tools\ci_build\windows\gpu\pip\run.bat --extra_build_flags "--config=v2" --extra_test_flags "--test_env=TF2_BEHAVIOR=1" diff --git a/tensorflow/tools/ci_build/release/windows/gpu_py35_full/nightly_release.bat b/tensorflow/tools/ci_build/release/windows/gpu_py35_full/nightly_release.bat deleted file mode 100644 index 6727f08726beed..00000000000000 --- a/tensorflow/tools/ci_build/release/windows/gpu_py35_full/nightly_release.bat +++ /dev/null @@ -1,20 +0,0 @@ -:: Copyright 2019 The TensorFlow Authors. All Rights Reserved. -:: -:: Licensed under the Apache License, Version 2.0 (the "License"); -:: you may not use this file except in compliance with the License. -:: You may obtain a copy of the License at -:: -:: http://www.apache.org/licenses/LICENSE-2.0 -:: -:: Unless required by applicable law or agreed to in writing, software -:: distributed under the License is distributed on an "AS IS" BASIS, -:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -:: See the License for the specific language governing permissions and -:: limitations under the License. -:: ============================================================================= - -SET PYTHON_DIRECTORY=Python35 - -CALL tensorflow\tools\ci_build\release\common_win.bat - -call tensorflow\tools\ci_build\windows\gpu\pip\run.bat --tf_nightly --extra_build_flags "--config=v2" diff --git a/tensorflow/tools/ci_build/release/windows/gpu_py35_full/release_v1.bat b/tensorflow/tools/ci_build/release/windows/gpu_py35_full/release_v1.bat deleted file mode 100644 index abd63888e70c71..00000000000000 --- a/tensorflow/tools/ci_build/release/windows/gpu_py35_full/release_v1.bat +++ /dev/null @@ -1,23 +0,0 @@ -:: Copyright 2019 The TensorFlow Authors. All Rights Reserved. -:: -:: Licensed under the Apache License, Version 2.0 (the "License"); -:: you may not use this file except in compliance with the License. -:: You may obtain a copy of the License at -:: -:: http://www.apache.org/licenses/LICENSE-2.0 -:: -:: Unless required by applicable law or agreed to in writing, software -:: distributed under the License is distributed on an "AS IS" BASIS, -:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -:: See the License for the specific language governing permissions and -:: limitations under the License. -:: ============================================================================= - -SET PYTHON_DIRECTORY=Python35 - -CALL tensorflow\tools\ci_build\release\common_win.bat - -call tensorflow\tools\ci_build\windows\gpu\pip\run.bat --release_build - -for %%a in ("%~dp0\.") do set "PARENT_DIR=%%~nxa" -bash -l tensorflow\tools\ci_build\release\windows\%PARENT_DIR%\release_pip_rename.sh diff --git a/tensorflow/tools/ci_build/release/windows/gpu_py36_full/nightly.bat b/tensorflow/tools/ci_build/release/windows/gpu_py36_full/nightly.bat deleted file mode 100644 index dbd380f47e393a..00000000000000 --- a/tensorflow/tools/ci_build/release/windows/gpu_py36_full/nightly.bat +++ /dev/null @@ -1,20 +0,0 @@ -:: Copyright 2019 The TensorFlow Authors. All Rights Reserved. -:: -:: Licensed under the Apache License, Version 2.0 (the "License"); -:: you may not use this file except in compliance with the License. -:: You may obtain a copy of the License at -:: -:: http://www.apache.org/licenses/LICENSE-2.0 -:: -:: Unless required by applicable law or agreed to in writing, software -:: distributed under the License is distributed on an "AS IS" BASIS, -:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -:: See the License for the specific language governing permissions and -:: limitations under the License. -:: ============================================================================= - -SET PYTHON_DIRECTORY=Python36 - -CALL tensorflow\tools\ci_build\release\common_win.bat - -call tensorflow\tools\ci_build\windows\gpu\pip\run.bat --extra_build_flags "--config=v2" --extra_test_flags "--test_env=TF2_BEHAVIOR=1" diff --git a/tensorflow/tools/ci_build/release/windows/gpu_py36_full/nightly_release.bat b/tensorflow/tools/ci_build/release/windows/gpu_py36_full/nightly_release.bat deleted file mode 100644 index b1f4b707eb51e6..00000000000000 --- a/tensorflow/tools/ci_build/release/windows/gpu_py36_full/nightly_release.bat +++ /dev/null @@ -1,20 +0,0 @@ -:: Copyright 2019 The TensorFlow Authors. All Rights Reserved. -:: -:: Licensed under the Apache License, Version 2.0 (the "License"); -:: you may not use this file except in compliance with the License. -:: You may obtain a copy of the License at -:: -:: http://www.apache.org/licenses/LICENSE-2.0 -:: -:: Unless required by applicable law or agreed to in writing, software -:: distributed under the License is distributed on an "AS IS" BASIS, -:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -:: See the License for the specific language governing permissions and -:: limitations under the License. -:: ============================================================================= - -SET PYTHON_DIRECTORY=Python36 - -CALL tensorflow\tools\ci_build\release\common_win.bat - -call tensorflow\tools\ci_build\windows\gpu\pip\run.bat --tf_nightly --extra_build_flags "--config=v2" diff --git a/tensorflow/tools/ci_build/release/windows/gpu_py36_full/release_v1.bat b/tensorflow/tools/ci_build/release/windows/gpu_py36_full/release_v1.bat deleted file mode 100644 index 7eafdf8af20b0a..00000000000000 --- a/tensorflow/tools/ci_build/release/windows/gpu_py36_full/release_v1.bat +++ /dev/null @@ -1,23 +0,0 @@ -:: Copyright 2019 The TensorFlow Authors. All Rights Reserved. -:: -:: Licensed under the Apache License, Version 2.0 (the "License"); -:: you may not use this file except in compliance with the License. -:: You may obtain a copy of the License at -:: -:: http://www.apache.org/licenses/LICENSE-2.0 -:: -:: Unless required by applicable law or agreed to in writing, software -:: distributed under the License is distributed on an "AS IS" BASIS, -:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -:: See the License for the specific language governing permissions and -:: limitations under the License. -:: ============================================================================= - -SET PYTHON_DIRECTORY=Python36 - -CALL tensorflow\tools\ci_build\release\common_win.bat - -call tensorflow\tools\ci_build\windows\gpu\pip\run.bat --release_build - -for %%a in ("%~dp0\.") do set "PARENT_DIR=%%~nxa" -bash -l tensorflow\tools\ci_build\release\windows\%PARENT_DIR%\release_pip_rename.sh diff --git a/tensorflow/tools/ci_build/release/windows/gpu_py37_full/nightly.bat b/tensorflow/tools/ci_build/release/windows/gpu_py37_full/nightly.bat deleted file mode 100644 index 3d12b72304808f..00000000000000 --- a/tensorflow/tools/ci_build/release/windows/gpu_py37_full/nightly.bat +++ /dev/null @@ -1,20 +0,0 @@ -:: Copyright 2019 The TensorFlow Authors. All Rights Reserved. -:: -:: Licensed under the Apache License, Version 2.0 (the "License"); -:: you may not use this file except in compliance with the License. -:: You may obtain a copy of the License at -:: -:: http://www.apache.org/licenses/LICENSE-2.0 -:: -:: Unless required by applicable law or agreed to in writing, software -:: distributed under the License is distributed on an "AS IS" BASIS, -:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -:: See the License for the specific language governing permissions and -:: limitations under the License. -:: ============================================================================= - -SET PYTHON_DIRECTORY=Python37 - -CALL tensorflow\tools\ci_build\release\common_win.bat - -call tensorflow\tools\ci_build\windows\gpu\pip\run.bat --extra_build_flags "--config=v2" --extra_test_flags "--test_env=TF2_BEHAVIOR=1" diff --git a/tensorflow/tools/ci_build/release/windows/gpu_py37_full/nightly_release.bat b/tensorflow/tools/ci_build/release/windows/gpu_py37_full/nightly_release.bat deleted file mode 100644 index c283752947caf4..00000000000000 --- a/tensorflow/tools/ci_build/release/windows/gpu_py37_full/nightly_release.bat +++ /dev/null @@ -1,20 +0,0 @@ -:: Copyright 2019 The TensorFlow Authors. All Rights Reserved. -:: -:: Licensed under the Apache License, Version 2.0 (the "License"); -:: you may not use this file except in compliance with the License. -:: You may obtain a copy of the License at -:: -:: http://www.apache.org/licenses/LICENSE-2.0 -:: -:: Unless required by applicable law or agreed to in writing, software -:: distributed under the License is distributed on an "AS IS" BASIS, -:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -:: See the License for the specific language governing permissions and -:: limitations under the License. -:: ============================================================================= - -SET PYTHON_DIRECTORY=Python37 - -CALL tensorflow\tools\ci_build\release\common_win.bat - -call tensorflow\tools\ci_build\windows\gpu\pip\run.bat --tf_nightly --extra_build_flags "--config=v2" diff --git a/tensorflow/tools/ci_build/release/windows/gpu_py37_full/release_v1.bat b/tensorflow/tools/ci_build/release/windows/gpu_py37_full/release_v1.bat deleted file mode 100644 index 261947f58f380b..00000000000000 --- a/tensorflow/tools/ci_build/release/windows/gpu_py37_full/release_v1.bat +++ /dev/null @@ -1,23 +0,0 @@ -:: Copyright 2019 The TensorFlow Authors. All Rights Reserved. -:: -:: Licensed under the Apache License, Version 2.0 (the "License"); -:: you may not use this file except in compliance with the License. -:: You may obtain a copy of the License at -:: -:: http://www.apache.org/licenses/LICENSE-2.0 -:: -:: Unless required by applicable law or agreed to in writing, software -:: distributed under the License is distributed on an "AS IS" BASIS, -:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -:: See the License for the specific language governing permissions and -:: limitations under the License. -:: ============================================================================= - -SET PYTHON_DIRECTORY=Python37 - -CALL tensorflow\tools\ci_build\release\common_win.bat - -call tensorflow\tools\ci_build\windows\gpu\pip\run.bat --release_build - -for %%a in ("%~dp0\.") do set "PARENT_DIR=%%~nxa" -bash -l tensorflow\tools\ci_build\release\windows\%PARENT_DIR%\release_pip_rename.sh diff --git a/tensorflow/tools/ci_build/release/windows/upload_nightly_pip/upload.sh b/tensorflow/tools/ci_build/release/windows/upload_nightly_pip/upload.sh deleted file mode 100644 index 4d66a523c92a33..00000000000000 --- a/tensorflow/tools/ci_build/release/windows/upload_nightly_pip/upload.sh +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/bash -# Copyright 2019 The TensorFlow Authors. All Rights Reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# ============================================================================== -set -e -set -x - -source tensorflow/tools/ci_build/release/common.sh - -sudo pip install --upgrade twine - -# Copy and rename to tf_nightly -for f in $(ls "${TF_FILE_DIR}"/tf_nightly_cpu*dev*cp3*-cp3*m-win_amd64.whl); do - copy_to_new_project_name "${f}" tf_nightly -done - -# Upload the built packages to pypi. -for f in $(ls "${TF_FILE_DIR}"/tf_nightly*dev*cp3*-cp3*m-win_amd64.whl); do - twine upload -r pypi-warehouse "$f" || echo -done