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/20 08:54:06 UTC

[GitHub] eolivelli commented on a change in pull request #1184: Prune networks from previous runs before IT

eolivelli commented on a change in pull request #1184: Prune networks from previous runs before IT
URL: https://github.com/apache/bookkeeper/pull/1184#discussion_r169250245
 
 

 ##########
 File path: .test-infra/jenkins/job_bookkeeper_precommit_integrationtests.groovy
 ##########
 @@ -39,6 +39,7 @@ freeStyleJob('bookkeeper_precommit_integrationtests') {
         shell('pwd')
         shell('df -h')
         shell('ps -eo euser,pid,ppid,pgid,start,pcpu,pmem,cmd')
+        shell('docker network prune -f') // clean up any dangling networks from previous runs
         shell('docker system events > docker.log & echo $! > docker-log.pid')
 
 Review comment:
   Can this interfere with other jenkins jobs on asf shared ci?

----------------------------------------------------------------
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