File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
scripts/ppc64le/self-hosted-builder Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ Type=simple
77Restart =always
88
99# Cleanup stale containers
10- ExecStartPre =-/usr/bin/docker rm --force actions-runner.%i || true
11-
1210ExecStartPre =-/usr/bin/docker rm --force actions-runner.%i
1311ExecStartPre =-/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
1412ExecStartPre =-/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
3129ExecStop =/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]
3832WantedBy =multi-user.target
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments