[Placement Group][New scheduler] New scheduler pg implementation (#12910)

This commit is contained in:
DK.Pino
2020-12-18 11:56:45 +08:00
committed by GitHub
parent 17152c84a7
commit 6404f1e609
13 changed files with 542 additions and 81 deletions
+1 -2
View File
@@ -129,11 +129,10 @@ py_test_module_list(
py_test_module_list(
files = [
"test_placement_group.py", # placement groups not implemented
"test_placement_group.py",
],
size = "large",
extra_srcs = SRCS,
tags = ["exclusive", "new_scheduler_broken"],
deps = ["//:ray_lib"],
)