File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed
Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments