File tree Expand file tree Collapse file tree
systemtest/tmt/tests/strimzi Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ echo "Using container org '$DOCKER_ORG'"
3030echo " Using container tag '$DOCKER_TAG '"
3131echo " Using CONNECT_IMAGE_WITH_FILE_SINK_PLUGIN=$CONNECT_IMAGE_WITH_FILE_SINK_PLUGIN "
3232
33- mvn compile -pl config-model-generator -DskipTests -Dmaven.javadoc.skip=true --no-transfer-progress
34- mvn verify -pl systemtest -P ${TEST_PROFILE} \
35- $( [[ " ${TEST_GROUPS} " != " " ]] && echo " -Dgroups=${TEST_GROUPS} " || echo " " ) \
36- $( [[ " ${TESTS} " != " " ]] && echo " -Dit.test=${TESTS} " || echo " " ) \
37- -DexcludedGroups=" ${EXCLUDED_TEST_GROUPS} " \
38- -Dmaven.javadoc.skip=true \
39- -Dfailsafe.rerunFailingTestsCount=" ${RERUN_FAILED_TEST_COUNT} " \
40- -Djunit.jupiter.execution.parallel.enabled=" ${PARALLELISM_ENABLED} " \
41- -Djunit.jupiter.execution.parallel.config.fixed.parallelism=" ${PARALLEL_TEST_COUNT} " \
42- --no-transfer-progress
33+ # mvn compile -pl config-model-generator -DskipTests -Dmaven.javadoc.skip=true --no-transfer-progress
34+ # mvn verify -pl systemtest -P ${TEST_PROFILE} \
35+ # $([[ "${TEST_GROUPS}" != "" ]] && echo "-Dgroups=${TEST_GROUPS}" || echo "") \
36+ # $([[ "${TESTS}" != "" ]] && echo "-Dit.test=${TESTS}" || echo "") \
37+ # -DexcludedGroups="${EXCLUDED_TEST_GROUPS}" \
38+ # -Dmaven.javadoc.skip=true \
39+ # -Dfailsafe.rerunFailingTestsCount="${RERUN_FAILED_TEST_COUNT}" \
40+ # -Djunit.jupiter.execution.parallel.enabled="${PARALLELISM_ENABLED}" \
41+ # -Djunit.jupiter.execution.parallel.config.fixed.parallelism="${PARALLEL_TEST_COUNT}" \
42+ # --no-transfer-progress
You can’t perform that action at this time.
0 commit comments