Skip to content

Commit 61cef5b

Browse files
authored
[AMD][CI] Avoid gfx950 runner failing others (#8741)
1 parent cee62bb commit 61cef5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration-tests-amd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
integration-tests-amd:
1212
runs-on: ${{ matrix.runner }}
1313
timeout-minutes: 45
14-
continue-on-error: ${{ matrix.runner[1] == 'gfx90a' }}
14+
continue-on-error: ${{ matrix.runner[1] == 'gfx90a' || matrix.runner[0] == 'gfx950' }}
1515
strategy:
1616
matrix:
1717
runner: ${{ fromJson(inputs.matrix) }}

0 commit comments

Comments
 (0)