-
Notifications
You must be signed in to change notification settings - Fork 22
ci: switch to ubuntu 24.04 #957
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
base: main
Are you sure you want to change the base?
Conversation
|
Thank you for your contribution! 🚀 You can run tt-metal integration tests by adding the If you want to run metal post-commit tests, you can add the 📖 For more information, please refer to our CONTRIBUTING guide. |
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.
Pull request overview
This PR migrates the CI/CD infrastructure from Ubuntu 22.04 to Ubuntu 24.04 LTS, which includes an upgrade from Python 3.10 to Python 3.12. The changes update all Docker base images and adjust the Python-specific wheel dependency accordingly.
Key Changes:
- Updated all Dockerfile base images from Ubuntu 22.04 to 24.04
- Updated EXALENS wheel dependency from Python 3.10 (cp310) to Python 3.12 (cp312)
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/Dockerfile.base | Updated base Ubuntu image from 22.04 to 24.04 |
| .github/Dockerfile.ci | Updated to reference ubuntu-24-04 base image from tt-llk |
| .github/Dockerfile.ird | Updated to reference ubuntu-24.04 image from tt-metal |
| .github/Dockerfile.ird.slim | Updated to reference ubuntu-24-04 CI image from tt-llk |
| .github/scripts/versions.sh | Updated EXALENS wheel version from cp310 to cp312 for Python 3.12 compatibility |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Ticket
None
Problem description
Switching to Ubuntu 24.04 LTS brings Python 3.12
What's changed
New Ubuntu version.
Type of change
Checklist