We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d8021 commit 1e09d0cCopy full SHA for 1e09d0c
.github/workflows/_linux_ut.yml
@@ -154,7 +154,7 @@ jobs:
154
cd ${{ github.workspace }}/ut_log/
155
latest_dir=$(find . -type d -name "Inductor-XPU-UT-Data-${{ github.event.pull_request.number || github.sha }}-${{ inputs.ut }}-*" |sort -V |tail -n 1)
156
cd "${latest_dir}/${{ inputs.ut }}"
157
- cp ../*.log ./
+ mv ../*.log ./
158
cp ${{ github.workspace }}/.github/scripts/ut_result_check.sh ./
159
# get distributed known issues
160
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