Skip to content

Commit

Permalink
jail //python/ray/data:test_streaming_executor
Browse files Browse the repository at this point in the history
Signed-off-by: can <can@anyscale.com>
  • Loading branch information
can-anyscale committed Sep 8, 2023
1 parent 6523d94 commit cd98987
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .buildkite/data.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,13 @@ steps:
--except-tags data_integration,doctest
depends_on: databbuild
job_env: databbuild

- label: ":database: data: flaky tests"
instance_type: medium
soft_fail: true
commands:
- bazel run //ci/ray_ci:test_in_docker -- //... data --run-flaky-tests
--test-env RAY_DATA_USE_STREAMING_EXECUTOR=1 --parallelism-per-worker 3
--build-name data12build
depends_on: data12build
job_env: data12build
6 changes: 5 additions & 1 deletion ci/ray_ci/data.tests.yml
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
flaky_tests: []
flaky_tests:
- //python/ray/data:test_streaming_executor
- //python/ray/data:test_split
- //python/ray/data:test_object_gc
- //python/ray/data:test_stats

0 comments on commit cd98987

Please sign in to comment.