Skip to content

[Release / Train] Update Train Release tests set to Manual#63342

Open
pseudo-rnd-thoughts wants to merge 20 commits into
ray-project:masterfrom
pseudo-rnd-thoughts:train-release-manual
Open

[Release / Train] Update Train Release tests set to Manual#63342
pseudo-rnd-thoughts wants to merge 20 commits into
ray-project:masterfrom
pseudo-rnd-thoughts:train-release-manual

Conversation

@pseudo-rnd-thoughts

Copy link
Copy Markdown
Member

Description

A number of Train's release tests are set to Manual meaning that they are never tested.
This PR updates them to run them weekly

Mark Towers added 2 commits May 14, 2026 12:34
Signed-off-by: Mark Towers <mark@anyscale.com>
Signed-off-by: Mark Towers <mark@anyscale.com>
@pseudo-rnd-thoughts pseudo-rnd-thoughts requested a review from a team as a code owner May 14, 2026 13:43

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request streamlines several example notebooks and release test configurations by removing unused imports, updating dependency versions (notably Llama-Factory), and transitioning various release tests from manual to scheduled frequencies. Feedback from the reviewer highlights two significant issues: the accidental removal of essential imports (ray and partial) in the object detection evaluation notebook, and the specification of a non-existent version for the transformers library in the BYOD audio script.

Comment thread release/ray_release/byod/byod_e2e_audio.sh
@ray-gardener ray-gardener Bot added train Ray Train Related Issue devprod release-test release test labels May 14, 2026
Signed-off-by: Mark Towers <mark@anyscale.com>

@dstrodtman dstrodtman left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stamping to unblock once tests are passing.

@github-actions

Copy link
Copy Markdown

This pull request has been automatically marked as stale because it has not had
any activity for 14 days. It will be closed in another 14 days if no further activity occurs.
Thank you for your contributions.

You can always ask for help on our discussion forum or Ray's public slack channel.

If you'd like to keep this open, just leave any comment, and the stale label will be removed.

@github-actions github-actions Bot added the stale The issue is stale. It will be closed within 7 days unless there are further conversation label May 30, 2026
@pseudo-rnd-thoughts pseudo-rnd-thoughts added unstale A PR that has been marked unstale. It will not get marked stale again if this label is on it. and removed stale The issue is stale. It will be closed within 7 days unless there are further conversation labels Jun 1, 2026
# Conflicts:
#	release/release_tests.yaml
Comment thread doc/source/ray-overview/examples/object-detection/1.object_detection_train.ipynb Outdated
Signed-off-by: Mark Towers <mark@anyscale.com>
Comment thread doc/source/ray-overview/examples/object-detection/1.object_detection_train.ipynb Outdated
Mark Towers added 4 commits June 10, 2026 12:21
…sorflow_benchmark.py

Signed-off-by: Mark Towers <mark@anyscale.com>
Signed-off-by: Mark Towers <mark@anyscale.com>
# Conflicts:
#	doc/source/ray-overview/examples/e2e-multimodal-ai-workloads/notebooks/01-Batch-Inference.ipynb
#	doc/source/ray-overview/examples/e2e-multimodal-ai-workloads/notebooks/02-Distributed-Training.ipynb
#	doc/source/ray-overview/examples/e2e-multimodal-ai-workloads/notebooks/03-Online-Serving.ipynb
#	doc/source/ray-overview/examples/entity-recognition-with-llms/README.ipynb
#	doc/source/ray-overview/examples/entity-recognition-with-llms/containerfile
#	doc/source/ray-overview/examples/mcp-ray-serve/ci/tests.sh
#	doc/source/ray-overview/examples/object-detection/1.object_detection_train.ipynb
#	doc/source/ray-overview/examples/object-detection/2.object_detection_batch_inference_eval.ipynb
#	doc/source/ray-overview/examples/object-detection/3.video_processing_batch_inference.ipynb
#	doc/source/ray-overview/examples/object-detection/4.object_detection_serve.ipynb
Signed-off-by: Mark Towers <mark@anyscale.com>
@pseudo-rnd-thoughts pseudo-rnd-thoughts requested a review from a team as a code owner June 11, 2026 11:27
Comment thread release/air_tests/air_benchmarks/workloads/tensorflow_benchmark.py Outdated
Comment thread release/ray_release/cluster_manager/minimal.py Outdated
Mark Towers added 6 commits June 12, 2026 11:55
Signed-off-by: Mark Towers <mark@anyscale.com>
Signed-off-by: Mark Towers <mark@anyscale.com>
Signed-off-by: Mark Towers <mark@anyscale.com>
Signed-off-by: Mark Towers <mark@anyscale.com>
…p_finetuning.ipynb

Signed-off-by: Mark Towers <mark@anyscale.com>
@pseudo-rnd-thoughts pseudo-rnd-thoughts requested a review from a team as a code owner June 12, 2026 15:33
Mark Towers added 2 commits June 12, 2026 16:46
Signed-off-by: Mark Towers <mark@anyscale.com>
Signed-off-by: Mark Towers <mark@anyscale.com>
Comment thread release/air_tests/air_benchmarks/workloads/tensorflow_benchmark.py
Signed-off-by: Mark Towers <mark@anyscale.com>
python: "3.10"
group: AIR examples
working_dir: air_examples/dolly_v2_lightning_fsdp_finetuning
working_dir: air_examples/pythia_lightning_fsdp_finetuning

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we link a release test thats runs against this new one in the description?

pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118

pip3 install lightning==2.0.3
pip3 install "lightning>=2,<3" "pydantic>=2,<3" "fastapi>=0.100.0"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

…etune.ipynb

Signed-off-by: Mark Towers <mark@anyscale.com>

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

Reviewed by Cursor Bugbot for commit 5df3522. Configure here.

Signed-off-by: Mark Towers <mark@anyscale.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

devprod release-test release test train Ray Train Related Issue unstale A PR that has been marked unstale. It will not get marked stale again if this label is on it.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants