Skip to content

[release] Fix release tests#53855

Merged
aslonnie merged 1 commit intomasterfrom
khluu/fix_release
Jun 16, 2025
Merged

[release] Fix release tests#53855
aslonnie merged 1 commit intomasterfrom
khluu/fix_release

Conversation

@khluu
Copy link
Copy Markdown
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 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
Copy Markdown
Contributor

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.

no_terminate=no_terminate,
test_definition_root=test_definition_root,
log_streaming_limit=log_streaming_limit,
image=image,
Copy link

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
Copy Markdown
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.

3 participants