You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by rc...@apache.org on 2020/11/03 03:05:06 UTC

[james-project] branch master updated: Add a warmup stage in jenkins stress tests file

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


The following commit(s) were added to refs/heads/master by this push:
     new cef00d6  Add a warmup stage in jenkins stress tests file
cef00d6 is described below

commit cef00d6731e682b1c8b9253fb1fc4f46e62030ac
Author: Rene Cordier <rc...@linagora.com>
AuthorDate: Wed Oct 28 15:59:36 2020 +0700

    Add a warmup stage in jenkins stress tests file
---
 JenkinsfileStressTests.groovy | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/JenkinsfileStressTests.groovy b/JenkinsfileStressTests.groovy
index 34a5fa8..f929bdc 100644
--- a/JenkinsfileStressTests.groovy
+++ b/JenkinsfileStressTests.groovy
@@ -117,6 +117,11 @@ pipeline {
                 }
             }
             stages {
+                stage('Gatling warmup') {
+                    steps {
+                        build job: 'Gatling-job', parameters: [[$class: 'StringParameterValue', name: 'SBT_ACTION', value: "gatling:testOnly ${params.SIMULATION}"], [$class: 'StringParameterValue', name: 'GITHUB', value: params.GITHUB_SIMULATIONS], [$class: 'StringParameterValue', name: 'DURATION', value: params.WARMUP_DURATION]], propagate: false
+                    }
+                }
                 stage('Run Gatling test') {
                     steps {
                         build job: 'Gatling-job', parameters: [[$class: 'StringParameterValue', name: 'SBT_ACTION', value: "gatling:testOnly ${params.SIMULATION}"], [$class: 'StringParameterValue', name: 'GITHUB', value: params.GITHUB_SIMULATIONS]]


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