Skip to content

Commit

Permalink
Converting Ray Serve YAML into multi-app format
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeykudinkin committed Jan 26, 2024
1 parent 38b8388 commit d7339a6
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions ci/prefect-agent-service-awssecrets-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: prefect-agent-awssecrets-29
cloud: "anyscale_v2_default_cloud"
ray_serve_config:
import_path: start_anyscale_service:entrypoint
runtime_env:
env_vars:
PREFECT_API_URL: $PREFECT_API_URL
ANYSCALE_PREFECT_AWS_SECRET_ID: prefect-api-key
ANYSCALE_PREFECT_AWS_REGION: us-west-2
ANYSCALE_PREFECT_QUEUE: test-awssecrets
ANYSCALE_PREFECT_DEVELOPMENT: "1"
working_dir: .
upload_path: "s3://anyscale-prefect-integration-test/github-working-dir/"
applications:
- import_path: start_anyscale_service:entrypoint
runtime_env:
env_vars:
PREFECT_API_URL: $PREFECT_API_URL
ANYSCALE_PREFECT_AWS_SECRET_ID: prefect-api-key
ANYSCALE_PREFECT_AWS_REGION: us-west-2
ANYSCALE_PREFECT_QUEUE: test-awssecrets
ANYSCALE_PREFECT_DEVELOPMENT: "1"
working_dir: .
upload_path: "s3://anyscale-prefect-integration-test/github-working-dir/"

0 comments on commit d7339a6

Please sign in to comment.