Skip to content

Commit

Permalink
[ci] marking serve:test_websockets as failing (#39375)
Browse files Browse the repository at this point in the history
it has become very flaky recently.

Signed-off-by: can <can@anyscale.com>
  • Loading branch information
can-anyscale committed Sep 7, 2023
1 parent c324f38 commit 1491937
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .buildkite/serve.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,11 @@ steps:
--test-env=RAY_SERVE_ENABLE_EXPERIMENTAL_STREAMING=0
depends_on: servebuild
job_env: servebuild

- label: ":ray-serve: serve: flaky tests"
instance_type: medium
soft_fail: true
commands:
- bazel run //ci/ray_ci:test_in_docker -- //... serve --run-flaky-tests --parallelism-per-worker 3
depends_on: servebuild
job_env: servebuild
3 changes: 2 additions & 1 deletion ci/ray_ci/serve.tests.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
flaky_tests: []
flaky_tests:
- //python/ray/serve:test_websockets

0 comments on commit 1491937

Please sign in to comment.