Skip to content

Commit b5321f0

Browse files
[CI] Fix E2E tests
Use test filters only when they are set, which is for L0. Otherwise we get 'error: filter did not match any tests'.
1 parent 3b7f35b commit b5321f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2e_core.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ jobs:
168168
-DCMAKE_CXX_COMPILER="$(which clang++)"
169169
-DLLVM_LIT="${{github.workspace}}/sycl-repo/llvm/utils/lit/lit.py"
170170
171-
- name: Set test filters
171+
- name: Set test filters for L0
172+
if: matrix.adapter.name == 'L0'
172173
run: |
173174
echo "LIT_XFAIL_NOT=${{inputs.xfail_not}}" >> $GITHUB_ENV
174175
echo "LIT_XFAIL=${{inputs.xfail}}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)