diff mbox series

[v1,13/14] .travis.yml: show free disk space at end of run

Message ID 20200423170557.31106-14-alex.bennee@linaro.org
State Superseded
Headers show
Series guest_base, gdbstub and Travis | expand

Commit Message

Alex Bennée April 23, 2020, 5:05 p.m. UTC
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

-- 
2.20.1

Comments

Philippe Mathieu-Daudé April 23, 2020, 8:27 p.m. UTC | #1
On 4/23/20 7:05 PM, Alex Bennée wrote:
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

> ---

>   .travis.yml | 1 +

>   1 file changed, 1 insertion(+)

> 

> diff --git a/.travis.yml b/.travis.yml

> index 2fd63eceaa..a4c3c6c805 100644

> --- a/.travis.yml

> +++ b/.travis.yml

> @@ -113,6 +113,7 @@ script:

>           $(exit $BUILD_RC);

>       fi

>   after_script:

> +  - df -h


Well, I suppose it helps to realize we didn't break the runner, it was 
already dying...

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>


>     - if command -v ccache ; then ccache --show-stats ; fi

>   

>   

>
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 2fd63eceaa..a4c3c6c805 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -113,6 +113,7 @@  script:
         $(exit $BUILD_RC);
     fi
 after_script:
+  - df -h
   - if command -v ccache ; then ccache --show-stats ; fi