mirror of
https://github.com/ROCm/ROCm.git
synced 2026-02-21 03:00:39 -05:00
[CI] disable XPU tests (not compiling) (#2044)
cc @EikanWang . I'm disabling this for now since it broke with the H100 merge, but please feel free to fix the compilation errors and submit a PR.
This commit is contained in:
2
.github/workflows/integration-tests.yml
vendored
2
.github/workflows/integration-tests.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
run: |
|
||||
if [ x"${{ github.repository }}" == x"openai/triton" ]; then
|
||||
echo '::set-output name=matrix-required::[["self-hosted", "A100"], ["self-hosted", "H100"]]'
|
||||
echo '::set-output name=matrix-optional::[["self-hosted", "gfx908"], ["self-hosted", "arc770"]]'
|
||||
echo '::set-output name=matrix-optional::[["self-hosted", "gfx908"]]'
|
||||
else
|
||||
echo '::set-output name=matrix-required::["ubuntu-latest"]'
|
||||
echo '::set-output name=matrix-optional::["ubuntu-latest"]'
|
||||
|
||||
Reference in New Issue
Block a user