Skip to content

Commit 7aa752f

Browse files
committed
update
1 parent 57a4e5d commit 7aa752f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/_linux_ut.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,11 @@ jobs:
155155
latest_dir=$(find . -type d -name "Inductor-XPU-UT-Data-${{ github.event.pull_request.number || github.sha }}-${{ inputs.ut }}-*" |sort -V |tail -n 1)
156156
cd "${latest_dir}/${{ inputs.ut }}"
157157
find "${{ github.workspace }}/ut_log" -type f \
158-
-name "failures_*.log" -o \
159-
-name "passed_*.log" -o \
160-
-name "category_*.log" -o \
161-
-name "reproduce_*.log" \
162-
-exec mv {} ./ \;
158+
\( -name "failures_*.log" -o \
159+
-name "passed_*.log" -o \
160+
-name "category_*.log" -o \
161+
-name "reproduce_*.log" \) \
162+
-exec mv {} 1/ \; || true
163163
cp ${{ github.workspace }}/.github/scripts/ut_result_check.sh ./
164164
# get distributed known issues
165165
gh --repo intel/torch-xpu-ops issue view $UT_SKIP_ISSUE --json body -q .body |sed -E '/^(#|$)/d' > Known_issue.log.tmp

0 commit comments

Comments
 (0)