diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 6c93538a2..1cd2d2955 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -106,7 +106,7 @@ jobs: run: | if [ x"${{ github.repository }}" == x"triton-lang/triton" ]; then echo '::set-output name=matrix-CUDA::[["a100-runner-set"], ["h100-runner-set"]]' - echo '::set-output name=matrix-HIP::[["self-hosted", "gfx90a"], ["self-hosted", "gfx942"]]' + echo '::set-output name=matrix-HIP::[["self-hosted", "gfx942"]]' echo '::set-output name=matrix-MACOS::[["macos-latest"]]' else echo '::set-output name=matrix-CUDA::["ubuntu-latest"]' diff --git a/.github/workflows/integration-tests.yml.in b/.github/workflows/integration-tests.yml.in index 1b4c46a26..851ee4928 100644 --- a/.github/workflows/integration-tests.yml.in +++ b/.github/workflows/integration-tests.yml.in @@ -115,7 +115,7 @@ jobs: run: | if [ x"${{ github.repository }}" == x"triton-lang/triton" ]; then echo '::set-output name=matrix-CUDA::[["a100-runner-set"], ["h100-runner-set"]]' - echo '::set-output name=matrix-HIP::[["self-hosted", "gfx90a"], ["self-hosted", "gfx942"]]' + echo '::set-output name=matrix-HIP::[["self-hosted", "gfx942"]]' echo '::set-output name=matrix-MACOS::[["macos-latest"]]' else echo '::set-output name=matrix-CUDA::["ubuntu-latest"]'