This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 2049d562157a0fc6fdbf06279061ced62dacd5c1 Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Mon May 15 14:12:37 2023 +0200 (chores) CI s390x: cleanup tests that have been filtered by Maven profiles --- Jenkinsfile.s390x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.s390x b/Jenkinsfile.s390x index 14960e84bb7..04acc5e9f4d 100644 --- a/Jenkinsfile.s390x +++ b/Jenkinsfile.s390x @@ -85,7 +85,7 @@ pipeline { steps { timeout(unit: 'HOURS', time: 7) { // Skip the test case execution of modules which are either not supported on s390x or vendor images are not available for s390x. - sh "./mvnw $MAVEN_PARAMS $MAVEN_TEST_PARAMS $MAVEN_TEST_LIMIT_PARAMS -Darchetype.test.skip -Dmaven.test.failure.ignore=true -Dcheckstyle.skip=true verify -pl '!docs,!components/camel-kudu,!components/camel-djl,!components/camel-consul,!components/camel-pulsar,!components/camel-xmpp,!components/camel-google/camel-google-pubsub,!components/camel-hdfs,!components/camel-salesforce/camel-salesforce-component'" + sh "./mvnw $MAVEN_PARAMS $MAVEN_TEST_PARAMS $MAVEN_TEST_LIMIT_PARAMS -Darchetype.test.skip -Dmaven.test.failure.ignore=true -Dcheckstyle.skip=true verify -pl '!docs,!components/camel-consul,!components/camel-hdfs,!components/camel-salesforce/camel-salesforce-component'" } } post {
