-
Notifications
You must be signed in to change notification settings - Fork 542
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 issue 3744: Regions are not respected for buckets created with sky launch #3789
Open
Shrinandan-N
wants to merge
26
commits into
skypilot-org:master
Choose a base branch
from
Shrinandan-N:fix/issue-3744-sky-launch-bucket-regions
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 23 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
c4ad6b3
Fix regions are not respected for buckets created with sky launch (#3…
Shrinandan-N aaa5c7d
Format storage.py and task.py
Shrinandan-N e1e2590
add default value for region if not provided
Shrinandan-N 3835992
fix yaml parse error
Shrinandan-N 04d148f
reset task and execution, delay add_store in storage
Shrinandan-N 387a8a1
lint
Shrinandan-N 39b3dd8
lint
Shrinandan-N 126ea2c
format
Shrinandan-N 00ccb1d
format
Shrinandan-N 00c6d00
Merge branch 'skypilot-org:master' into fix/issue-3744-sky-launch-buc…
Shrinandan-N 1801e6c
Merge branch 'fix/issue-3744-sky-launch-bucket-regions' of github.com…
Shrinandan-N f949832
fix bucket not created error
Shrinandan-N 8e8de6b
Delete config.yaml
Shrinandan-N 7715412
Merge branch 'skypilot-org:master' into fix/issue-3744-sky-launch-buc…
Shrinandan-N ccb25d9
resolve edge cases
Shrinandan-N 7f3a506
fix null error
Shrinandan-N d117b73
add init store field
Shrinandan-N 63e84fc
add sync_bucket function
Shrinandan-N 6a62986
fix format
Shrinandan-N 481f15d
fix formatting
Shrinandan-N 4262bd2
remove sync bucket from azure
Shrinandan-N 50eb810
fix null issue with store
Shrinandan-N 19df941
fix bucket file sync and adjusted smoke tests
Shrinandan-N be12fcf
fix bucket creation edge case
Shrinandan-N 837c9d8
Merge remote-tracking branch 'upstream/master' into fix/issue-3744-sk…
Shrinandan-N 14abcbf
add azure support
Shrinandan-N 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
Oops, something went wrong.
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.
Is it possible to revert these cosmetic changes to make the PR easier to read?
We rely on our linter (./format.py) to enforce a consistent style and make changes if necessary.