Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cibuild/cpu-ut/cpu-c-ut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export TF_BUILD_BAZEL_TARGET="$TF_ALL_TARGETS "\
for i in $(seq 1 3); do
[ $i -gt 1 ] && echo "WARNING: cmd execution failed, will retry in $((i-1)) times later" && sleep 2
ret=0
bazel test -c opt --config=opt --verbose_failures --local_test_jobs=40 -- $TF_BUILD_BAZEL_TARGET && break || ret=$?
bazel test -c opt --config=opt --verbose_failures --local_test_jobs=40 --test_output=errors -- $TF_BUILD_BAZEL_TARGET && break || ret=$?
done

exit $ret
2 changes: 1 addition & 1 deletion cibuild/cpu-ut/cpu-cc-ut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export TF_BUILD_BAZEL_TARGET="$TF_ALL_TARGETS "\
for i in $(seq 1 3); do
[ $i -gt 1 ] && echo "WARNING: cmd execution failed, will retry in $((i-1)) times later" && sleep 2
ret=0
bazel test -c opt --config=opt --verbose_failures --local_test_jobs=40 -- $TF_BUILD_BAZEL_TARGET && break || ret=$?
bazel test -c opt --config=opt --verbose_failures --local_test_jobs=40 --test_output=errors -- $TF_BUILD_BAZEL_TARGET && break || ret=$?
done

exit $ret
2 changes: 1 addition & 1 deletion cibuild/cpu-ut/cpu-contrib-ut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export TF_BUILD_BAZEL_TARGET="$TF_ALL_TARGETS "\
for i in $(seq 1 3); do
[ $i -gt 1 ] && echo "WARNING: cmd execution failed, will retry in $((i-1)) times later" && sleep 2
ret=0
bazel test -c opt --config=opt --verbose_failures --local_test_jobs=40 -- $TF_BUILD_BAZEL_TARGET && break || ret=$?
bazel test -c opt --config=opt --verbose_failures --local_test_jobs=40 --test_output=errors -- $TF_BUILD_BAZEL_TARGET && break || ret=$?
done

exit $ret
2 changes: 1 addition & 1 deletion cibuild/cpu-ut/cpu-core-ut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export TF_BUILD_BAZEL_TARGET="$TF_ALL_TARGETS "\
for i in $(seq 1 3); do
[ $i -gt 1 ] && echo "WARNING: cmd execution failed, will retry in $((i-1)) times later" && sleep 2
ret=0
bazel test -c opt --config=opt --verbose_failures --local_test_jobs=40 -- $TF_BUILD_BAZEL_TARGET && break || ret=$?
bazel test -c opt --config=opt --verbose_failures --local_test_jobs=40 --test_output=errors -- $TF_BUILD_BAZEL_TARGET && break || ret=$?
done

exit $ret
2 changes: 1 addition & 1 deletion cibuild/cpu-ut/cpu-examples-ut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export TF_BUILD_BAZEL_TARGET="$TF_ALL_TARGETS "\
for i in $(seq 1 3); do
[ $i -gt 1 ] && echo "WARNING: cmd execution failed, will retry in $((i-1)) times later" && sleep 2
ret=0
bazel test -c opt --config=opt --verbose_failures --local_test_jobs=40 -- $TF_BUILD_BAZEL_TARGET && break || ret=$?
bazel test -c opt --config=opt --verbose_failures --local_test_jobs=40 --test_output=errors -- $TF_BUILD_BAZEL_TARGET && break || ret=$?
done

exit $ret
2 changes: 1 addition & 1 deletion cibuild/cpu-ut/cpu-java-ut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export TF_BUILD_BAZEL_TARGET="$TF_ALL_TARGETS "\
for i in $(seq 1 3); do
[ $i -gt 1 ] && echo "WARNING: cmd execution failed, will retry in $((i-1)) times later" && sleep 2
ret=0
bazel test -c opt --config=opt --verbose_failures --local_test_jobs=40 -- $TF_BUILD_BAZEL_TARGET && break || ret=$?
bazel test -c opt --config=opt --verbose_failures --local_test_jobs=40 --test_output=errors -- $TF_BUILD_BAZEL_TARGET && break || ret=$?
done

exit $ret
2 changes: 1 addition & 1 deletion cibuild/cpu-ut/cpu-js-ut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export TF_BUILD_BAZEL_TARGET="$TF_ALL_TARGETS "\
for i in $(seq 1 3); do
[ $i -gt 1 ] && echo "WARNING: cmd execution failed, will retry in $((i-1)) times later" && sleep 2
ret=0
bazel test -c opt --config=opt --verbose_failures --local_test_jobs=40 -- $TF_BUILD_BAZEL_TARGET && break || ret=$?
bazel test -c opt --config=opt --verbose_failures --local_test_jobs=40 --test_output=errors -- $TF_BUILD_BAZEL_TARGET && break || ret=$?
done

exit $ret
2 changes: 1 addition & 1 deletion cibuild/cpu-ut/cpu-python-ut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export TF_BUILD_BAZEL_TARGET="$TF_ALL_TARGETS "\
for i in $(seq 1 3); do
[ $i -gt 1 ] && echo "WARNING: cmd execution failed, will retry in $((i-1)) times later" && sleep 2
ret=0
bazel test -c opt --config=opt --verbose_failures --local_test_jobs=40 -- $TF_BUILD_BAZEL_TARGET && break || ret=$?
bazel test -c opt --config=opt --verbose_failures --local_test_jobs=40 --test_output=errors -- $TF_BUILD_BAZEL_TARGET && break || ret=$?
done

exit $ret
2 changes: 1 addition & 1 deletion cibuild/cpu-ut/cpu-stream_executor-ut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export TF_BUILD_BAZEL_TARGET="$TF_ALL_TARGETS "\
for i in $(seq 1 3); do
[ $i -gt 1 ] && echo "WARNING: cmd execution failed, will retry in $((i-1)) times later" && sleep 2
ret=0
bazel test -c opt --config=opt --verbose_failures --local_test_jobs=40 -- $TF_BUILD_BAZEL_TARGET && break || ret=$?
bazel test -c opt --config=opt --verbose_failures --local_test_jobs=40 --test_output=errors -- $TF_BUILD_BAZEL_TARGET && break || ret=$?
done

exit $ret
2 changes: 1 addition & 1 deletion cibuild/gpu-ut/gpu-c-ut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ for i in $(seq 1 3); do
ret=0
bazel test -c opt --config=cuda \
--verbose_failures --run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute \
--test_timeout="300,450,1200,3600" --local_test_jobs=80 \
--test_timeout="300,450,1200,3600" --local_test_jobs=80 --test_output=errors \
-- $TF_BUILD_BAZEL_TARGET && break || ret=$?
done

Expand Down
2 changes: 1 addition & 1 deletion cibuild/gpu-ut/gpu-cc-ut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ for i in $(seq 1 3); do
ret=0
bazel test -c opt --config=cuda \
--verbose_failures --run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute \
--test_timeout="300,450,1200,3600" --local_test_jobs=80 \
--test_timeout="300,450,1200,3600" --local_test_jobs=80 --test_output=errors \
-- $TF_BUILD_BAZEL_TARGET && break || ret=$?
done

Expand Down
2 changes: 1 addition & 1 deletion cibuild/gpu-ut/gpu-contrib-ut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ for i in $(seq 1 3); do
ret=0
bazel test -c opt --config=cuda --verbose_failures \
--run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute \
--test_timeout="300,450,1200,3600" --local_test_jobs=1 \
--test_timeout="300,450,1200,3600" --local_test_jobs=1 --test_output=errors \
-- $TF_BUILD_BAZEL_TARGET && break || ret=$?
done

Expand Down
2 changes: 1 addition & 1 deletion cibuild/gpu-ut/gpu-core-ut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ for i in $(seq 1 3); do
ret=0
bazel test -c opt --config=cuda --verbose_failures \
--run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute \
--test_timeout="300,450,1200,3600" --local_test_jobs=80 \
--test_timeout="300,450,1200,3600" --local_test_jobs=80 --test_output=errors \
-- $TF_BUILD_BAZEL_TARGET && break || ret=$?
done

Expand Down
2 changes: 1 addition & 1 deletion cibuild/gpu-ut/gpu-examples-ut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ for i in $(seq 1 3); do
ret=0
bazel test -c opt --config=cuda --verbose_failures \
--run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute \
--test_timeout="600,900,1200,3600" --local_test_jobs=5 \
--test_timeout="600,900,1200,3600" --local_test_jobs=5 --test_output=errors \
-- $TF_BUILD_BAZEL_TARGET && break || ret=$?
done

Expand Down
2 changes: 1 addition & 1 deletion cibuild/gpu-ut/gpu-java-ut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ for i in $(seq 1 3); do
ret=0
bazel test -c opt --config=cuda --verbose_failures \
--run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute \
--test_timeout="300,450,1200,3600" --local_test_jobs=80 \
--test_timeout="300,450,1200,3600" --local_test_jobs=80 --test_output=errors \
-- $TF_BUILD_BAZEL_TARGET && break || ret=$?
done

Expand Down
2 changes: 1 addition & 1 deletion cibuild/gpu-ut/gpu-js-ut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ for i in $(seq 1 3); do
ret=0
bazel test -c opt --config=cuda --verbose_failures \
--run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute \
--test_timeout="300,450,1200,3600" --local_test_jobs=80 \
--test_timeout="300,450,1200,3600" --local_test_jobs=80 --test_output=errors \
-- $TF_BUILD_BAZEL_TARGET && break || ret=$?
done

Expand Down
2 changes: 1 addition & 1 deletion cibuild/gpu-ut/gpu-python-ut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ for i in $(seq 1 3); do
ret=0
bazel test -c opt --config=cuda --verbose_failures \
--run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute \
--test_timeout="300,450,1200,3600" --local_test_jobs=20 \
--test_timeout="300,450,1200,3600" --local_test_jobs=20 --test_output=errors \
-- $TF_BUILD_BAZEL_TARGET && break || ret=$?
done

Expand Down
2 changes: 1 addition & 1 deletion cibuild/gpu-ut/gpu-stream_executor-ut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ for i in $(seq 1 3); do
ret=0
bazel test -c opt --config=cuda --verbose_failures \
--run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute \
--test_timeout="300,450,1200,3600" --local_test_jobs=80 \
--test_timeout="300,450,1200,3600" --local_test_jobs=80 --test_output=errors \
-- $TF_BUILD_BAZEL_TARGET && break || ret=$?
done

Expand Down
2 changes: 1 addition & 1 deletion cibuild/serving-ut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ set -x
for i in $(seq 1 3); do
[ $i -gt 1 ] && echo "WARNING: cmd execution failed, will retry in $((i-1)) times later" && sleep 2
ret=0
bazel test -- //serving/processor/... -//serving/processor/framework:lookup_manual_test && break || ret=$?
bazel test --test_output=errors -- //serving/processor/... -//serving/processor/framework:lookup_manual_test && break || ret=$?
done

exit $ret