From 4145a8642c5161dffc92502178c3968211054cdb Mon Sep 17 00:00:00 2001 From: Daniel Languiller Date: Thu, 28 Aug 2025 15:58:16 +1000 Subject: [PATCH 1/2] feature: update ado yamls to use pool-ubuntu-2404 --- .azure-pipelines/azure-powershell-ci.yml | 2 +- .azure-pipelines/batch-generation.yml | 2 +- .azure-pipelines/powershell-core.yml | 2 +- .azure-pipelines/release-test.yml | 2 +- .azure-pipelines/sync-tools-folder.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.azure-pipelines/azure-powershell-ci.yml b/.azure-pipelines/azure-powershell-ci.yml index e04f2906731c..718c2b93e63b 100644 --- a/.azure-pipelines/azure-powershell-ci.yml +++ b/.azure-pipelines/azure-powershell-ci.yml @@ -20,7 +20,7 @@ variables: WindowsAgentPoolName: pool-windows-2019 WindowsAgentPoolVMImage: '' LinuxName: linux - LinuxAgentPoolName: pool-ubuntu-2004 + LinuxAgentPoolName: pool-ubuntu-2404 LinuxAgentPoolVMImage: '' MacOSName: macOS MacOSAgentPoolName: 'Azure Pipelines' diff --git a/.azure-pipelines/batch-generation.yml b/.azure-pipelines/batch-generation.yml index eb66032b75db..f82a8df59b17 100644 --- a/.azure-pipelines/batch-generation.yml +++ b/.azure-pipelines/batch-generation.yml @@ -30,7 +30,7 @@ variables: MaxParallelTestLinuxJobs: 5 MaxParallelTestMacJobs: 5 WindowsAgentPoolName: pool-windows-2019 - LinuxAgentPoolName: pool-ubuntu-2004 + LinuxAgentPoolName: pool-ubuntu-2404 MacOSAgentPoolName: 'Azure Pipelines' MacOSAgentPoolVMImage: macOS-latest diff --git a/.azure-pipelines/powershell-core.yml b/.azure-pipelines/powershell-core.yml index b4ca26fdbf7d..202792b77d95 100644 --- a/.azure-pipelines/powershell-core.yml +++ b/.azure-pipelines/powershell-core.yml @@ -3,7 +3,7 @@ variables: WindowsAgentPoolName: pool-windows-2019 WindowsAgentPoolVMImage: '' LinuxName: linux - LinuxAgentPoolName: pool-ubuntu-2004 + LinuxAgentPoolName: pool-ubuntu-2404 LinuxAgentPoolVMImage: '' MacOSName: macOS MacOSAgentPoolName: 'Azure Pipelines' diff --git a/.azure-pipelines/release-test.yml b/.azure-pipelines/release-test.yml index cb5202e662ec..93a2dc0ff96d 100644 --- a/.azure-pipelines/release-test.yml +++ b/.azure-pipelines/release-test.yml @@ -30,7 +30,7 @@ parameters: variables: winAgentPoolName: pool-windows-2019 - linuxAgentPoolName: pool-ubuntu-2004 + linuxAgentPoolName: pool-ubuntu-2404 macOsAgentPoolName: Azure Pipelines macOsAgentPoolVMImage: macOS-latest diff --git a/.azure-pipelines/sync-tools-folder.yml b/.azure-pipelines/sync-tools-folder.yml index 0f2bf0319419..079bb71e45e8 100644 --- a/.azure-pipelines/sync-tools-folder.yml +++ b/.azure-pipelines/sync-tools-folder.yml @@ -45,7 +45,7 @@ jobs: - ${{ each ToBranch in parameters.ToBranches }}: - job: Sync_${{ replace(ToBranch, '/', '_') }} displayName: "Sync To ${{ ToBranch }}" - pool: pool-ubuntu-2004 + pool: pool-ubuntu-2404 steps: - template: util/get-github-pat-steps.yml From 9c5aaf1d6c36413d86a97ecfd9e71cf466daf6d4 Mon Sep 17 00:00:00 2001 From: Daniel Languiller Date: Wed, 3 Sep 2025 09:48:31 +1000 Subject: [PATCH 2/2] revert: remove batch-generation/release-test/sync-tools-folder from canary test --- .azure-pipelines/batch-generation.yml | 2 +- .azure-pipelines/release-test.yml | 2 +- .azure-pipelines/sync-tools-folder.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines/batch-generation.yml b/.azure-pipelines/batch-generation.yml index f82a8df59b17..eb66032b75db 100644 --- a/.azure-pipelines/batch-generation.yml +++ b/.azure-pipelines/batch-generation.yml @@ -30,7 +30,7 @@ variables: MaxParallelTestLinuxJobs: 5 MaxParallelTestMacJobs: 5 WindowsAgentPoolName: pool-windows-2019 - LinuxAgentPoolName: pool-ubuntu-2404 + LinuxAgentPoolName: pool-ubuntu-2004 MacOSAgentPoolName: 'Azure Pipelines' MacOSAgentPoolVMImage: macOS-latest diff --git a/.azure-pipelines/release-test.yml b/.azure-pipelines/release-test.yml index 93a2dc0ff96d..cb5202e662ec 100644 --- a/.azure-pipelines/release-test.yml +++ b/.azure-pipelines/release-test.yml @@ -30,7 +30,7 @@ parameters: variables: winAgentPoolName: pool-windows-2019 - linuxAgentPoolName: pool-ubuntu-2404 + linuxAgentPoolName: pool-ubuntu-2004 macOsAgentPoolName: Azure Pipelines macOsAgentPoolVMImage: macOS-latest diff --git a/.azure-pipelines/sync-tools-folder.yml b/.azure-pipelines/sync-tools-folder.yml index 079bb71e45e8..0f2bf0319419 100644 --- a/.azure-pipelines/sync-tools-folder.yml +++ b/.azure-pipelines/sync-tools-folder.yml @@ -45,7 +45,7 @@ jobs: - ${{ each ToBranch in parameters.ToBranches }}: - job: Sync_${{ replace(ToBranch, '/', '_') }} displayName: "Sync To ${{ ToBranch }}" - pool: pool-ubuntu-2404 + pool: pool-ubuntu-2004 steps: - template: util/get-github-pat-steps.yml