mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Disables flaky test flag after 2.15 branch cut.
PiperOrigin-RevId: 577393994
This commit is contained in:
parent
2890993185
commit
16afd0591c
2
.bazelrc
2
.bazelrc
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
2
third_party/xla/.bazelrc
vendored
2
third_party/xla/.bazelrc
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
third_party/xla/third_party/tsl/.bazelrc
vendored
2
third_party/xla/third_party/tsl/.bazelrc
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user