diff --git a/.github/workflows/publish-csharp-apidocs.yml b/.github/workflows/publish-csharp-apidocs.yml index ac9d9a88a2144..4bcfec8d65719 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-vs2022-latest", + "1ES.Pool=onnxruntime-github-Win2022-GPU-A10", "JobId=publish-csharp-apidocs-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}" ] env: diff --git a/.github/workflows/windows_cuda.yml b/.github/workflows/windows_cuda.yml index 9776c22fedabb..4edaffedd2727 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-vs2022-latest", + "1ES.Pool=onnxruntime-github-Win2022-GPU-A10", "JobId=windows-cuda-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}" ] steps: diff --git a/.github/workflows/windows_cuda_no_cudnn.yml b/.github/workflows/windows_cuda_no_cudnn.yml index 0f2103cc80dd5..b5d81b3c412ee 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-vs2022-latest", + "1ES.Pool=onnxruntime-github-Win2022-GPU-A10", "JobId=windows-cuda-plugin-no-cudnn-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}" ] steps: diff --git a/.github/workflows/windows_cuda_plugin.yml b/.github/workflows/windows_cuda_plugin.yml index 1e700cc04dab4..1343325dbeb75 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-vs2022-latest", + "1ES.Pool=onnxruntime-github-Win2022-GPU-A10", "JobId=windows-cuda-plugin-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}" ] steps: diff --git a/.github/workflows/windows_openvino.yml b/.github/workflows/windows_openvino.yml index 36cc1aebad8af..da495814ed8b8 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-vs2022-latest", + "1ES.Pool=onnxruntime-github-Win2022-GPU-A10", "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 5560de89040de..7d4ca871d8203 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-vs2022-latest", + "1ES.Pool=onnxruntime-github-Win2022-GPU-A10", "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 3ad0076de6d52..f557b978b5e75 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-vs2022-latest", + "1ES.Pool=onnxruntime-github-Win2022-GPU-A10", "JobId=windows-tensorrt-build-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}" ] steps: diff --git a/.github/workflows/windows_x64_debug_build_x64_debug.yml b/.github/workflows/windows_x64_debug_build_x64_debug.yml index 134326b8f57de..9da5e19f77174 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-vs2022-latest", + "1ES.Pool=onnxruntime-github-Win2022-GPU-A10", "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 7acbdcd404ad3..3185b6b821eed 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-vs2022-latest", + "1ES.Pool=onnxruntime-github-Win2022-GPU-A10", "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 8cb5bad664921..d1c000ffab52c 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-vs2022-latest", + "1ES.Pool=onnxruntime-github-Win2022-GPU-A10", "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 a3200b21cf658..789250059c0a0 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-vs2022-latest", + "1ES.Pool=onnxruntime-github-Win2022-GPU-A10", "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 1e55bd376a7e5..122b1f75c8864 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-vs2022-latest", + "1ES.Pool=onnxruntime-github-Win2022-GPU-A10", "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 897b4f712ffdd..c4e30211a23e0 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-vs2022-latest", + "1ES.Pool=onnxruntime-github-Win2022-GPU-A10", "JobId=windows-x86-release-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}" ] timeout-minutes: 300