Skip to content

Commit 2fed073

Browse files
Enable testing with Ubuntu 22 (#2988)
1 parent a19cec4 commit 2fed073

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

eng/pipelines/dotnet-sqlclient-ci-core.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -425,10 +425,11 @@ stages:
425425
LocalDbSharedInstanceName: $(LocalDbSharedInstanceName)
426426

427427
# self hosted SQL Server on Linux
428-
linux_sql_19_22:
428+
linux_ub20_22_sql_22:
429429
pool: ${{parameters.defaultPoolName }}
430430
images:
431-
Ubuntu20_Sql22: ADO-UB20-SQL22
431+
Ubuntu20_Sql22: ADO-UB20-SQL22 # drop testing against UB20 image post April 2025
432+
Ubuntu22_Sql22: ADO-UB22-SQL22
432433
TargetFrameworks: ${{parameters.targetFrameworksLinux }}
433434
netcoreVersionTestUtils: ${{parameters.netcoreVersionTestUtils }}
434435
buildPlatforms: [AnyCPU]
@@ -453,7 +454,7 @@ stages:
453454
linux_azure_sql:
454455
pool: ${{parameters.defaultPoolName }}
455456
images:
456-
Ubuntu20_Azure_Sql: ADO-UB20-Sql22
457+
Ubuntu22_Azure_Sql: ADO-UB22-SQL22
457458
TargetFrameworks: ${{parameters.targetFrameworksLinux }}
458459
netcoreVersionTestUtils: ${{parameters.netcoreVersionTestUtils }}
459460
buildPlatforms: [AnyCPU]
@@ -483,7 +484,7 @@ stages:
483484
linux_enclave_sql:
484485
pool: ADO-CI-AE-1ES-Pool
485486
images:
486-
Ubuntu20_Enclave_Sql19: ADO-UB20-Sql22
487+
Ubuntu20_Enclave_Sql19: ADO-UB22-Sql22
487488
TargetFrameworks: ${{parameters.targetFrameworksLinux }}
488489
netcoreVersionTestUtils: ${{parameters.netcoreVersionTestUtils }}
489490
buildPlatforms: [AnyCPU]

0 commit comments

Comments
 (0)