Skip to content

Commit

Permalink
re-classing the long running save/restore tests as "large"
Browse files Browse the repository at this point in the history
  • Loading branch information
deven-amd committed Feb 13, 2020
1 parent 98149e6 commit afabf2f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions tensorflow/python/distribute/BUILD
Expand Up @@ -1199,14 +1199,13 @@ py_library(

distribute_py_test(
name = "saved_model_save_load_test",
size = "medium",
size = "large",
srcs = ["saved_model_save_load_test.py"],
full_precision = True,
main = "saved_model_save_load_test.py",
shard_count = 5,
tags = [
"multi_and_single_gpu",
"no_rocm",
],
deps = [
":saved_model_test_base",
Expand All @@ -1216,14 +1215,13 @@ distribute_py_test(

distribute_py_test(
name = "keras_save_load_test",
size = "medium",
size = "large",
srcs = ["keras_save_load_test.py"],
full_precision = True,
main = "keras_save_load_test.py",
shard_count = 5,
tags = [
"multi_and_single_gpu",
"no_rocm",
],
deps = [
":saved_model_test_base",
Expand All @@ -1233,14 +1231,13 @@ distribute_py_test(

distribute_py_test(
name = "saved_model_mixed_api_test",
size = "medium",
size = "large",
srcs = ["saved_model_mixed_api_test.py"],
full_precision = True,
main = "saved_model_mixed_api_test.py",
shard_count = 5,
tags = [
"multi_and_single_gpu",
"no_rocm",
],
deps = [
":saved_model_test_base",
Expand Down

0 comments on commit afabf2f

Please sign in to comment.