Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions release/release_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
# Baseline test
#######################
- name: hello_world
python: "3.10"
team: reef
group: hello_world
frequency: nightly
Expand Down Expand Up @@ -109,6 +110,7 @@
ray_version: 2.50.0

- name: hello_world_custom_byod
python: "3.10"
team: reef
group: hello_world
frequency: nightly
Expand All @@ -135,6 +137,7 @@
ray_version: 2.50.0

- name: hello_world_custom_byod_depset_only
python: "3.10"
team: reef
group: hello_world
frequency: nightly
Expand All @@ -158,6 +161,7 @@
# Cluster scaling tests
#######################
- name: cluster_tune_scale_up_down
python: "3.10"
Copy link
Collaborator

Choose a reason for hiding this comment

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

this is not really hello world?

group: Cluster tests
working_dir: cluster_tests

Expand Down