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.6.0 #3604

Merged
merged 1 commit into from
May 30, 2024
Merged

Release 0.6.0 #3604

merged 1 commit into from
May 30, 2024

Conversation

romilbhardwaj
Copy link
Collaborator

@romilbhardwaj romilbhardwaj commented May 28, 2024

  • pytest tests/test_smoke.py
  • pytest tests/test_smoke.py --aws
  • pytest tests/test_smoke.py --gcp
  • pytest tests/test_smoke.py --azure
  • pytest tests/test_smoke.py --kubernetes
  • 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.5.0 on aws
  • backward_compatibility_tests.sh run against 0.5.0 on gcp
  • Run manual stress tests (see subsection below)
    • following script
      sky jobs launch --gpus A100:8 --cloud aws echo hi -y
      # Check we are properly failing over the zones:
      sky jobs logs --controller
      
    • following script
      sky launch -c dbg --cloud aws --num-nodes 16 --gpus T4 --down --use-spot 
      sky down dbg
      
    • sky launch --num-nodes=75 -c dbg --cpus 2+ --use-spot --down --cloud gcp -y
    • sky launch --num-nodes=75 -c dbg --cpus 2+ --use-spot --down --cloud aws -y
  • sky show-gpus manual tests

@romilbhardwaj
Copy link
Collaborator Author

Just discovered that backward compatibility tests are failing for the spot/jobs controller - #3613.

@romilbhardwaj
Copy link
Collaborator Author

Backward compatibility tests now pass after #3614.

@romilbhardwaj romilbhardwaj merged commit e37a39d into releases/0.6.0 May 30, 2024
20 checks passed
@romilbhardwaj romilbhardwaj deleted the 0.6.0_rc branch May 30, 2024 04:07
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