Skip to content

Commit

Permalink
Merge pull request tensorflow#44514 from tensorflow/more-CI-fixes-on-…
Browse files Browse the repository at this point in the history
…r2.4

Fix project name for GPU ubuntu builds
  • Loading branch information
mihaimaruseac authored Nov 2, 2020
2 parents 748d04a + 3dfed11 commit 5e5730b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tensorflow/tools/ci_build/rel/ubuntu/gpu_py36_pip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export TF_TEST_FLAGS="--test_tag_filters=${TF_TEST_FILTER_TAGS} --build_tag_filt
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; uncomment if building from tf repo.
export TF_PROJECT_NAME="tensorflow_gpu"
export TF_PROJECT_NAME="tensorflow" # single pip package!
export TF_PIP_TEST_ROOT="pip_test"

# To build both tensorflow and tensorflow-gpu pip packages
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/tools/ci_build/rel/ubuntu/gpu_py37_pip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export TF_TEST_FLAGS="--test_tag_filters=${TF_TEST_FILTER_TAGS} --build_tag_filt
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; uncomment if building from tf repo.
export TF_PROJECT_NAME="tensorflow_gpu"
export TF_PROJECT_NAME="tensorflow" # single pip package!
export TF_PIP_TEST_ROOT="pip_test"

# To build both tensorflow and tensorflow-gpu pip packages
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/tools/ci_build/rel/ubuntu/gpu_py38_pip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export TF_TEST_FLAGS="--test_tag_filters=${TF_TEST_FILTER_TAGS} --build_tag_filt
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; uncomment if building from tf repo.
export TF_PROJECT_NAME="tensorflow_gpu"
export TF_PROJECT_NAME="tensorflow" # single pip package!
export TF_PIP_TEST_ROOT="pip_test"

# To build both tensorflow and tensorflow-gpu pip packages
Expand Down

0 comments on commit 5e5730b

Please sign in to comment.