ivankelly closed pull request #1184: Prune networks from previous runs before IT
URL: https://github.com/apache/bookkeeper/pull/1184
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git
a/.test-infra/jenkins/job_bookkeeper_precommit_integrationtests.groovy
b/.test-infra/jenkins/job_bookkeeper_precommit_integrationtests.groovy
index b63581406..b7b03440d 100644
--- a/.test-infra/jenkins/job_bookkeeper_precommit_integrationtests.groovy
+++ b/.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 --filter name=testnetwork_*') // clean
up any dangling networks from previous runs
shell('docker system events > docker.log & echo $! > docker-log.pid')
shell('docker pull
apachebookkeeper/bookkeeper-all-released-versions:latest')
----------------------------------------------------------------
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