test: fix ray pipeline and lower casing pipeline names in upgrade tests#12766
Open
nsingla wants to merge 1 commit intokubeflow:masterfrom
Open
test: fix ray pipeline and lower casing pipeline names in upgrade tests#12766nsingla wants to merge 1 commit intokubeflow:masterfrom
nsingla wants to merge 1 commit intokubeflow:masterfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
hbelmiro
reviewed
Feb 4, 2026
test_data/sdk_compiled_pipelines/valid/integration/ray_integration.py
Outdated
Show resolved
Hide resolved
test_data/sdk_compiled_pipelines/valid/integration/ray_integration.py
Outdated
Show resolved
Hide resolved
test_data/sdk_compiled_pipelines/valid/integration/ray_integration.py
Outdated
Show resolved
Hide resolved
0a3e64b to
f36f046
Compare
hbelmiro
reviewed
Feb 4, 2026
| cluster is up and running: \", ray.is_initialized())\n\n @ray.remote\n def | ||
| train_fn():\n return 100\n\n result = ray.get(train_fn.remote())\n assert | ||
| 100 == result\n ray.shutdown()\n cluster.down()\n return result\n\n"],"image":"registry.access.redhat.com/ubi9/python-311:latest"}' | ||
| Updated to Ray 2.53.0 compatible image\n image=\"quay.io/modh/ray@sha256:6d076aeb38ab3c34a6a2ef0f58dc667089aa15826fa08a73273c629333e12f1e\",\n verify_tls=False\n )\n )\n\n # |
Contributor
There was a problem hiding this comment.
The Updated to Ray 2.53.0 compatible image indicates that this yaml was not recompiled.
Signed-off-by: Nelesh Singla <117123879+nsingla@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of your changes:
Checklist: