Skip to content

Commit 973a118

Browse files
authored
[DPE-8439] No reinit (#1114)
* Remove reinitialisations and use /mnt * Linting * Bump libs and remove dead code
1 parent 9f0a36e commit 973a118

File tree

6 files changed

+10
-869
lines changed

6 files changed

+10
-869
lines changed

.github/workflows/integration_test.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -84,17 +84,8 @@ jobs:
8484
needs:
8585
- collect-integration-tests
8686
runs-on: ${{ matrix.job.runner }}
87-
timeout-minutes: 226 # Sum of steps `timeout-minutes` + 5
87+
timeout-minutes: 216 # Sum of steps `timeout-minutes` + 5
8888
steps:
89-
- name: Free up disk space
90-
timeout-minutes: 10
91-
run: |
92-
printf '\nDisk usage before cleanup\n'
93-
df --human-readable
94-
# Based on https://github.com/actions/runner-images/issues/2840#issuecomment-790492173
95-
rm -r /opt/hostedtoolcache/
96-
printf '\nDisk usage after cleanup\n'
97-
df --human-readable
9889
- name: Checkout
9990
timeout-minutes: 3
10091
uses: actions/checkout@v5

0 commit comments

Comments
 (0)