ray/.buildkite
mwtian 0e5de61c18
remove unnecessary test filter (#21510)
(Comment from the PR:)
If a GRPC call exceeds timeout, the calls is cancelled at client side but server may still reply to it, leading to missed messages and test failures. Using a sequence number to ensure no message is dropped can be the long term solution,
but its complexity and the fact the Ray subscribers do not use deadline in production makes it less preferred.
Therefore, a simpler workaround is used instead: a different subscriber is used for each get_error_message() call.

Also, re-enable some additional tests in GCS HA mode.
2022-01-11 10:17:03 -08:00
..
copy_files.py [CI] Migrate Windows Wheels to Buildkite (#21388) 2022-01-05 12:49:19 -08:00
Dockerfile [ci/buildkite] Add ml pipeline to speed up ML/RLLib tests (#20895) 2021-12-09 21:14:10 +00:00
Dockerfile.gpu Use GCC 9 in GPU docker (#20024) 2021-11-03 22:53:17 -07:00
pipeline.gpu.large.yml [RLlib] Revert "Revert "updated pettingzoo wrappers, env versions, urls"" (#21339) 2022-01-04 18:30:26 +01:00
pipeline.gpu.yml Remove the flaky test tag (#21006) 2021-12-11 01:03:17 -08:00
pipeline.macos.yml [Test] Shard "Small & Large" tests (#21351) 2022-01-05 10:49:14 -08:00
pipeline.ml.yml [rfc][ci] create fake docker-compose cluster environment (#20256) 2022-01-11 04:35:36 +00:00
pipeline.windows.yml [CI] Migrate Windows Wheels to Buildkite (#21388) 2022-01-05 12:49:19 -08:00
pipeline.yml remove unnecessary test filter (#21510) 2022-01-11 10:17:03 -08:00