You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rc...@apache.org on 2020/02/28 03:12:31 UTC

[james-project] 01/06: JAMES-3077 Clean up containers before running benchmarks

This is an automated email from the ASF dual-hosted git repository.

rcordier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 4cab0d95a4f2cbdd4f2b7edd652704d96fa6e6e9
Author: Gautier DI FOLCO <gd...@linagora.com>
AuthorDate: Wed Feb 26 11:48:17 2020 +0100

    JAMES-3077 Clean up containers before running benchmarks
---
 JenkinsfileStressTests.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/JenkinsfileStressTests.groovy b/JenkinsfileStressTests.groovy
index 38d7d10..ae751c0 100644
--- a/JenkinsfileStressTests.groovy
+++ b/JenkinsfileStressTests.groovy
@@ -50,6 +50,7 @@ pipeline {
                 stage('Start James') {
                     steps {
                         script {
+                            sh 'docker rm -f cassandra rabbitmq elasticsearch tika swift james_run || true'
                             if (fileExists('/srv/bench-running-docker')) {
                                 echo 'Last build failed, cleaning provisionning'
                                 sh 'sudo btrfs subvolume delete /srv/bench-running-docker'


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org