Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Only run test_ray_serve for Ray 2.6.0 and later #1288

Merged
merged 1 commit into from
Aug 2, 2023

Conversation

kevin85421
Copy link
Member

@kevin85421 kevin85421 commented Aug 2, 2023

Why are these changes needed?

Before Ray 2.6.0, there was a bug in Ray Serve that caused the test_ray_serve to be quite unstable (See #1058 for more details). Therefore, we only run test_ray_serve for Ray versions 2.6.0 and later. Currently, Ray 2.6.0 is not included in the KubeRay CI pipeline. However, I believe the release manager for Ray 2.6.0 will open a PR to update the version from 2.5.0 to 2.6.0 (or 2.6.2) in the next few days.

Related issue number

Closes #1058

Checks

  • I've made sure the tests are passing.
  • Testing Strategy
    • Unit tests
    • Manual tests
    • This PR is not tested :(
RAY_IMAGE=rayproject/ray:2.5.0 python3 tests/compatibility-test.py RayFTTestCase.test_ray_serve 2>&1 | tee log
Screen Shot 2023-08-02 at 1 31 22 PM

@kevin85421 kevin85421 marked this pull request as ready for review August 2, 2023 20:34
@kevin85421 kevin85421 merged commit cce897b into ray-project:master Aug 2, 2023
21 checks passed
lowang-bh pushed a commit to lowang-bh/kuberay that referenced this pull request Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] test_ray_serve is flaky
2 participants