-
Notifications
You must be signed in to change notification settings - Fork 532
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
[FluidStack][API] Update FluidStack to new API #3799
[FluidStack][API] Update FluidStack to new API #3799
Conversation
* Update FluidStack to new API * Simplify deployment by removing CUDA installation and using pre-built images Co-authored-by: Mubarak Jibril <[email protected]>
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.
Thanks for migrating the fluidstack API @mjibril! It mostly looks good to me. Please see the comments below, mostly for tests.
As we mentioned offline, we saw an issue terminating existing instances., for which we should probably fix.
e341c22
to
f02dc2f
Compare
pytest.mark.no_fluidstack | ||
|
||
|
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.
pytest.mark.no_fluidstack | |
@pytest.mark.no_fluidstack |
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.
Also, we may want to add the same decorator for the test_skyserve_fast_update
below on L3861 as well.
f02dc2f
to
bd73b7d
Compare
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.
bd73b7d
to
fd25ccd
Compare
fd25ccd
to
8b40139
Compare
Thanks for the update @mjibril and the excellent work! Just merged this PR to master. |
Tested (run the relevant ones):
bash format.sh
sky launch -c test-single-instance --cloud fluidstack echo hi
sky check
pytest tests/test_smoke.py
pytest tests/test_smoke.py --fluidstack --terminate-on-failure
pytest tests/test_smoke.py::test_fill_in_the_name
conda deactivate; bash -i tests/backward_compatibility_tests.sh