Skip to content
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

Release 0.4.0 #2571

Merged
merged 3 commits into from
Sep 19, 2023
Merged

Release 0.4.0 #2571

merged 3 commits into from
Sep 19, 2023

Conversation

romilbhardwaj
Copy link
Collaborator

@romilbhardwaj romilbhardwaj commented Sep 18, 2023

  • pytest tests/test_smoke.py
  • pytest tests/test_smoke.py --aws
  • locally build docs, open docs/build/index.html, scroll over “CLI Reference” (ideally, every page) to see if there are missing sections (we once caught the CLI page completely missing due to an import error; and once it has weird blockquotes displayed)
  • Check sky -v
  • backward_compatibility_tests.sh run against 0.3.3.
  • Run manual stress tests (see subsection below)
    • following script
      sky spot launch --gpus A100:8 --cloud aws echo hi -y
      # Check we are properly failing over the zones:
      sky spot logs --controller
      
    • following script
      sky launch -c dbg --cloud aws --num-nodes 16 --cpus 2+ --down  # with or without timeout bump
      sky down dbg  
      
    • following script (skipped, not enough quotas)
      sky launch -c dbg --cloud aws --num-nodes 16 --gpus T4 --down --use-spot 
      sky down dbg
      
    • following script
      sky launch -c dbg --cloud gcp --num-nodes 16 --cpus 2+ --down  # with or without timeout bump
      sky down dbg  
      

Copy link
Collaborator

@Michaelvll Michaelvll left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the great effort for testing the 0.4.0 @romilbhardwaj! LGTM.

@romilbhardwaj romilbhardwaj merged commit 7a777e8 into releases/0.4.0 Sep 19, 2023
@romilbhardwaj romilbhardwaj deleted the 0.4.0 branch September 19, 2023 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants