From 08fba8a10227bd4f89eeb0d28556876cbd20fd26 Mon Sep 17 00:00:00 2001 From: Cheena Malhotra Date: Thu, 7 Nov 2024 13:44:23 -0800 Subject: [PATCH] Enable testing with Ubuntu 22 --- eng/pipelines/dotnet-sqlclient-ci-core.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/eng/pipelines/dotnet-sqlclient-ci-core.yml b/eng/pipelines/dotnet-sqlclient-ci-core.yml index 65a5e7d98d..8546c792a2 100644 --- a/eng/pipelines/dotnet-sqlclient-ci-core.yml +++ b/eng/pipelines/dotnet-sqlclient-ci-core.yml @@ -297,10 +297,11 @@ stages: LocalDbSharedInstanceName: $(LocalDbSharedInstanceName) # self hosted SQL Server on Linux - linux_sql_19_22: + linux_ub20_22_sql_22: pool: ${{parameters.defaultPoolName }} images: - Ubuntu20_Sql22: ADO-UB20-SQL22 + Ubuntu20_Sql22: ADO-UB20-SQL22 # drop testing against UB20 image post April 2025 + Ubuntu22_Sql22: ADO-UB22-SQL22 TargetFrameworks: ${{parameters.targetFrameworksLinux }} netcoreVersionTestUtils: ${{parameters.netcoreVersionTestUtils }} buildPlatforms: [AnyCPU] @@ -326,7 +327,7 @@ stages: linux_azure_sql: pool: ${{parameters.defaultPoolName }} images: - Ubuntu20_Azure_Sql: ADO-UB20-Sql22 + Ubuntu22_Azure_Sql: ADO-UB22-SQL22 TargetFrameworks: ${{parameters.targetFrameworksLinux }} netcoreVersionTestUtils: ${{parameters.netcoreVersionTestUtils }} buildPlatforms: [AnyCPU] @@ -353,7 +354,7 @@ stages: linux_enclave_sql: pool: ADO-CI-AE-1ES-Pool images: - Ubuntu20_Enclave_Sql19: ADO-UB20-Sql22 + Ubuntu22_Enclave_Sql22: ADO-UB22-SQL22 TargetFrameworks: ${{parameters.targetFrameworksLinux }} netcoreVersionTestUtils: ${{parameters.netcoreVersionTestUtils }} buildPlatforms: [AnyCPU]