@@ -156,16 +156,16 @@ jobs:
156
156
cd ${{ github.workspace }}
157
157
cd test/regressions
158
158
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
169
169
- name : Run XPU OP UT
170
170
if : contains(inputs.ut, 'op_ut')
171
171
run : |
0 commit comments