-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
Revert "Revert "[ci/release] Move all release tests to use Ray jobs instead of SDK commands"" #30969
Revert "Revert "[ci/release] Move all release tests to use Ray jobs instead of SDK commands"" #30969
Conversation
Signed-off-by: Kai Fricke <kai@anyscale.com>
Signed-off-by: Kai Fricke <kai@anyscale.com>
Signed-off-by: Kai Fricke <kai@anyscale.com>
Signed-off-by: Kai Fricke <kai@anyscale.com>
Signed-off-by: Kai Fricke <kai@anyscale.com>
Are we confident this will work 100%? Why don't we migrate gradually? Like moving the wholes suites to job based executor first |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Request change until we resolve the comment ^.
Yeah this is moving gradually (we default to sdk_command). It's currently not working for some tests, e.g. #31123 has to be resolved first |
Just to be clear, the relevant line (which was different in the original PR) is this:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sgtm. do you migrate ml tests first? Feel free to merge it when it passes!
Signed-off-by: Kai Fricke <kai@anyscale.com> # Conflicts: # release/ray_release/glue.py # release/release_tests.yaml
Signed-off-by: Kai Fricke <kai@anyscale.com>
Signed-off-by: Kai Fricke <kai@anyscale.com>
A recent run of release tests passed (all failures are also failing on master): https://buildkite.com/ray-project/release-tests-pr/builds/24762 The default is to stay with sdk runner, so I'll merge this PR and we can the migrate the other tests piece by piece. |
…nstead of SDK commands"" (#30969) This will move _some_ more release tests to use Ray jobs instead of the anyscale SDK command runner. The default remains to use the SDK runner. Subsequent tests will be migrated piece by piece. Signed-off-by: Kai Fricke <kai@anyscale.com>
…nstead of SDK commands"" (ray-project#30969) This will move _some_ more release tests to use Ray jobs instead of the anyscale SDK command runner. The default remains to use the SDK runner. Subsequent tests will be migrated piece by piece. Signed-off-by: Kai Fricke <kai@anyscale.com> Signed-off-by: tmynn <hovhannes.tamoyan@gmail.com>
Reverts #30956