Skip to content

Commit 3a4b6af

Browse files
committed
Try again with filtering out tests
1 parent 690300a commit 3a4b6af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/premerge.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
runs-on:
35-
- depot-ubuntu-24.04-arm-64
35+
- depot-ubuntu-24.04-arm-16
3636
- llvm-premerge-linux-runners
3737
runs-on: ${{ matrix.runs-on }}
3838
container:
@@ -73,7 +73,9 @@ jobs:
7373
if "$RUNNER_ARCH" = "ARM64"; then
7474
# XFAIL lldb test: https://github.com/llvm/llvm-project/issues/155895
7575
export LIT_XFAIL="functionalities/gdb_remote_client/TestqOffsets.py"
76+
export LIT_FILTER_OUT=TestqOffsets.py
7677
fi
78+
env
7779
7880
if ! [[ "${{ matrix.runs-on }}" = "llvm-premerge-linux-runners" ]]; then
7981
# This environment variable is passes into the container through the

0 commit comments

Comments
 (0)