Skip to content

Commit

Permalink
Merge branch 'master' of github.com:skypilot-org/skypilot into comman…
Browse files Browse the repository at this point in the history
…d-runner-refactor
  • Loading branch information
Michaelvll committed May 6, 2024
2 parents d261cf4 + 2ff95bb commit 600e98b
Show file tree
Hide file tree
Showing 88 changed files with 3,029 additions and 2,079 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Tested (run the relevant ones):
- [ ] Any manual or new tests for this PR (please specify below)
- [ ] 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`
- [ ] Backward compatibility tests: `conda deactivate; bash -i tests/backward_compatibility_tests.sh`
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- tests/test_optimizer_random_dag.py
- tests/test_storage.py
- tests/test_wheels.py
- tests/test_spot_serve.py
- tests/test_jobs_and_serve.py
- tests/test_yaml_parser.py
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions docs/source/_static/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ document.addEventListener('DOMContentLoaded', () => {
// New items:
const newItems = [
{ selector: '.caption-text', text: 'SkyServe: Model Serving' },
{ selector: '.toctree-l1 > a', text: 'Managed Jobs' },
{ selector: '.toctree-l1 > a', text: 'Running on Kubernetes' },
{ selector: '.toctree-l1 > a', text: 'DBRX (Databricks)' },
{ selector: '.toctree-l1 > a', text: 'Ollama' },
Expand Down
4 changes: 2 additions & 2 deletions docs/source/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Contents
:maxdepth: 1
:caption: Running Jobs

../examples/spot-jobs
../examples/managed-jobs
../reference/job-queue
../examples/auto-failover
../reference/kubernetes/index
Expand All @@ -139,7 +139,7 @@ Contents
:maxdepth: 1
:caption: Cutting Cloud Costs

../examples/spot-jobs
Managed Spot Jobs <../examples/spot-jobs>
../reference/auto-stop
../reference/benchmark/index

Expand Down
Loading

0 comments on commit 600e98b

Please sign in to comment.