szaszm commented on code in PR #1538: URL: https://github.com/apache/nifi-minifi-cpp/pull/1538#discussion_r1150109878
########## .github/workflows/ci.yml: ########## Review Comment: I think it would be better to run the 4 parallel jobs on the same VM, to save cloud resources. With this change, we save time by only having to wait 30 minutes instead of 2 hours, but the ASF still pays for 2 hours worth of executor time. Maybe we could play with buffering the output to avoid the interleaving of tests, or leave them interleaved and tag each line with a thread number. -- 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]
