This is an automated email from the ASF dual-hosted git repository.
smolnar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git
The following commit(s) were added to refs/heads/master by this push:
new 28159cfb2 Displaying disk usage on Travis CI nodes
28159cfb2 is described below
commit 28159cfb26c289ca87701c633be643cdbf2b4357
Author: Sandor Molnar <[email protected]>
AuthorDate: Mon Aug 15 15:19:04 2022 +0200
Displaying disk usage on Travis CI nodes
---
.travis.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 6cb9d08cf..a73956a04 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,6 +36,7 @@ env:
services:
- docker
before_install:
+ - df -h
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add
-
- sudo add-apt-repository "deb [arch=amd64]
https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
- sudo add-apt-repository "deb [arch=arm64]
https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
@@ -46,6 +47,10 @@ before_install:
- docker pull $IMAGE
script:
- $DOCKERRUN $IMAGE mvn -T.75C clean verify -U -Dshellcheck=true
-Dsurefire.useFile=false -Djavax.net.ssl.trustStorePassword=changeit
-Dmaven.wagon.http.retryHandler.count=5
-Dmaven.wagon.http.retryHandler.class=default
-Dmaven.wagon.http.retryHandler.nonRetryableClasses=java.io.InterruptedIOException
-Dhttp.keepAlive=false -B -V
+after_success:
+ - df -h
+after_failure:
+ - df -h
git:
depth: 1000
cache: