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

Conversation

zcin
Copy link
Contributor

@zcin zcin commented Jun 20, 2023

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

  • I've made sure the tests are passing.
  • Testing Strategy
    • Unit tests
    • Manual tests
    • This PR is not tested :(

Signed-off-by: cindyz <cindyz@anyscale.com>
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"
Copy link
Member

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.

Copy link
Contributor Author

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.

ray-operator/config/samples/ray-service.autoscaler.yaml Outdated Show resolved Hide resolved
ray-operator/config/samples/ray-service.autoscaler.yaml Outdated Show resolved Hide resolved
ray-operator/config/samples/ray-service.autoscaler.yaml Outdated Show resolved Hide resolved
Signed-off-by: cindyz <cindyz@anyscale.com>
@zcin zcin marked this pull request as ready for review June 21, 2023 17:24
Copy link
Member

@kevin85421 kevin85421 left a 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!

@zcin
Copy link
Contributor Author

zcin commented Jun 21, 2023

LGTM. Would you mind testing it manually? Thanks!

Yeah this has been tested manually.

Copy link
Contributor

@shrekris-anyscale shrekris-anyscale left a 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!

@kevin85421
Copy link
Member

This YAML file is not included in CI. Merge it.

@kevin85421 kevin85421 merged commit 47d55fe into ray-project:master Jun 21, 2023
18 of 20 checks passed
@zcin zcin deleted the fix-repo branch August 25, 2023 17:35
lowang-bh pushed a commit to lowang-bh/kuberay that referenced this pull request Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants