ci: save artifacts before cleaning up big things on macOS (#29578)
This commit is contained in:
parent
8446ce1fc7
commit
556c91a989
1 changed files with 1 additions and 2 deletions
|
@ -1525,6 +1525,7 @@ commands:
|
||||||
- when:
|
- when:
|
||||||
condition: << parameters.build >>
|
condition: << parameters.build >>
|
||||||
steps:
|
steps:
|
||||||
|
- move_and_store_all_artifacts
|
||||||
- run:
|
- run:
|
||||||
name: Remove the big things on macOS, this seems to be better on average
|
name: Remove the big things on macOS, this seems to be better on average
|
||||||
command: |
|
command: |
|
||||||
|
@ -1542,8 +1543,6 @@ commands:
|
||||||
steps:
|
steps:
|
||||||
- *step-save-out-cache
|
- *step-save-out-cache
|
||||||
|
|
||||||
- move_and_store_all_artifacts
|
|
||||||
|
|
||||||
# Trigger tests on arm hardware if needed
|
# Trigger tests on arm hardware if needed
|
||||||
- *step-maybe-trigger-arm-test
|
- *step-maybe-trigger-arm-test
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue