Skip to content

Commit

Permalink
chore: Pin system test ray cluster version as 2.4 until ready to upda…
Browse files Browse the repository at this point in the history
…te testing dependencies to ray 2.9

PiperOrigin-RevId: 614819864
  • Loading branch information
matthew29tang authored and copybara-github committed Mar 11, 2024
1 parent b91edf5 commit e004e87
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions tests/system/vertex_ray/test_cluster_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def test_cluster_management(self):
head_node_type=head_node_type,
worker_node_types=worker_node_types,
cluster_name=f"ray-cluster-{timestamp}-test-cluster-management",
ray_version="2.4",
)

cluster_details = vertex_ray.get_ray_cluster(cluster_resource_name)
Expand Down
1 change: 0 additions & 1 deletion tests/system/vertex_ray/test_job_submission_dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
import tempfile

RAY_VERSION = "2.4.0"
CLUSTER_RAY_VERSION = "2_4"
PROJECT_ID = "ucaip-sample-tests"


Expand Down
2 changes: 1 addition & 1 deletion tests/system/vertex_ray/test_ray_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
import tempfile

RAY_VERSION = "2.4.0"
CLUSTER_RAY_VERSION = "2_4"
SDK_VERSION = aiplatform.__version__
PROJECT_ID = "ucaip-sample-tests"

Expand All @@ -52,6 +51,7 @@ def test_ray_data(self):
head_node_type=head_node_type,
worker_node_types=worker_node_types,
cluster_name=f"ray-cluster-{timestamp}-test-ray-data",
ray_version="2.4",
)

cluster_details = vertex_ray.get_ray_cluster(cluster_resource_name)
Expand Down

0 comments on commit e004e87

Please sign in to comment.