Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/actions/linux-uttest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ runs:
tee ${{ github.workspace }}/ut_log/op_ut/op_ut_with_skip_test.log
ls -al
cp *.xml ${{ github.workspace }}/ut_log
find op_ut_with_skip_nn op_ut_with_skip_quantization/core -type f -exec sh -c '
find op_ut_with_skip_nn op_ut_with_skip_quantization/core op_ut_with_all_functorch -type f -exec sh -c '
dir_path=$(dirname "$1");
case "$dir_path" in
*"op_ut_with_skip_quantization/core"*)
Expand All @@ -90,6 +90,7 @@ runs:
ls -al op_ut_with_skip_nn op_ut_with_skip_quantization/core
cp op_ut_with_skip_nn/*.xml ${{ github.workspace }}/ut_log
cp op_ut_with_skip_quantization/core/*.xml ${{ github.workspace }}/ut_log
cp op_ut_with_all_functorch/*.xml ${{ github.workspace }}/ut_log
# Cases run with a on-demand white list, since some suites are too
# slow to go through all operators on CPU. So add cases on-demand
# when XPU implementatoin is done.
Expand Down
Loading
Loading