-
Notifications
You must be signed in to change notification settings - Fork 317
Enable testing with Ubuntu 22 #2988
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2988 +/- ##
==========================================
- Coverage 67.21% 60.75% -6.46%
==========================================
Files 220 293 +73
Lines 45629 65108 +19479
==========================================
+ Hits 30671 39559 +8888
- Misses 14958 25549 +10591
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
We don't seem to have .NET 9 available in Ubuntu 22 runner images just yet. Latest image Continuing to stay on hold. |
|
@cheenamalhotra Can you update the branch from main and see if it works? |
|
Also from the latest build the issue seems to be that it fails to configure SQL Server: |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
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 updates the CI pipeline configuration to enable testing on Ubuntu 22.04 while maintaining Ubuntu 20.04 support during its LTS period. The changes prepare the infrastructure for .NET 9 availability on Ubuntu 22.04.
- Adds Ubuntu 22.04 test images alongside existing Ubuntu 20.04 images
- Updates Azure SQL and Enclave SQL test configurations to use Ubuntu 22.04
- Includes a reminder comment to drop Ubuntu 20.04 testing after April 2025
Addresses #2952
We can continue testing with Ub 20 while it's in LTS support.
WIP: Waiting for .NET 9 availability on Ubuntu 22