From 6024a681e9a7f4691b14642c966e459568fa1d7f Mon Sep 17 00:00:00 2001 From: Tianlei Wu Date: Tue, 21 Jul 2026 00:33:35 +0000 Subject: [PATCH] Revert "[Build] Use GPU pool to unblock CI temporarily (#29731)" This reverts commit 16ebc1d98b8a6d8b31823b42ee0b4b8b97ff1dac. --- .github/workflows/publish-csharp-apidocs.yml | 2 +- .github/workflows/windows_cuda.yml | 2 +- .github/workflows/windows_cuda_no_cudnn.yml | 2 +- .github/workflows/windows_cuda_plugin.yml | 2 +- .github/workflows/windows_openvino.yml | 2 +- .github/workflows/windows_qnn_x64.yml | 2 +- .github/workflows/windows_tensorrt.yml | 2 +- .github/workflows/windows_x64_debug_build_x64_debug.yml | 2 +- .github/workflows/windows_x64_release_build_x64_release.yml | 2 +- ...generic_interface_build_x64_release_ep_generic_interface.yml | 2 +- .../workflows/windows_x64_release_vitisai_build_x64_release.yml | 2 +- .github/workflows/windows_x64_release_xnnpack.yml | 2 +- .github/workflows/windows_x86.yml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/publish-csharp-apidocs.yml b/.github/workflows/publish-csharp-apidocs.yml index 983558131b205..75db25056bbef 100644 --- a/.github/workflows/publish-csharp-apidocs.yml +++ b/.github/workflows/publish-csharp-apidocs.yml @@ -27,7 +27,7 @@ jobs: build: runs-on: [ "self-hosted", - "1ES.Pool=onnxruntime-github-Win2022-GPU-A10", + "1ES.Pool=onnxruntime-github-vs2022-latest", "JobId=publish-csharp-apidocs-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}" ] timeout-minutes: 210 diff --git a/.github/workflows/windows_cuda.yml b/.github/workflows/windows_cuda.yml index 0916a84848979..f8f2dda6f7f24 100644 --- a/.github/workflows/windows_cuda.yml +++ b/.github/workflows/windows_cuda.yml @@ -21,7 +21,7 @@ jobs: name: Windows GPU CUDA CI Pipeline runs-on: [ "self-hosted", - "1ES.Pool=onnxruntime-github-Win2022-GPU-A10", + "1ES.Pool=onnxruntime-github-vs2022-latest", "JobId=windows-cuda-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}" ] timeout-minutes: 210 diff --git a/.github/workflows/windows_cuda_no_cudnn.yml b/.github/workflows/windows_cuda_no_cudnn.yml index f7a530a7f3f33..3aaf896c00506 100644 --- a/.github/workflows/windows_cuda_no_cudnn.yml +++ b/.github/workflows/windows_cuda_no_cudnn.yml @@ -24,7 +24,7 @@ jobs: name: Windows CUDA Plugin EP Build without cuDNN runs-on: [ "self-hosted", - "1ES.Pool=onnxruntime-github-Win2022-GPU-A10", + "1ES.Pool=onnxruntime-github-vs2022-latest", "JobId=windows-cuda-plugin-no-cudnn-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}" ] timeout-minutes: 210 diff --git a/.github/workflows/windows_cuda_plugin.yml b/.github/workflows/windows_cuda_plugin.yml index 812120bdf7576..6bf927dd49509 100644 --- a/.github/workflows/windows_cuda_plugin.yml +++ b/.github/workflows/windows_cuda_plugin.yml @@ -20,7 +20,7 @@ jobs: name: Windows CUDA Plugin EP Build runs-on: [ "self-hosted", - "1ES.Pool=onnxruntime-github-Win2022-GPU-A10", + "1ES.Pool=onnxruntime-github-vs2022-latest", "JobId=windows-cuda-plugin-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}" ] timeout-minutes: 210 diff --git a/.github/workflows/windows_openvino.yml b/.github/workflows/windows_openvino.yml index da495814ed8b8..36cc1aebad8af 100644 --- a/.github/workflows/windows_openvino.yml +++ b/.github/workflows/windows_openvino.yml @@ -20,7 +20,7 @@ jobs: name: Windows OpenVINO CI Pipeline runs-on: [ "self-hosted", - "1ES.Pool=onnxruntime-github-Win2022-GPU-A10", + "1ES.Pool=onnxruntime-github-vs2022-latest", "JobId=BUILD_OPENVINO_EP-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}" ] timeout-minutes: 240 diff --git a/.github/workflows/windows_qnn_x64.yml b/.github/workflows/windows_qnn_x64.yml index b9996b563886b..ed674762bbe74 100644 --- a/.github/workflows/windows_qnn_x64.yml +++ b/.github/workflows/windows_qnn_x64.yml @@ -20,7 +20,7 @@ jobs: name: Windows x64 QNN CI Pipeline (${{ matrix.QnnLibKind }}) runs-on: [ "self-hosted", - "1ES.Pool=onnxruntime-github-Win2022-GPU-A10", + "1ES.Pool=onnxruntime-github-vs2022-latest", "JobId=build_test_qnn_ep-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}-${{matrix.QnnLibKind}}" ] timeout-minutes: 120 diff --git a/.github/workflows/windows_tensorrt.yml b/.github/workflows/windows_tensorrt.yml index f93d9f8ae915c..ce6cbf2525b20 100644 --- a/.github/workflows/windows_tensorrt.yml +++ b/.github/workflows/windows_tensorrt.yml @@ -21,7 +21,7 @@ jobs: name: Windows GPU TensorRT CI Pipeline runs-on: [ "self-hosted", - "1ES.Pool=onnxruntime-github-Win2022-GPU-A10", + "1ES.Pool=onnxruntime-github-vs2022-latest", "JobId=windows-tensorrt-build-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}" ] timeout-minutes: 210 diff --git a/.github/workflows/windows_x64_debug_build_x64_debug.yml b/.github/workflows/windows_x64_debug_build_x64_debug.yml index 9da5e19f77174..134326b8f57de 100644 --- a/.github/workflows/windows_x64_debug_build_x64_debug.yml +++ b/.github/workflows/windows_x64_debug_build_x64_debug.yml @@ -15,7 +15,7 @@ jobs: build_x64_debug: runs-on: [ "self-hosted", - "1ES.Pool=onnxruntime-github-Win2022-GPU-A10", + "1ES.Pool=onnxruntime-github-vs2022-latest", "JobId=windows-x64-debug-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}" ] timeout-minutes: 300 diff --git a/.github/workflows/windows_x64_release_build_x64_release.yml b/.github/workflows/windows_x64_release_build_x64_release.yml index 3185b6b821eed..7acbdcd404ad3 100644 --- a/.github/workflows/windows_x64_release_build_x64_release.yml +++ b/.github/workflows/windows_x64_release_build_x64_release.yml @@ -15,7 +15,7 @@ jobs: build_x64_release: runs-on: [ "self-hosted", - "1ES.Pool=onnxruntime-github-Win2022-GPU-A10", + "1ES.Pool=onnxruntime-github-vs2022-latest", "JobId=windows-x64-release-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}" ] timeout-minutes: 300 diff --git a/.github/workflows/windows_x64_release_ep_generic_interface_build_x64_release_ep_generic_interface.yml b/.github/workflows/windows_x64_release_ep_generic_interface_build_x64_release_ep_generic_interface.yml index d1c000ffab52c..8cb5bad664921 100644 --- a/.github/workflows/windows_x64_release_ep_generic_interface_build_x64_release_ep_generic_interface.yml +++ b/.github/workflows/windows_x64_release_ep_generic_interface_build_x64_release_ep_generic_interface.yml @@ -15,7 +15,7 @@ jobs: build_x64_release_ep_generic_interface: runs-on: [ "self-hosted", - "1ES.Pool=onnxruntime-github-Win2022-GPU-A10", + "1ES.Pool=onnxruntime-github-vs2022-latest", "JobId=build_x64_release_ep_generic_interface-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}" ] timeout-minutes: 300 diff --git a/.github/workflows/windows_x64_release_vitisai_build_x64_release.yml b/.github/workflows/windows_x64_release_vitisai_build_x64_release.yml index 789250059c0a0..a3200b21cf658 100644 --- a/.github/workflows/windows_x64_release_vitisai_build_x64_release.yml +++ b/.github/workflows/windows_x64_release_vitisai_build_x64_release.yml @@ -15,7 +15,7 @@ jobs: build_x64_release_vitisai: runs-on: [ "self-hosted", - "1ES.Pool=onnxruntime-github-Win2022-GPU-A10", + "1ES.Pool=onnxruntime-github-vs2022-latest", "JobId=build_x64_release_vitisai-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}" ] timeout-minutes: 300 diff --git a/.github/workflows/windows_x64_release_xnnpack.yml b/.github/workflows/windows_x64_release_xnnpack.yml index 122b1f75c8864..1e55bd376a7e5 100644 --- a/.github/workflows/windows_x64_release_xnnpack.yml +++ b/.github/workflows/windows_x64_release_xnnpack.yml @@ -15,7 +15,7 @@ jobs: build_x64_release_xnnpack: runs-on: [ "self-hosted", - "1ES.Pool=onnxruntime-github-Win2022-GPU-A10", + "1ES.Pool=onnxruntime-github-vs2022-latest", "JobId=build_x64_release_xnnpack-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}" ] timeout-minutes: 300 diff --git a/.github/workflows/windows_x86.yml b/.github/workflows/windows_x86.yml index c4e30211a23e0..897b4f712ffdd 100644 --- a/.github/workflows/windows_x86.yml +++ b/.github/workflows/windows_x86.yml @@ -15,7 +15,7 @@ jobs: build_x86_release: runs-on: [ "self-hosted", - "1ES.Pool=onnxruntime-github-Win2022-GPU-A10", + "1ES.Pool=onnxruntime-github-vs2022-latest", "JobId=windows-x86-release-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}" ] timeout-minutes: 300