-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Ubuntu-latest workflows will use Ubuntu-24.04 image #10636
Comments
The more I look at this list the more I realize that 24.04 is a step back for a lot of people. People are going to complain when this becomes the ubuntu-latest. Be aware of this and maybe make sure this communication is shown on github/azure devops But thanks for the heads up! |
ubuntu-24.04 is still labeled Will you now be removing the |
Yes @MikeMcC399 . Its updated and removed. |
@ThibaultLesuisse are you aware that NuGet refers specifically to NuGet.exe (which requires mono on Mac & Linux), as does Azure Pipeline's If you're building your projects with |
But we need NuGet.exe to sync our custom Artifacts store. And yes I know that commonly you need to run mono nuget.exe to run it on Mac/Linux. But it doesn't change the fact that a lot of tools are now missing for various reasons. This should be communicated. |
We're also affected by the removal of Mono. The official Mono repo only lists 20.04, but the package seem to work fine in newer versions–which is how the 22.04 image got Mono: runner-images/images/ubuntu/scripts/build/install-mono.sh Lines 15 to 18 in ae99c16
Is there a reason this can't be done for 24.04 as well? I tested it briefly and it's working for our relatively simple needs. Mono is fairly chunky so we'd rather not install it every single workflow run. |
…o `ubuntu-latest` ### What changes were proposed in this pull request? The pr aims to align the running OS image of `maven_test.yml` to `ubuntu-latest` (from `ubuntu-22.04` to `ubuntu-24.04`) ### Why are the changes needed? https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20240922.1 <img width="627" alt="image" src="https://github.com/user-attachments/assets/f42fd7ed-c52a-4b39-9a92-02657c53d734"> After actions/runner-images#10636, `ubuntu-latest` has already pointed to `ubuntu-24.04` instead of `ubuntu-22.04`. <img width="811" alt="image" src="https://github.com/user-attachments/assets/adf6b3a8-5ca5-4daa-b35d-ea1386fa07a6"> I have checked all tasks running on `Ubuntu OS` (except for the 2 related to `TPCDS`), and they are all using `ubuntu-latest`. Currently, only `maven_test.yml` is using `ubuntu-22.04`. Let's align it. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #48263 from panbingkun/SPARK-49797. Authored-by: panbingkun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
Hi there - my team is scrambling this morning due to this change. I have detailed the issue on the community forum here, but the tl;dr is that this version bump prevents Python packages from being installed for system Python. Unfortunately, it seems the evaluation of this issue was incorrect:
In fact, my team has a large number of workflows created by many different engineers, and around a dozen of our workflows that didn't previously leverage actions/setup-python now have to go through our internal change management process in order to restore stability to our CI/CD In the future, please announce breaking changes as a deprecation notice on the GitHub Blog. It's the one place we rely on to proactively catch and prevent stability issues from occurring in our pipelines |
This morning, several of our CI pipelines broke due to these changes. It would be great to have compatibility with the following dependencies, allowing us to upgrade the ubuntu version in the future without complicating our pipelines 🙇 .
|
This will be used until the roll-out is completed in the following issue: Bug: actions/runner-images#10636
This will be used until the roll-out is completed in the following issue: Bug: actions/runner-images#10636
This will be used until the roll-out is completed in the following issue: Bug: actions/runner-images#10636
It's time to move on, my friend. https://github.blog/changelog/2024-09-25-actions-new-images-and-ubuntu-latest-changes/ |
This reverts commit 5ac342c. It seems they haven't switched to 24.04 yet: actions/runner-images#10636 Leave it as-is for now and we can revisit this if needed. Signed-off-by: Nick Kossifidis <[email protected]>
Hey everyone, an update here. 👋 We have made changes to the issue body above, and have set a date for re-rollout of the ubuntu-latest migration. new dates are as follows:
Notable changes to the image is that we have re-installed NVM and gcloud cli. Please see issue body for more details. A changelog is going out today announcing the new dates as well. I tried to be as transparent with you all in the issue as possible. Thanks for your patience and understanding here. |
Thanks for bringing black gcloud! I was seriously planning on putting off updating my pipelines until 2026. |
Will .net 9 get added after that comes out later this month? Given that it isn't an LTS release |
@lkfortuna Are there any plans for the dotnet guys that are using 24.04? We are feeling a bit left out lately. Are you open to PR to add those or is the decision to not include them final? |
Rollout will begin on December 5th and will complete on January 17th, 2025.
Breaking changes
Ubuntu 24.04 is ready to be the default version for the "ubuntu-latest" label in GitHub Actions and Azure DevOps.
Target date
This change will be rolled out over a period of several weeks beginning December 5th and will complete on January 17th, 2025.
The motivation for the changes
GitHub Actions and Azure DevOps have supported Ubuntu 24.04 in preview mode since May 2024, and starting from July 2024 Ubuntu 24.04 is generally available for all customers. We have monitored customer feedback to improve the Ubuntu 24.04 image stability and now we are ready to set it as the latest. There are a set of packages listed below that we have removed from the Ubuntu 24 image. Please review the list carefully to see if you will be impacted by these changes. We have made cuts to the list of packages so that we can maintain our SLA for free disk space. The images have grown so large we are in danger of violating our SLA if we keep the package list as-is.
The factors we took into consideration when removing packages are as follows:
We understand that our reasoning may not make sense to some of you out there, but please bear in mind that we tried to keep disruptions as minimal as possible, and tried to keep the best interests of the community at large in mind. There is a very large and diverse community using our images, and as much as we would like to, we cannot pre-install every tool on these images.
Platforms affected
Mitigation ways
Steps or options for impact mitigation
If you see any issues with your workflows during transition period:
runs-on: ubuntu-22.04
We support two latest LTS Ubuntu versions, so Ubuntu 22 will still be maintained for the next 2 years.Software Differences
The Ubuntu 22.04 image has a different set of software than Ubuntu 24.04. The most significant changes are listed in the table below:
The text was updated successfully, but these errors were encountered: