-
Notifications
You must be signed in to change notification settings - Fork 6.7k
[release] Fix release tests #53855
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
[release] Fix release tests #53855
Conversation
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.
Pull Request Overview
This PR addresses failing release tests by resolving a merge conflict that resulted in a missing parameter.
- Added a new optional "image" parameter to the run_release_test function.
- Forwarded the new "image" parameter to the run_release_test_kuberay call.
@@ -407,6 +408,7 @@ def run_release_test( | |||
no_terminate=no_terminate, | |||
test_definition_root=test_definition_root, | |||
log_streaming_limit=log_streaming_limit, | |||
image=image, |
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.
run_release_test_kuberay does not currently accept an 'image' parameter. Update its signature to include 'image: Optional[str] = None' or remove the parameter from the call if not needed.
Copilot uses AI. Check for mistakes.
Ran test to confirm fix: https://buildkite.com/ray-project/release/builds/45763#01977a02-305c-41fc-be4d-681913679e39 |
Release tests seem to be failing because of a merge conflict on master after #53390 was merged where a param is missing Signed-off-by: kevin <kevin@anyscale.com> Signed-off-by: elliot-barn <elliot.barnwell@anyscale.com>
Release tests seem to be failing because of a merge conflict on master after ray-project#53390 was merged where a param is missing Signed-off-by: kevin <kevin@anyscale.com>
Release tests seem to be failing because of a merge conflict on master after #53390 was merged where a param is missing Signed-off-by: kevin <kevin@anyscale.com> Signed-off-by: elliot-barn <elliot.barnwell@anyscale.com>
Release tests seem to be failing because of a merge conflict on master after #53390 was merged where a param is missing