Skip to content

Commit

Permalink
[serve] change cloud that release test services run in (#44930)
Browse files Browse the repository at this point in the history
Change to use a more isolated `serve_release_tests_cloud`.

Signed-off-by: Cindy Zhang <cindyzyx9@gmail.com>
  • Loading branch information
zcin committed Apr 23, 2024
1 parent d4a6ec3 commit 00f64f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release/serve_tests/workloads/autoscaling_load_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def main():
],
}
compute_config = ComputeConfig(
cloud="anyscale_v2_default_cloud",
cloud="serve_release_tests_cloud",
head_node=HeadNodeConfig(instance_type="m5.8xlarge"),
worker_nodes=[
WorkerNodeGroupConfig(
Expand Down
2 changes: 1 addition & 1 deletion release/serve_tests/workloads/replica_scalability.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def main(num_replicas: Optional[int], trial_length: Optional[int]):
],
}
compute_config = ComputeConfig(
cloud="anyscale_v2_default_cloud",
cloud="serve_release_tests_cloud",
head_node=HeadNodeConfig(instance_type="m5.8xlarge"),
worker_nodes=[
WorkerNodeGroupConfig(
Expand Down

0 comments on commit 00f64f3

Please sign in to comment.