Skip to content

Commit 7282e75

Browse files
committed
Use rolling label instead of max1550
Max1550 runners still have PTDB, we need DLE for inductor tests.
1 parent 4e1016f commit 7282e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ 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:

0 commit comments

Comments
 (0)