This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb-extras.git
The following commit(s) were added to refs/heads/master by this push:
new 421940d chore: Removed the integrationtest step.
421940d is described below
commit 421940d890b17b5ffa72c0f52722e9b80496fdb4
Author: Christofer Dutz <[email protected]>
AuthorDate: Thu Apr 18 13:29:38 2024 +0200
chore: Removed the integrationtest step.
---
Jenkinsfile | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 77bc1e3..316355c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -76,28 +76,6 @@ pipeline {
}
}
- stage('Integration Test') {
- when {
- expression {
- env.BRANCH_NAME ==~ "(master)|(rel/.*) |(jenkins-.*)"
- }
- }
- steps {
- echo 'Integration Test...'
- 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 {
- junit(testResults: '**/surefire-reports/*.xml',
allowEmptyResults: true)
- junit(testResults: '**/failsafe-reports/*.xml',
allowEmptyResults: true)
- }
- failure {
- archiveArtifacts 'integration-test/target/cluster-logs/**'
- archiveArtifacts 'integration-test/target/pipeIT-logs/**'
- }
- }
- }
-
stage('Deploy Prepare') {
when {
expression {