Skip to content

Commit

Permalink
Merge pull request #36041 from tensorflow/mm-r2.0-fix-release-builds-pt2
Browse files Browse the repository at this point in the history
Fix release builds pt2
  • Loading branch information
mihaimaruseac committed Jan 19, 2020
2 parents 3b432d6 + 3d77cdd commit fe523f0
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 16 deletions.
Expand Up @@ -49,4 +49,4 @@ bazel test --test_output=errors --config=opt \
--build_tag_filters="${tag_filters}" \
--test_tag_filters="${tag_filters}" -- \
${DEFAULT_BAZEL_TARGETS} \
-//tensorflow/lite/...
-//tensorflow/lite/... -//tensorflow/python:contrib_test -//tensorflow/examples/...
Expand Up @@ -49,5 +49,4 @@ bazel test --test_output=errors --config=opt \
--build_tag_filters="${tag_filters}" \
--test_tag_filters="${tag_filters}" -- \
${DEFAULT_BAZEL_TARGETS} \
-//tensorflow/lite/...

-//tensorflow/lite/... -//tensorflow/python:contrib_test -//tensorflow/examples/...
Expand Up @@ -49,4 +49,4 @@ bazel test --test_output=errors --config=opt \
--build_tag_filters="${tag_filters}" \
--test_tag_filters="${tag_filters}" -- \
${DEFAULT_BAZEL_TARGETS} \
-//tensorflow/lite/...
-//tensorflow/lite/... -//tensorflow/python:contrib_test -//tensorflow/examples/...
Expand Up @@ -24,8 +24,8 @@ 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 -y tf-estimator-nightly==1.14.0.dev2019072801
pip install -y tb-nightly==2.1.0a20190927
pip install tf-estimator-nightly==1.14.0.dev2019072801
pip install tb-nightly==2.1.0a20190927

# Run configure.
export TF_NEED_GCP=1
Expand All @@ -48,4 +48,4 @@ bazel test --test_output=errors --config=opt --test_lang_filters=py \
--action_env=TF2_BEHAVIOR="${TF2_BEHAVIOR}" \
--build_tag_filters="${tag_filters}" \
--test_tag_filters="${tag_filters}" -- \
${DEFAULT_BAZEL_TARGETS} -//tensorflow/lite/...
${DEFAULT_BAZEL_TARGETS} -//tensorflow/lite/... -//tensorflow/python:contrib_test -//tensorflow/examples/...
Expand Up @@ -24,8 +24,8 @@ 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 -y tf-estimator-nightly==1.14.0.dev2019072801
pip install -y tb-nightly==2.1.0a20190927
pip install tf-estimator-nightly==1.14.0.dev2019072801
pip install tb-nightly==2.1.0a20190927

# Run configure.
export TF_NEED_GCP=1
Expand All @@ -48,4 +48,4 @@ bazel test --test_output=errors --config=opt --test_lang_filters=py \
--action_env=TF2_BEHAVIOR="${TF2_BEHAVIOR}" \
--build_tag_filters="${tag_filters}" \
--test_tag_filters="${tag_filters}" -- \
${DEFAULT_BAZEL_TARGETS} -//tensorflow/lite/...
${DEFAULT_BAZEL_TARGETS} -//tensorflow/lite/... -//tensorflow/python:contrib_test -//tensorflow/examples/...
Expand Up @@ -24,8 +24,8 @@ 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 -y tf-estimator-nightly==1.14.0.dev2019072801
pip install -y tb-nightly==2.1.0a20190927
pip install tf-estimator-nightly==1.14.0.dev2019072801
pip install tb-nightly==2.1.0a20190927

# Run configure.
export TF_NEED_GCP=1
Expand All @@ -48,4 +48,4 @@ bazel test --test_output=errors --config=opt --test_lang_filters=py \
--action_env=TF2_BEHAVIOR="${TF2_BEHAVIOR}" \
--build_tag_filters="${tag_filters}" \
--test_tag_filters="${tag_filters}" -- \
${DEFAULT_BAZEL_TARGETS} -//tensorflow/lite/...
${DEFAULT_BAZEL_TARGETS} -//tensorflow/lite/... -//tensorflow/python:contrib_test -//tensorflow/examples/...
Expand Up @@ -55,4 +55,4 @@ bazel test --config=cuda --config=opt \
--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/...
-- ${DEFAULT_BAZEL_TARGETS} -//tensorflow/lite/... -//tensorflow/python:contrib_test -//tensorflow/examples/...
Expand Up @@ -55,4 +55,4 @@ bazel test --config=cuda --config=opt \
--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/...
-- ${DEFAULT_BAZEL_TARGETS} -//tensorflow/lite/... -//tensorflow/python:contrib_test -//tensorflow/examples/...
Expand Up @@ -55,4 +55,4 @@ bazel test --config=cuda --config=opt \
--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/...
-- ${DEFAULT_BAZEL_TARGETS} -//tensorflow/lite/... -//tensorflow/python:contrib_test -//tensorflow/examples/...

0 comments on commit fe523f0

Please sign in to comment.