From 2919d5f2d2197a8f5179bf72f936747259b7c4d6 Mon Sep 17 00:00:00 2001 From: Alexei Fedotov Date: Mon, 29 Apr 2024 14:11:31 +0000 Subject: [PATCH] Use new exclude lists, r1 --- .github/workflows/conda-basekit-build-test.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/conda-basekit-build-test.yml b/.github/workflows/conda-basekit-build-test.yml index a3194714b3..53a7ad722b 100644 --- a/.github/workflows/conda-basekit-build-test.yml +++ b/.github/workflows/conda-basekit-build-test.yml @@ -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/