Skip to content

Commit

Permalink
[Android] Free up more disk space on CI builds
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Steve Pfister committed Apr 5, 2023
1 parent 66211eb commit 779ea75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eng/testing/tests.android.targets
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
DestinationFolder="$(TestArchiveTestsDir)"
SkipUnchangedFiles="true"
Condition="'$(ArchiveTests)' == 'true' and '$(IgnoreForCI)' != 'true'" />

<RemoveDir Condition="'$(ArchiveTests)' == 'true'" Directories="$(OutDir)" />
</Target>

</Project>

0 comments on commit 779ea75

Please sign in to comment.