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:
[email protected]


With regards,
Apache Git Services

Reply via email to