Skip to content

Commit 93b8783

Browse files
added test job in nightly build
1 parent 7b5b444 commit 93b8783

File tree

3 files changed

+49
-2
lines changed

3 files changed

+49
-2
lines changed

.github/workflows/_binary-test-linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,9 @@ jobs:
223223
uses: pytorch/test-infra/.github/actions/pull-docker-image@main
224224
with:
225225
docker-image: ${{ steps.calculate-docker-image.outputs.docker-image }}
226+
- name: Build Docker image for ppc64le
227+
run: |
228+
docker build --network=host -f ./pytorch/.ci/docker/manywheel/Dockerfile_ppc64le -t pytorch/manylinuxppc64le-builder:cpu-ppc64le-main .
226229
227230
- name: Test Pytorch binary
228231
if: ${{ steps.filter.outputs.is-test-matrix-empty == 'False' }}

.github/workflows/generated-linux-ppc64le-binary-manywheel-nightly.yml

Lines changed: 45 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/ppc64le.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ jobs:
4444
with:
4545
build-environment: linux-ppc64le-binary-manywheel
4646
docker-image-name: manylinuxppc64le-builder
47-
runner: ubuntu-24.04-ppc64le-4xlarge
47+
runner: ubuntu-24.04-ppc64le-2xlarge
4848
secrets: inherit

0 commit comments

Comments
 (0)