This is an automated email from the ASF dual-hosted git repository.
ivank pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new 245f0c0 Prune networks from previous runs before IT
245f0c0 is described below
commit 245f0c03cdfca0c5cc2ae1aeab3d22765ec3fad0
Author: Ivan Kelly <[email protected]>
AuthorDate: Tue Feb 20 13:33:04 2018 +0100
Prune networks from previous runs before IT
If a build fails, it can leave networks around. Run prune before the
integration tests to avoid this.
Author: Ivan Kelly <[email protected]>
Reviewers: Enrico Olivelli <[email protected]>, Sijie Guo
<[email protected]>
This closes #1184 from ivankelly/prune-networks
---
.test-infra/jenkins/job_bookkeeper_precommit_integrationtests.groovy | 1 +
1 file changed, 1 insertion(+)
diff --git
a/.test-infra/jenkins/job_bookkeeper_precommit_integrationtests.groovy
b/.test-infra/jenkins/job_bookkeeper_precommit_integrationtests.groovy
index b635814..b7b0344 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')
--
To stop receiving notification emails like this one, please contact
[email protected].