Skip to content

Commit

Permalink
Add flaky_test_attempts to run_xla.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hsharsha committed Jun 26, 2024
1 parent 2471a91 commit adf7949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_tools/rocm/run_xla.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ bazel \
--test_sharding_strategy=disabled \
--test_output=errors \
--keep_going \
--flaky_test_attempts=3 \
--local_test_jobs=${N_TEST_JOBS} \
--test_env=TF_TESTS_PER_GPU=$TF_TESTS_PER_GPU \
--test_env=TF_GPU_COUNT=$TF_GPU_COUNT \
Expand Down

0 comments on commit adf7949

Please sign in to comment.