Skip to content

Commit bf9157e

Browse files
committed
test
1 parent a2aaebf commit bf9157e

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

.github/workflows/_linux-build.yml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -325,15 +325,6 @@ jobs:
325325
if-no-files-found: error
326326
path: artifacts.zip
327327

328-
- name: Store PyTorch Build Artifacts for s390x for split build
329-
uses: actions/upload-artifact@v4
330-
if: inputs.build-generates-artifacts && steps.build.outcome != 'skipped' && inputs.use_split_build && inputs.build-environment == 'linux-s390x-binary-manywheel'
331-
with:
332-
name: ${{ inputs.build-environment }}-experimental-split-build
333-
retention-days: 14
334-
if-no-files-found: error
335-
path: artifacts.zip
336-
337328
- name: Stop monitoring script
338329
if: ${{ always() && steps.monitor-script.outputs.monitor-script-pid }}
339330
shell: bash
@@ -343,12 +334,12 @@ jobs:
343334
run: |
344335
kill "$MONITOR_SCRIPT_PID"
345336
346-
- name: Cleanup docker
347-
if: always() && inputs.build-environment == 'linux-s390x-binary-manywheel'
337+
- name: Check all txt
348338
shell: bash
339+
continue-on-error:true
349340
run: |
350-
ls usage_log_build*
351-
341+
ls *.txt
342+
352343
- name: Upload raw usage log to s3
353344
if: ${{ always() && steps.build.outcome != 'skipped' && !inputs.disable-monitor && inputs.build-environment != 'linux-s390x-binary-manywheel'}}
354345
uses: seemethere/upload-artifact-s3@v5

0 commit comments

Comments
 (0)