[Buildkite] Add all Python tests (#13566)

This commit is contained in:
Simon Mo
2021-01-25 16:05:59 -08:00
committed by GitHub
parent 0d75f37c1f
commit 8b8d6b984b
9 changed files with 183 additions and 16 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ def ray_start_sharded(request):
object_store_memory=int(0.5 * 10**9),
num_cpus=10,
# _num_redis_shards=num_redis_shards,
_redis_max_memory=10**7)
_redis_max_memory=10**8)
yield None