Skip to content

Commit 90bbeb2

Browse files
cp xml file
1 parent 50db25b commit 90bbeb2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/_windows_ut.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,11 @@ jobs:
366366
cd ${{ github.workspace }}/ut_log
367367
latest_dir=$(find . -type d -name "Inductor-XPU-UT-Data-${{ github.event.pull_request.number || github.sha }}-Windows-*" |sort -V |tail -n 1)
368368
cd "${latest_dir}"
369+
find "${{ github.workspace }}/ut_log" -type f \
370+
\( -name "failures_*.log" -o \
371+
-name "passed_*.log" -o \
372+
-name "category_*.log" \) \
373+
-exec mv {} ./ \; || true
369374
370375
# get skipped known issues
371376
count=$(gh api --paginate "repos/${{ github.repository }}/issues?labels=skipped_windows" --jq 'length')

0 commit comments

Comments
 (0)