skypilot-org / skypilot

SkyPilot: Run AI and batch jobs on any infra (Kubernetes or 12+ clouds). Get unified execution, cost savings, and high GPU availability via a simple interface.
https://skypilot.readthedocs.io
Apache License 2.0
6.82k stars 512 forks source link

[UX] Improve Formatting of Post Job Creation Logs #4198

Closed andylizf closed 2 weeks ago

andylizf commented 3 weeks ago

Enhance the formatting of logs shown after job creation for better readability and consistency with serve module's style, where:

https://github.com/skypilot-org/skypilot/blob/c0c17483d1f692ad639144050f5f6fa0966e47a5/sky/serve/core.py#L275-L304

andylizf commented 3 weeks ago

@cblmemo PTAL, thanks!

cblmemo commented 2 weeks ago

Merging now. @Michaelvll Let me know if you have any concerns about this ;)

Michaelvll commented 1 week ago

This causes test_minimal, test_launch_fast, test_launch_fast_with_autostop to fail. Can we update the smoke test? @andylizf @cblmemo

andylizf commented 1 week ago

Got it! I'll fix it soon.