martinzink commented on code in PR #1574:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1574#discussion_r1196441139
##########
docker/DockerVerify.sh:
##########
@@ -26,18 +26,19 @@ die()
}
_positionals=()
-_arg_feature_path=('' )
_arg_image_tag_prefix=
-_enable_test_processors=OFF
-
+_arg_tags_to_exclude=
+_arg_parallel_processes=3
Review Comment:
Further increasing the parallelism caused instability on the ci machines
without providing any real reduction in runtime. (locally with more ram and
threads worked great)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]