You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/02/12 14:37:39 UTC

[GitHub] eolivelli commented on a change in pull request #1142: Gather disk information before CI build

eolivelli commented on a change in pull request #1142: Gather disk information before CI build
URL: https://github.com/apache/bookkeeper/pull/1142#discussion_r167572375
 
 

 ##########
 File path: .test-infra/jenkins/job_bookkeeper_precommit_java8.groovy
 ##########
 @@ -22,6 +22,11 @@ import common_job_properties
 mavenJob('bookkeeper_precommit_pullrequest_java8') {
   description('precommit verification for pull requests of <a href="http://bookkeeper.apache.org">Apache BookKeeper</a> in Java 8.')
 
+  // Temporary information gathering to see if full disks are causing the builds to flake
+  preBuildSteps {
+    shell("df -h")
 
 Review comment:
   maybe we should add also a "pwd" ? in order to know which is the disk on which the build is running ?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services