Skip to content

Commit 298306f

Browse files
authored
[CI] Switch to use gfx942 runner set (#6470)
Also increased timeout limit a bit given we need to pull docker images which takes some time.
1 parent 5ee013c commit 298306f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
run: |
116116
if [ x"${{ github.repository }}" == x"triton-lang/triton" ]; then
117117
echo '::set-output name=matrix-CUDA::[["a100-runner-set"], ["h100-runner-set"], ["gb200-runner-set"]]'
118-
echo '::set-output name=matrix-HIP::[["self-hosted", "gfx90a"], ["self-hosted", "gfx942"]]'
118+
echo '::set-output name=matrix-HIP::[["self-hosted", "gfx90a"], ["amd-gfx942"]]'
119119
echo '::set-output name=matrix-MACOS::[["macos-latest"]]'
120120
else
121121
echo '::set-output name=matrix-CUDA::["ubuntu-latest"]'
@@ -285,7 +285,7 @@ jobs:
285285
needs: Runner-Preparation
286286
if: needs.Runner-Preparation.outputs.matrix-HIP != ''
287287
runs-on: ${{ matrix.runner }}
288-
timeout-minutes: 30
288+
timeout-minutes: 45
289289
env:
290290
RUNNER_TYPE: ${{ matrix.runner[1] }}
291291
strategy:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
run: |
125125
if [ x"${{ github.repository }}" == x"triton-lang/triton" ]; then
126126
echo '::set-output name=matrix-CUDA::[["a100-runner-set"], ["h100-runner-set"], ["gb200-runner-set"]]'
127-
echo '::set-output name=matrix-HIP::[["self-hosted", "gfx90a"], ["self-hosted", "gfx942"]]'
127+
echo '::set-output name=matrix-HIP::[["self-hosted", "gfx90a"], ["amd-gfx942"]]'
128128
echo '::set-output name=matrix-MACOS::[["macos-latest"]]'
129129
else
130130
echo '::set-output name=matrix-CUDA::["ubuntu-latest"]'
@@ -327,7 +327,7 @@ jobs:
327327
if: needs.Runner-Preparation.outputs.matrix-HIP != ''
328328

329329
runs-on: ${{ matrix.runner }}
330-
timeout-minutes: 30
330+
timeout-minutes: 45
331331

332332
env:
333333
RUNNER_TYPE: ${{ matrix.runner[1] }}

0 commit comments

Comments
 (0)