Commit 3cd7c82
fix: free disk space in CreateAzureSdkForNetPR pipeline stage (#10407)
The SubmitPr stage was hitting 95% disk usage. Three changes to reduce
it:
- Download only build_artifacts_csharp instead of all pipeline artifacts
- Add disk cleanup step to remove Docker data, ghc, and Boost from
runner
- Clean up node_modules and npm cache after build, before sdk checkout
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent c0a1559 commit 3cd7c82
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
109 | 115 | | |
110 | 116 | | |
111 | 117 | | |
| |||
150 | 156 | | |
151 | 157 | | |
152 | 158 | | |
| 159 | + | |
153 | 160 | | |
154 | 161 | | |
155 | 162 | | |
| |||
0 commit comments