Skip to content

Commit

Permalink
Use new exclude lists, r1
Browse files Browse the repository at this point in the history
  • Loading branch information
leshikus committed Apr 29, 2024
1 parent c56f561 commit 2919d5f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/conda-basekit-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,12 @@ jobs:
- name: Run core tests
env:
# FIXME https://github.com/intel/intel-xpu-backend-for-triton/issues/866
# FIXME https://github.com/intel/intel-xpu-backend-for-triton/issues/866
TRITON_TEST_SKIPLIST_DIR: scripts/skiplist/conda-basekit
run: |
set -x
# FIXME https://github.com/intel/intel-xpu-backend-for-triton/issues/866
mv scripts/core-conda-basekit.exclude-list scripts/core.exclude-list
mv scripts/interpreter-conda-basekit.exclude-list scripts/interpreter.exclude-list
# FIXME https://github.com/intel/intel-xpu-backend-for-triton/issues/866
sed -ie '
s/\(.*03-matrix-multiplication\)/#\1/
s/\(.*07-extern-functions\)/#\1/
Expand Down

0 comments on commit 2919d5f

Please sign in to comment.