From aef188207cba001546719c4089537dfd0a72a6d5 Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Tue, 13 Feb 2024 12:38:00 -0700 Subject: [PATCH] CI: Add debug logging to WPT run to see if we are overusing /tmp --- Meta/Azure/Lagom.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Meta/Azure/Lagom.yml b/Meta/Azure/Lagom.yml index b34153c1dc..7b08de404f 100644 --- a/Meta/Azure/Lagom.yml +++ b/Meta/Azure/Lagom.yml @@ -173,7 +173,9 @@ jobs: - ${{ if and(eq(parameters.fuzzer, 'NoFuzz'), eq(parameters.os, 'Linux') ) }}: - script: | + du -sh /tmp* | sort -h ./run.sh + du -sh /tmp* | sort -h displayName: 'WPT' workingDirectory: $(Build.SourcesDirectory)/Tests/LibWeb/WPT/ env: