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

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 862728c2f49 fix: Fixed the name of the profile used to activate the 
integration-tests on jenkins. (#10806)
862728c2f49 is described below

commit 862728c2f492c015e45021c7eaa6acee6c0f54e1
Author: Christofer Dutz <[email protected]>
AuthorDate: Mon Aug 7 08:08:10 2023 +0200

    fix: Fixed the name of the profile used to activate the integration-tests 
on jenkins. (#10806)
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 8b0791e0925..ea1baceec79 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -105,7 +105,7 @@ pipeline {
             }
             steps {
                 echo 'Integration Test...'
-                sh "mvn ${MVN_TEST_FAIL_IGNORE} verify -P 
ClusterIT,with-integration-test -pl integration-test -am -DskipUTs 
-DintegrationTest.threadCount=3 -DintegrationTest.forkCount=3"
+                sh "mvn ${MVN_TEST_FAIL_IGNORE} verify -P 
ClusterIT,with-integration-tests -pl integration-test -am -DskipUTs 
-DintegrationTest.threadCount=3 -DintegrationTest.forkCount=3"
             }
             post {
                 always {

Reply via email to