Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RayService] Change runtime env for e2e autoscaling test #1178

Merged
merged 2 commits into from
Jun 21, 2023
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
8 changes: 4 additions & 4 deletions ray-operator/config/samples/ray-service.autoscaler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ spec:
serveConfigV2: |
applications:
- name: app1
import_path: autoscaling_test.blocked.app
import_path: autoscaling.blocked:app
route_prefix: /
runtime_env:
working_dir: "https://github.com/ray-project/serve_workloads/archive/7a0daafdb86b55118534b04d122b1b79c9ae99f5.zip"
working_dir: "https://github.com/ray-project/test_dag/archive/041ac908e5a04ab50cb23d5939e53bd05a03e1ae.zip"
deployments:
- name: Blocked
autoscaling_config:
Expand All @@ -35,10 +35,10 @@ spec:
ray_actor_options:
num_cpus: 0.5
- name: signal
import_path: autoscaling_test.signaling.app
import_path: autoscaling.signaling:app
route_prefix: /signal
runtime_env:
working_dir: "https://github.com/ray-project/serve_workloads/archive/7a0daafdb86b55118534b04d122b1b79c9ae99f5.zip"
working_dir: "https://github.com/ray-project/test_dag/archive/041ac908e5a04ab50cb23d5939e53bd05a03e1ae.zip"
rayClusterConfig:
rayVersion: '2.5.0' # should match the Ray version in the image of the containers
## raycluster autoscaling config
Expand Down