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

[Azure] Patch azure cli timeout issue #1288

Merged
merged 6 commits into from
Oct 22, 2022
Merged

[Azure] Patch azure cli timeout issue #1288

merged 6 commits into from
Oct 22, 2022

Conversation

Michaelvll
Copy link
Collaborator

Fixes #1273

Before this PR, the error is deterministic. We patch the timeout by replacing the timeout value in the azure.identity._credentials.azure_cli from 10 to 30 (from Azure/azure-cli#20404 (comment))

Tested:

  • sky launch -c test-azure --cloud azure echo hi
  • sky exec test-azure echo hi
  • sky launch -c test-azure --cloud azure echo hi

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.

Nice!

@Michaelvll
Copy link
Collaborator Author

Passed the test section with the dc4968a. Merging

@Michaelvll Michaelvll merged commit deb089d into master Oct 22, 2022
@Michaelvll Michaelvll deleted the fix-azure-logs branch October 22, 2022 23:14
ewzeng pushed a commit to ewzeng/skypilot that referenced this pull request Oct 24, 2022
* Patch azure

* format

* use _run_patch

* fix comment

* Fix patch

* fix version
ewzeng pushed a commit to ewzeng/skypilot that referenced this pull request Oct 24, 2022
* Patch azure

* format

* use _run_patch

* fix comment

* Fix patch

* fix version
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.

Azure sky logs CredentialUnavailableError
2 participants