Skip to content

Commit b9d4a5b

Browse files
authored
Use max1100 for testing Python (#4699)
1 parent 616a6d3 commit b9d4a5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-test-python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ jobs:
7676
uses: ./.github/workflows/build-test-reusable.yml
7777
with:
7878
# For this workflow, use max1550 runners to reduce cache consumption on max1100 runners.
79-
device: ${{ matrix.driver == 'rolling' && 'max1550' || 'max1100' }}
79+
# TODO: revert to max1550 for rolling when available
80+
device: ${{ matrix.driver == 'rolling' && 'max1100' || 'max1100' }}
8081
driver_version: ${{ matrix.driver }}
8182
runner_label: ${{ inputs.runner_label }}
8283
pytorch_ref: ${{ inputs.pytorch_ref }}

0 commit comments

Comments
 (0)