Skip to content

Commit

Permalink
[RayService] Change runtime env for e2e autoscaling test (#1178)
Browse files Browse the repository at this point in the history
Change runtime env for e2e autoscaling test
  • Loading branch information
zcin authored Jun 21, 2023
1 parent 8db4f6d commit 47d55fe
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 47d55fe

Please sign in to comment.