-
Notifications
You must be signed in to change notification settings - Fork 432
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
Conversation
Signed-off-by: cindyz <[email protected]>
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/7a0daafdb86b55118534b04d122b1b79c9ae99f5.zip" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In my understanding, the format of the URL is https://github.com/ray-project/${REPOSITORY}/archive/${COMMIT_OR_BRANCH}.zip
. The test_dag repository may not have the commit 7a0daafdb86b55118534b04d122b1b79c9ae99f5
. Perhaps we can consider using a branch instead, such as https://github.com/ray-project/test_dag/archive/master.zip.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since the other examples use a commit, and this prevents changes from breaking the test, I've updated to use the head commit for now.
Signed-off-by: cindyz <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Would you mind testing it manually? Thanks!
Yeah this has been tested manually. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks for moving the files!
This YAML file is not included in CI. Merge it. |
…#1178) Change runtime env for e2e autoscaling test
Why are these changes needed?
Change the repo used for the runtime env for the autoscaling e2e test to ray-project/test_dag.
Related issue number
Checks