Skip to content

Commit 1ac368d

Browse files
finilizing changes
1 parent a72aaea commit 1ac368d

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.github/scripts/ppc64le/self-hosted-builder/[email protected]

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ Type=simple
77
Restart=always
88

99
# Cleanup stale containers
10-
ExecStartPre=-/usr/bin/docker rm --force actions-runner.%i || true
11-
1210
ExecStartPre=-/usr/bin/docker rm --force actions-runner.%i
1311
ExecStartPre=-/usr/local/bin/gh_token_generator.sh /etc/actions-runner/%i/appid.env /etc/actions-runner/%i/installid.env /etc/actions-runner/%i/key_private.pem /etc/actions-runner/%i/ghtoken.env
1412
ExecStartPre=-/usr/local/bin/gh_cat_token.sh /etc/actions-runner/%i/ghtoken.env /etc/actions-runner/%i/ghtoken.txt
@@ -30,9 +28,5 @@ ExecStop=/bin/sh -c "docker rm actions-runner.%i"
3028

3129
ExecStop=/usr/bin/env rm -f /etc/actions-runner/%i/ghtoken.env /etc/actions-runner/%i/ghtoken.txt
3230

33-
# Logging and Permissions
34-
StandardOutput=journal
35-
StandardError=journal
36-
3731
[Install]
3832
WantedBy=multi-user.target

.github/workflows/_linux-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,10 @@ jobs:
324324
if-no-files-found: error
325325
path: artifacts.zip
326326

327+
- name: Archive ppc64le artifacts into zip
328+
if: inputs.build-environment == 'linux-ppc64le-binary-manywheel'
329+
run: |
330+
zip -1 -r artifacts.zip dist/
327331
328332

329333
- name: Store PyTorch Build Artifacts for ppc64le

.github/workflows/ppc64le.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,5 @@ jobs:
3636
with:
3737
build-environment: linux-ppc64le-binary-manywheel-ubi9
3838
docker-image-name: pytorch-ppc64le:ubi9.3
39-
build-generates-artifacts: true
4039
runner: linux.ppc64le
4140

0 commit comments

Comments
 (0)