Skip to content

Commit 91c7a93

Browse files
authored
Fix ADO pools for webgpu & other (#27988)
### Description <!-- Describe your changes. --> ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
1 parent 88266cc commit 91c7a93

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: [
2727
"self-hosted",
2828
"1ES.Pool=onnxruntime-github-Ubuntu2204-AMD-CPU",
29-
"JobId=codeql-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}"
29+
"JobId=codeql-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}-${{ matrix.language}}"
3030
]
3131
permissions:
3232
actions: read

.github/workflows/windows_qnn_x64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: [
2222
"self-hosted",
2323
"1ES.Pool=onnxruntime-github-vs2022-latest",
24-
"JobId=build_test_qnn_ep-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}"
24+
"JobId=build_test_qnn_ep-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}-${{matrix.QnnLibKind}}"
2525
]
2626
timeout-minutes: 120
2727
strategy:

.github/workflows/windows_webgpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: [
2121
"self-hosted",
2222
"1ES.Pool=onnxruntime-github-Win2022-GPU-A10",
23-
"JobId=webgpu_build_x64_RelWithDebInfo-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}"
23+
"JobId=webgpu_build_x64_RelWithDebInfo-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}-${{ matrix.vcpkg_option }}-${{ matrix.wgsl_template }}"
2424
]
2525
timeout-minutes: 300
2626
strategy:

0 commit comments

Comments
 (0)