ray/.buildkite
Yi Cheng acf210fcac
[flakey] Skip ray_syncer_test for ubsan. (#25477)
From the message:
```
[       OK ] SyncerTest.TestMToN (13132 ms)
[----------] 5 tests from SyncerTest (43175 ms total)

[----------] Global test environment tear-down
[==========] 8 tests from 2 test suites ran. (43176 ms total)
[  PASSED  ] 8 tests.
external/com_github_grpc_grpc/src/core/lib/iomgr/ev_posix.cc:314:19: runtime error: member access within null pointer of type 'const struct grpc_event_engine_vtable'
```

This can only be reproduced by running with Bazel test so far. With gdb, it won't be reproduced. It seems like some issue with the grpc maybe the reactor API. 
Given that the ASAN test, which is supposed to catch the issue, runs well, and a considerable time has been spent investigating this one but no progress, skip this test for now.
2022-06-04 23:06:57 -07:00
..
hooks [ci] Exclude flaky test headers from pytest summaries (#24365) 2022-05-01 12:51:22 +01:00
copy_files.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
Dockerfile [ci] Clean up ci/ directory (refactor ci/travis) (#23866) 2022-04-13 18:11:30 +01:00
Dockerfile.gpu [ci] Fix GPU docker builds (#24336) 2022-04-29 17:10:18 +01:00
pipeline.gpu.large.yml [air] Move python/ray/ml to python/ray/air (#25449) 2022-06-03 21:53:44 +01:00
pipeline.gpu.yml [ci] Clean up ci/ directory (refactor ci/travis) (#23866) 2022-04-13 18:11:30 +01:00
pipeline.macos.yml [core] Reenable GCS test with redis as backend. (#23506) 2022-05-19 21:46:55 -07:00
pipeline.ml.yml [RLlib] Move all remaining algos into algorithms directory. (#25366) 2022-06-04 07:35:24 +02:00
pipeline.windows.yml [ci] Clean up ci/ directory (refactor ci/travis) (#23866) 2022-04-13 18:11:30 +01:00
pipeline.yml [flakey] Skip ray_syncer_test for ubsan. (#25477) 2022-06-04 23:06:57 -07:00