Uh oh!
There was an error while loading. Please reload this page.
[release/7.0][Android] Free up more disk space on CI builds - #84567
Conversation
backport of dotnet#84354 The android builds are running out of disk space when building the library test apps. This change tries to recoup some of that space by deleting artifacts after each test was built.
ghost
commented
Apr 10, 2023
Tagging subscribers to this area: @directhex Issue Detailsbackport of #84354 The android builds are running out of disk space when building the library test apps. This change tries to recoup some of that space by deleting artifacts after each test was built.
|
steveisok
commented
Apr 10, 2023
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
carlossanlop
left a comment
There was a problem hiding this comment.
Thanks for the fix. I can wait for this to get merged to ensure it gets included in today's PR to the base branch (it's code complete today).
carlossanlop
commented
Apr 10, 2023
The Android failures runtime-extra-platforms are all known and unrelated. I noticed a bunch of WASM failures that I have not seen before. Unrelated to this PR, but I'll open issues for them. |
backport of #84354
The android builds are running out of disk space when building the library test apps. This change tries to recoup some of that space by deleting artifacts after each test was built.