@@ -50,7 +50,7 @@ py_test(
50
50
name = "test_actor_reuse" ,
51
51
size = "large" ,
52
52
srcs = ["tests/test_actor_reuse.py" ],
53
- tags = ["team:ml" , "exclusive" , "no_new_storage " ],
53
+ tags = ["team:ml" , "exclusive" , "new_storage " ],
54
54
deps = [":tune_lib" , ":conftest" ],
55
55
)
56
56
@@ -94,15 +94,6 @@ py_test(
94
94
tags = ["team:ml" , "exclusive" , "rllib" ],
95
95
)
96
96
97
- py_test (
98
- name = "test_cluster_searcher" ,
99
- size = "large" ,
100
- srcs = ["tests/test_cluster_searcher.py" ],
101
- data = ["tests/_test_cluster_interrupt_searcher.py" ],
102
- deps = [":tune_lib" ],
103
- tags = ["team:ml" , "exclusive" , "no_new_storage" ],
104
- )
105
-
106
97
py_test (
107
98
name = "test_commands" ,
108
99
size = "medium" ,
@@ -406,8 +397,8 @@ py_test(
406
397
name = "test_tuner_restore" ,
407
398
size = "large" ,
408
399
srcs = ["tests/test_tuner_restore.py" ],
409
- deps = [":tune_lib" ],
410
- tags = ["team:ml" , "exclusive" , "no_new_storage " ],
400
+ deps = [":tune_lib" , ":conftest" ],
401
+ tags = ["team:ml" , "exclusive" , "new_storage " ],
411
402
)
412
403
413
404
py_test (
@@ -453,15 +444,15 @@ py_test(
453
444
size = "small" ,
454
445
srcs = ["tests/execution/test_actor_caching.py" ],
455
446
deps = [":tune_lib" ],
456
- tags = ["team:ml" , "exclusive" , "no_new_storage " ]
447
+ tags = ["team:ml" , "exclusive" , "new_storage " ]
457
448
)
458
449
459
450
py_test (
460
451
name = "test_controller_callback_integration" ,
461
452
size = "large" ,
462
453
srcs = ["tests/execution/test_controller_callback_integration.py" ],
463
454
deps = [":tune_lib" ],
464
- tags = ["team:ml" , "exclusive" , "no_new_storage " ]
455
+ tags = ["team:ml" , "exclusive" , "new_storage " ]
465
456
)
466
457
467
458
py_test (
@@ -477,31 +468,31 @@ py_test(
477
468
size = "large" ,
478
469
srcs = ["tests/execution/test_controller_control_integration.py" ],
479
470
deps = [":tune_lib" ],
480
- tags = ["team:ml" , "exclusive" , "no_new_storage " ]
471
+ tags = ["team:ml" , "exclusive" , "new_storage " ]
481
472
)
482
473
483
474
py_test (
484
475
name = "test_controller_errors_integration" ,
485
476
size = "large" ,
486
477
srcs = ["tests/execution/test_controller_errors_integration.py" ],
487
478
deps = [":tune_lib" ],
488
- tags = ["team:ml" , "exclusive" , "no_new_storage " ]
479
+ tags = ["team:ml" , "exclusive" , "new_storage " ]
489
480
)
490
481
491
482
py_test (
492
483
name = "test_controller_resources_integration" ,
493
484
size = "large" ,
494
485
srcs = ["tests/execution/test_controller_resources_integration.py" ],
495
486
deps = [":tune_lib" ],
496
- tags = ["team:ml" , "exclusive" , "no_new_storage " ]
487
+ tags = ["team:ml" , "exclusive" , "new_storage " ]
497
488
)
498
489
499
490
py_test (
500
491
name = "test_controller_search_alg_integration" ,
501
492
size = "large" ,
502
493
srcs = ["tests/execution/test_controller_search_alg_integration.py" ],
503
494
deps = [":tune_lib" ],
504
- tags = ["team:ml" , "exclusive" , "no_new_storage " ]
495
+ tags = ["team:ml" , "exclusive" , "new_storage " ]
505
496
)
506
497
507
498
# --------------------------------------------------------------------
0 commit comments