Skip to content

Commit a1bcd01

Browse files
committed
disable extended test
1 parent e82787d commit a1bcd01

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/_linux_ut.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -156,16 +156,16 @@ jobs:
156156
cd ${{ github.workspace }}
157157
cd test/regressions
158158
timeout 8000 pytest --timeout 600 -v --junit-xml=${{ github.workspace }}/ut_log/op_regression_dev1.xml test_operation_on_device_1.py 2>${{ github.workspace }}/ut_log/op_regression_dev1/op_regression_dev1_test_error.log | tee ${{ github.workspace }}/ut_log/op_regression_dev1/op_regression_dev1_test.log
159-
- name: Run XPU OP Extended UT
160-
if: contains(inputs.ut, 'op_extended')
161-
run: |
162-
source activate xpu_op_${ZE_AFFINITY_MASK}
163-
export PYTORCH_TEST_WITH_SLOW=1
164-
cd ${{ github.workspace }}
165-
mkdir -p ut_log/op_extended
166-
cd ../pytorch/third_party/torch-xpu-ops/test/xpu/extended/
167-
timeout 10000 python run_test_with_skip.py 2>${{ github.workspace }}/ut_log/op_extended/op_extended_test_error.log | tee ${{ github.workspace }}/ut_log/op_extended/op_extended_test.log
168-
cp op_extended.xml ${{ github.workspace }}/ut_log
159+
#- name: Run XPU OP Extended UT
160+
# if: contains(inputs.ut, 'op_extended')
161+
# run: |
162+
# source activate xpu_op_${ZE_AFFINITY_MASK}
163+
# export PYTORCH_TEST_WITH_SLOW=1
164+
# cd ${{ github.workspace }}
165+
# mkdir -p ut_log/op_extended
166+
# cd ../pytorch/third_party/torch-xpu-ops/test/xpu/extended/
167+
# timeout 10000 python run_test_with_skip.py 2>${{ github.workspace }}/ut_log/op_extended/op_extended_test_error.log | tee ${{ github.workspace }}/ut_log/op_extended/op_extended_test.log
168+
# cp op_extended.xml ${{ github.workspace }}/ut_log
169169
- name: Run XPU OP UT
170170
if: contains(inputs.ut, 'op_ut')
171171
run: |

0 commit comments

Comments
 (0)