We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b57f1b5 commit 090e8b2Copy full SHA for 090e8b2
.github/workflows/inductor-tests-reusable.yml
@@ -34,11 +34,11 @@ jobs:
34
build:
35
name: Test
36
runs-on:
37
- - ${{ inputs.runner_label || 'max1550' }}
+ - ${{ inputs.runner_label || 'rolling' }}
38
timeout-minutes: 720
39
defaults:
40
run:
41
- shell: bash -noprofile --norc -eo pipefail -c "source /opt/intel/oneapi/setvars.sh > /dev/null; source {0}"
+ shell: bash -noprofile --norc -eo pipefail -c "source /opt/intel/oneapi/2025.0/oneapi-vars.sh > /dev/null; source {0}"
42
steps:
43
- name: Print inputs
44
run: |
0 commit comments