Skip to content

Commit

Permalink
ensure that the bazel scripts are run in the tensorflow directory.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 343920640
Change-Id: I5f82485d39784a1011168cc1d77bf62763ccac8c
  • Loading branch information
pkanwar23 authored and tensorflower-gardener committed Nov 23, 2020
1 parent 417abb7 commit 83e0fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/tools/ci_build/a100/nightly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ DEFAULT_BAZEL_TARGETS="//tensorflow/... -//tensorflow/python/integration_testing
docker run --rm \
--gpus all \
--shm-size=2g --ulimit memlock=-1 --ulimit stack=67108864 \
gpu_test_container:latest bash -c "bazel test --config=rbe_linux_cuda11.0_nvcc_py3.6 --config=tensorflow_testing_rbe_linux --test_tag_filters=gpu,-no_gpu,-nogpu,-benchmark-test,-no_oss,-oss_serial,-v1only,-no_gpu_presubmit,-no_cuda11 -- ${DEFAULT_BAZEL_TARGETS} -//tensorflow/lite/..."
gpu_test_container:latest bash -c "cd tensorflow_src; bazel test --config=rbe_linux_cuda11.0_nvcc_py3.6 --config=tensorflow_testing_rbe_linux --test_tag_filters=gpu,-no_gpu,-nogpu,-benchmark-test,-no_oss,-oss_serial,-v1only,-no_gpu_presubmit,-no_cuda11 -- ${DEFAULT_BAZEL_TARGETS} -//tensorflow/lite/..."

0 comments on commit 83e0fe4

Please sign in to comment.