Christopher Cooper
Christopher Cooper
[The v0.6.0 release](https://github.com/skypilot-org/skypilot/releases/tag/v0.6.0) said these "will be removed in the next minor release", but the comments say v0.8.0. We will wait til 0.8.0. Tested (run the relevant ones): TODO manual/smoke...
Add a `--fast` flag to `sky launch`. When in "fast" mode: check to see if the cluster name already exists, and if it does, and it's available, only run the...
Use a similar approach to what we do with yapf to limit pylint to only files that have changed from master. On my machine this shaves about a minute off...
generic_cloud default gcp -> aws default enabled clouds [gcp, azure] -> [aws, azure] Tested (run the relevant ones): - [x] `bash format.sh` - [x] `pytest tests/test_smoke.py::test_minimal` - [ ] Will...
Update the docs after #4151. We may want to wait until after 0.7 release to merge. Tested (run the relevant ones): - [x] Code formatting: `bash format.sh`
Repro steps: - run `sky jobs launch` 100x in parallel - some invocations crash This seems to be a race condition related to the ray cluster yaml created when provisioning...