-
Notifications
You must be signed in to change notification settings - Fork 558
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
fix smoke tests bug #4492
Merged
zpoint
merged 30 commits into
skypilot-org:master
from
zpoint:dev/zeping/fix_smoke_tests
Jan 14, 2025
Merged
fix smoke tests bug #4492
Changes from 21 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
33bd131
fix release smoke tests
zpoint d787e21
robust backward compatibility
zpoint 49beeec
bug fix
zpoint 1f98e11
Merge branch 'master' into dev/zeping/fix_smoke_tests
zpoint b8c86ec
support gke mark
zpoint 28ce35d
update retry field
zpoint 1aa9e9d
Merge branch 'master' into dev/zeping/fix_smoke_tests
zpoint 38a26bb
fix
zpoint e117e5e
fix smoke tests issue
zpoint caa0b86
update command of GCP
zpoint 1a878bd
comment for azure fix
zpoint 6fd05bb
merge master
zpoint 30548d0
clear resources
zpoint 5357036
remove legacy_credentials
zpoint 3a51d3a
Merge branch 'master' into dev/zeping/fix_smoke_tests
zpoint 9ac96b1
bug fix
zpoint 81ec3b2
resolve PR comment
zpoint 168093a
update comment
zpoint d53b849
text param for subprocess
zpoint 1844001
longer timeout
zpoint 758c31a
Merge branch 'master' into dev/zeping/fix_smoke_tests
zpoint 3ead41b
rename to is_on_gcp
zpoint a85077d
merge master
zpoint 744163f
revert initial_delay
zpoint 017477d
cache based on boot time
zpoint e701aed
fix command
zpoint 76dec93
Merge branch 'master' into dev/zeping/fix_smoke_tests
zpoint 56392fc
Merge branch 'master' into dev/zeping/fix_smoke_tests
zpoint ddcfb0a
fix bug
zpoint 7aac868
add TODO
zpoint File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Does this cause the same issue for
launch
on existingUP
cluster where we create a new folder everytime?