Skip to content

Commit 89b2402

Browse files
committed
Testing upgrade... v2
Signed-off-by: Jakub Stejskal <xstejs24@gmail.com>
1 parent 2ca39ae commit 89b2402

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

  • systemtest/tmt/tests/strimzi

systemtest/tmt/tests/strimzi/test.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ echo "Using container org '$DOCKER_ORG'"
3030
echo "Using container tag '$DOCKER_TAG'"
3131
echo "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

0 commit comments

Comments
 (0)