Skip to content

Commit 090e8b2

Browse files
authored
Use DLE specific vars file (#2962)
There is a PyTorch regression (see pytorch/pytorch#142242) that requires a different ONEAPI_ROOT for inductor tests.
1 parent b57f1b5 commit 090e8b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/inductor-tests-reusable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
build:
3535
name: Test
3636
runs-on:
37-
- ${{ inputs.runner_label || 'max1550' }}
37+
- ${{ inputs.runner_label || 'rolling' }}
3838
timeout-minutes: 720
3939
defaults:
4040
run:
41-
shell: bash -noprofile --norc -eo pipefail -c "source /opt/intel/oneapi/setvars.sh > /dev/null; source {0}"
41+
shell: bash -noprofile --norc -eo pipefail -c "source /opt/intel/oneapi/2025.0/oneapi-vars.sh > /dev/null; source {0}"
4242
steps:
4343
- name: Print inputs
4444
run: |

0 commit comments

Comments
 (0)