Skip to content

[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

Merged
merged 1 commit into from
Jun 16, 2025
Merged

[release] Fix release tests #53855

merged 1 commit into from
Jun 16, 2025

Conversation

khluu
Copy link
Contributor

@khluu khluu commented Jun 16, 2025

Release tests seem to be failing because of a merge conflict on master after #53390 was merged where a param is missing

p
Signed-off-by: kevin <kevin@anyscale.com>
@Copilot Copilot AI review requested due to automatic review settings June 16, 2025 18:08
@khluu khluu requested a review from a team as a code owner June 16, 2025 18:08
Copy link
Contributor

@Copilot Copilot AI left a 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,
Copy link
Preview

Copilot AI Jun 16, 2025

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.

@aslonnie aslonnie added the go add ONLY when ready to merge, run all tests label Jun 16, 2025
@khluu
Copy link
Contributor Author

khluu commented Jun 16, 2025

@aslonnie aslonnie self-requested a review June 16, 2025 18:38
@aslonnie aslonnie merged commit 28e3a72 into master Jun 16, 2025
5 checks passed
@aslonnie aslonnie deleted the khluu/fix_release branch June 16, 2025 20:15
elliot-barn pushed a commit that referenced this pull request Jun 18, 2025
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>
minerharry pushed a commit to minerharry/ray that referenced this pull request Jun 27, 2025
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>
elliot-barn pushed a commit that referenced this pull request Jul 2, 2025
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go add ONLY when ready to merge, run all tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants