Disables flaky test flag after 2.15 branch cut.

PiperOrigin-RevId: 577393994
This commit is contained in:
A. Unique TensorFlower 2023-10-27 23:21:36 -07:00 committed by TensorFlower Gardener
parent 2890993185
commit 16afd0591c
4 changed files with 0 additions and 9 deletions

View File

@ -579,8 +579,6 @@ try-import %workspace%/.bazelrc.user
# Here are bazelrc configs for release builds
# Build TensorFlow v2.
test:release_base --test_size_filters=small,medium
# TODO(b/294367488) disable after 2.15 brancut
test:release_base --flaky_test_attempts=3
# Target the AVX instruction set
build:release_linux_base --config=avx_linux

View File

@ -23,9 +23,6 @@ build --action_env MACOSX_DEPLOYMENT_TARGET=12.0
# Test-related settings below this point.
test --verbose_failures=true --local_test_jobs=HOST_CPUS --test_output=errors
# TODO(b/294367488) disable after 2.15 brancut
test --flaky_test_attempts=3
# Increase the test timeout as tests often take longer on mac.
test --test_timeout=300,450,1200,3600
test --test_size_filters=small,medium

View File

@ -579,8 +579,6 @@ try-import %workspace%/.bazelrc.user
# Here are bazelrc configs for release builds
# Build TensorFlow v2.
test:release_base --test_size_filters=small,medium
# TODO(b/294367488) disable after 2.15 brancut
test:release_base --flaky_test_attempts=3
# Target the AVX instruction set
build:release_linux_base --config=avx_linux

View File

@ -579,8 +579,6 @@ try-import %workspace%/.bazelrc.user
# Here are bazelrc configs for release builds
# Build TensorFlow v2.
test:release_base --test_size_filters=small,medium
# TODO(b/294367488) disable after 2.15 brancut
test:release_base --flaky_test_attempts=3
# Target the AVX instruction set
build:release_linux_base --config=avx_linux