mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 20:54:12 +08:00
[Build] Try parallel Python builds. (#10291)
* Trial 1. * Parallelize even more.
This commit is contained in:
+10
-1
@@ -31,6 +31,15 @@ py_test_module_list(
|
||||
"test_global_gc.py",
|
||||
"test_iter.py",
|
||||
"test_joblib.py",
|
||||
],
|
||||
size = "medium",
|
||||
extra_srcs = SRCS,
|
||||
tags = ["exclusive", "medium_size_python_tests_a_to_j"],
|
||||
deps = ["//:ray_lib"],
|
||||
)
|
||||
|
||||
py_test_module_list(
|
||||
files = [
|
||||
"test_memory_limits.py",
|
||||
"test_memory_scheduling.py",
|
||||
"test_metrics.py",
|
||||
@@ -54,7 +63,7 @@ py_test_module_list(
|
||||
],
|
||||
size = "medium",
|
||||
extra_srcs = SRCS,
|
||||
tags = ["exclusive"],
|
||||
tags = ["exclusive", "medium_size_python_tests_k_to_z"],
|
||||
deps = ["//:ray_lib"],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user