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

[Spot] Add Azure dependency installation on SpotController. #2875

Merged
merged 5 commits into from
Dec 29, 2023

Conversation

cblmemo
Copy link
Collaborator

@cblmemo cblmemo commented Dec 16, 2023

Tested (run the relevant ones):

  • Code formatting: bash format.sh
  • Any manual or new tests for this PR (please specify below)
    • sky spot launch --cloud azure --cpus 2 whoami
  • 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: bash tests/backward_comaptibility_tests.sh

Copy link
Collaborator

@concretevitamin concretevitamin left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Collaborator

@Michaelvll Michaelvll left a comment

Choose a reason for hiding this comment

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

I am a bit hestitating for installing azure dependencies on the spot controller, as the installation of the dependency takes significant amount of time. Is it possible we check if there is a credential file uploaded to the controller before we install a depdency of a cloud?

@cblmemo
Copy link
Collaborator Author

cblmemo commented Dec 22, 2023

I am a bit hestitating for installing azure dependencies on the spot controller, as the installation of the dependency takes significant amount of time. Is it possible we check if there is a credential file uploaded to the controller before we install a depdency of a cloud?

Make sense! Added. Thanks!

Copy link
Collaborator

@Michaelvll Michaelvll left a comment

Choose a reason for hiding this comment

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

Thanks for the update @cblmemo! LGTM.

@cblmemo cblmemo merged commit b53976a into master Dec 29, 2023
19 checks passed
@cblmemo cblmemo deleted the serve-azure-spot branch December 29, 2023 15:22
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