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

[Cudo] Allow opening ports for cudo #3717

Merged
merged 8 commits into from
Jul 4, 2024
Merged

Conversation

Michaelvll
Copy link
Collaborator

@Michaelvll Michaelvll commented Jul 3, 2024

cc'ing @JungleCatSW

Tested (run the relevant ones):

  • Code formatting: bash format.sh
  • Any manual or new tests for this PR (please specify below)
    • sky launch -c test-cudo --cloud cudo --ports 8888 --gpus V100 "python -m http.ser ver 8888" --retry-until-up; curl $(sky status --endpoint 8888 test-cudo)
    • sky serve up -n test-cudo-2 --cloud cudo --gpus V100 examples/serve/http_server/task.yaml
  • All smoke tests: pytest tests/test_smoke.py
  • Relevant individual smoke tests: pytest tests/test_smoke.py::test_fill_in_the_name
  • Backward compatibility tests: conda deactivate; bash -i tests/backward_compatibility_tests.sh

Copy link
Collaborator

@romilbhardwaj romilbhardwaj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haven't had a chance to test, but lgtm if manual tests pass.

sky/clouds/cudo.py Outdated Show resolved Hide resolved
@Michaelvll Michaelvll merged commit f7cd5ad into master Jul 4, 2024
20 checks passed
@Michaelvll Michaelvll deleted the allow-cudo-open-ports branch July 4, 2024 07:04
Michaelvll added a commit that referenced this pull request Aug 23, 2024
* Allow opening ports for cudo

* fix logging

* format

* Avoid host controller for cudo

* install cudoctl on controller

* fix cudoctl installation

* update cudo controller message
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.

2 participants