File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ python test/test_utils.py TestDeviceUtilsCPU.test_device_mode_ops_sparse_mm_redu
2424
2525cd ..
2626pip install pytest pytest-xdist
27- if ! pytest -n $( nproc) $PACKAGE_NAME /test/common_extended_utils.py $PACKAGE_NAME /test/common_utils.py $PACKAGE_NAME /test/smoke_test.py $PACKAGE_NAME /test/test_architecture_ops.py $PACKAGE_NAME /test/test_datasets_video_utils_opt.py $PACKAGE_NAME /test/test_tv_tensors.py; then
27+ if ! pytest -n $( nproc) -vvvv $PACKAGE_NAME /test/common_extended_utils.py $PACKAGE_NAME /test/common_utils.py $PACKAGE_NAME /test/smoke_test.py $PACKAGE_NAME /test/test_architecture_ops.py $PACKAGE_NAME /test/test_datasets_video_utils_opt.py $PACKAGE_NAME /test/test_tv_tensors.py; then
2828 echo " ------------------$PACKAGE_NAME :install_success_but_test_fails ###---------------------"
2929 exit 0
3030fi
Original file line number Diff line number Diff line change @@ -31,14 +31,13 @@ jobs:
3131
3232
3333
34- linux-manylinux-2_28-py3 -cpu-ppc64le-build :
34+ linux-ubi-9-3 -cpu-ppc64le-build :
3535
36- name : linux-manylinux-2_28-py3 -cpu-ppc64le
36+ name : linux-ubi9-3 -cpu-ppc64le
3737 uses : ./.github/workflows/_linux-build.yml
3838 needs : linux-ppc64le-docker-image-build
3939 with :
4040 build-environment : linux-ppc64le-binary-manywheel
4141 docker-image-name : pytorch-ppc64le:ubi9.3
42- # runner_prefix: '[self-hosted,' # Example prefix
4342 runner : pytorch-runner # Example runner
44- # runner-ppc64le: '["self-hosted", "linux", "ppc64le"]' # Specific architecture
43+
You can’t perform that action at this time.
0 commit comments