Skip to content

Commit 15015d5

Browse files
Remove temp SDK on Helix (#22475)
1 parent d68ff61 commit 15015d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

eng/helix/content/runtests.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,8 @@ echo "Running tests: $DOTNET_ROOT/dotnet run --project RunTests/RunTests.csproj
9292
$DOTNET_ROOT/dotnet run --project RunTests/RunTests.csproj -- --target $1 --sdk $2 --runtime $3 --queue $4 --arch $5 --quarantined $6 --ef $7 --aspnetruntime $8 --aspnetref $9 --helixTimeout ${10}
9393
exit_code=$?
9494
echo "Finished tests...exit_code=$exit_code"
95+
96+
# dotnet-install.sh leaves the temporary SDK archive on the helix machine which slowly fills the disk, we'll be nice and clean it until the script fixes the issue
97+
rm -r -f ${TMPDIR:-/tmp}/dotnet.*
98+
9599
exit $exit_code

0 commit comments

Comments
 (0)