Skip to content

Commit 825287d

Browse files
update selfhost runner logic1
1 parent d591367 commit 825287d

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/scripts/ppc64le-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ python test/test_utils.py TestDeviceUtilsCPU.test_device_mode_ops_sparse_mm_redu
2424

2525
cd ..
2626
pip 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
3030
fi

.github/workflows/ppc64le.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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+

0 commit comments

Comments
 (0)