Various CI fixes and cleanup (#8289)

This commit is contained in:
mehrdadn
2020-05-05 10:47:49 -07:00
committed by GitHub
parent 97430b2d0f
commit 4bdef78e2e
19 changed files with 364 additions and 246 deletions
+3 -2
View File
@@ -111,8 +111,9 @@ def test_worker_stats(shutdown_only):
]
for process in processes:
# TODO(ekl) why does travis/mi end up in the process list
assert ("python" in process or "ray" in process
or "travis" in process)
assert ("python" in process or "conda" in process
or "travis" in process or "runner" in process
or "ray" in process)
break
# Test kill_actor.