Skip to content

Commit edcc2bc

Browse files
authored
Revert "[CI][AMD] Reenable MI300 CI (intel#4453)" (intel#4497)
The machine still have internet connection issues. So taking down. This reverts commit d55edef.
1 parent 24d8ac3 commit edcc2bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
run: |
107107
if [ x"${{ github.repository }}" == x"triton-lang/triton" ]; then
108108
echo '::set-output name=matrix-CUDA::[["a100-runner-set"], ["h100-runner-set"]]'
109-
echo '::set-output name=matrix-HIP::[["self-hosted", "gfx90a"], ["self-hosted", "gfx942"]]'
109+
echo '::set-output name=matrix-HIP::[["self-hosted", "gfx90a"]]'
110110
echo '::set-output name=matrix-MACOS::[["macos-latest"]]'
111111
else
112112
echo '::set-output name=matrix-CUDA::["ubuntu-latest"]'

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

Lines changed: 1 addition & 1 deletion
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"]]'
118-
echo '::set-output name=matrix-HIP::[["self-hosted", "gfx90a"], ["self-hosted", "gfx942"]]'
118+
echo '::set-output name=matrix-HIP::[["self-hosted", "gfx90a"]]'
119119
echo '::set-output name=matrix-MACOS::[["macos-latest"]]'
120120
else
121121
echo '::set-output name=matrix-CUDA::["ubuntu-latest"]'

0 commit comments

Comments
 (0)