diff --git a/.github/workflows/win-cpu-x64-build.yml b/.github/workflows/win-cpu-x64-build.yml index d35ca47b69..2b354f686b 100644 --- a/.github/workflows/win-cpu-x64-build.yml +++ b/.github/workflows/win-cpu-x64-build.yml @@ -19,7 +19,7 @@ env: jobs: windows-cpu-x64-build: - runs-on: ["self-hosted", "1ES.Pool=onnxruntime-genai-Win2022-CPU", "JobId=windows-cpu-x64-build-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}"] + runs-on: ["self-hosted", "1ES.Pool=onnxruntime-genai-Win2022-CPU", "JobId=windows-cpu-x64-build-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}", "1ES.ImageOverride=onnxruntime-win2025-nvme-x64"] permissions: security-events: write actions: read diff --git a/.github/workflows/win-cuda-x64-build.yml b/.github/workflows/win-cuda-x64-build.yml index e4af1b4d36..673c6e42c8 100644 --- a/.github/workflows/win-cuda-x64-build.yml +++ b/.github/workflows/win-cuda-x64-build.yml @@ -30,7 +30,7 @@ env: jobs: windows-cuda-x64-build: - runs-on: ["self-hosted", "1ES.Pool=onnxruntime-genai-Win2022-GPU-A10", "JobId=windows-cuda-x64-build-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}"] + runs-on: ["self-hosted", "1ES.Pool=onnxruntime-genai-Win2022-GPU-A10", "JobId=windows-cuda-x64-build-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}", "1ES.ImageOverride=onnxruntime-win2025-nvme-x64"] steps: - name: Checkout OnnxRuntime GenAI repo uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0 diff --git a/.github/workflows/win-directml-x64-build.yml b/.github/workflows/win-directml-x64-build.yml index 63565ff896..f0b61dc634 100644 --- a/.github/workflows/win-directml-x64-build.yml +++ b/.github/workflows/win-directml-x64-build.yml @@ -29,7 +29,7 @@ env: jobs: windows-directml-x64-build: - runs-on: ["self-hosted", "1ES.Pool=onnxruntime-genai-Win2022-GPU-A10", "JobId=windows-directml-x64-build-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}"] + runs-on: ["self-hosted", "1ES.Pool=onnxruntime-genai-Win2022-GPU-A10", "JobId=windows-directml-x64-build-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}", "1ES.ImageOverride=onnxruntime-win2025-nvme-x64"] steps: - name: Checkout OnnxRuntime GenAI repo uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0 diff --git a/.github/workflows/win-webgpu-x64-build.yml b/.github/workflows/win-webgpu-x64-build.yml index a73b71aca9..77b1d253d0 100644 --- a/.github/workflows/win-webgpu-x64-build.yml +++ b/.github/workflows/win-webgpu-x64-build.yml @@ -26,7 +26,7 @@ env: jobs: windows-webgpu-x64-build: - runs-on: ["self-hosted", "1ES.Pool=onnxruntime-genai-Win2022-GPU-A10", "JobId=windows-webgpu-x64-build-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}"] + runs-on: ["self-hosted", "1ES.Pool=onnxruntime-genai-Win2022-GPU-A10", "JobId=windows-webgpu-x64-build-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}", "1ES.ImageOverride=onnxruntime-win2025-nvme-x64"] steps: - name: Checkout OnnxRuntime GenAI repo uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0 diff --git a/.github/workflows/win-winml-x64-build.yml b/.github/workflows/win-winml-x64-build.yml index 8e7fb2986f..50b2dcc13d 100644 --- a/.github/workflows/win-winml-x64-build.yml +++ b/.github/workflows/win-winml-x64-build.yml @@ -25,7 +25,7 @@ env: jobs: windows-cuda-x64-build: - runs-on: ["self-hosted", "1ES.Pool=onnxruntime-genai-Win2022-GPU-A10", "JobId=windows-cuda-x64-build-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}"] + runs-on: ["self-hosted", "1ES.Pool=onnxruntime-genai-Win2022-GPU-A10", "JobId=windows-cuda-x64-build-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}", "1ES.ImageOverride=onnxruntime-win2025-nvme-x64"] steps: - name: Checkout OnnxRuntime GenAI repo uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0 diff --git a/.pipelines/stages/jobs/integration-build-job.yml b/.pipelines/stages/jobs/integration-build-job.yml index c19390b517..fa63f8d5f9 100644 --- a/.pipelines/stages/jobs/integration-build-job.yml +++ b/.pipelines/stages/jobs/integration-build-job.yml @@ -14,7 +14,8 @@ jobs: ${{ if eq(parameters.os, 'linux') }}: pool: 'onnxruntime-Ubuntu2204-AMD-CPU' ${{ if eq(parameters.os, 'win') }}: - pool: 'onnxruntime-Win-CPU-2022' + pool: + name: 'onnxruntime-Win-CPU-2022' ${{ if eq(parameters.os, 'osx') }}: pool: name: AcesShared diff --git a/.pipelines/stages/jobs/integration-test-job.yml b/.pipelines/stages/jobs/integration-test-job.yml index cc07febc96..454cf95e62 100644 --- a/.pipelines/stages/jobs/integration-test-job.yml +++ b/.pipelines/stages/jobs/integration-test-job.yml @@ -31,7 +31,8 @@ jobs: ${{ if or(eq(parameters.ep, 'cuda'), eq(parameters.ep, 'webgpu')) }}: pool: 'onnxruntime-Win2022-GPU-A10' ${{ else }}: - pool: 'onnxruntime-Win-CPU-2022' + pool: + name: 'onnxruntime-Win-CPU-2022' ${{ if eq(parameters.os, 'osx') }}: pool: name: AcesShared