You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "szaszm (via GitHub)" <gi...@apache.org> on 2023/04/13 12:52:38 UTC

[GitHub] [nifi-minifi-cpp] szaszm commented on a diff in pull request #1538: MINIFICPP-2073 Separate docker build from docker tests in CI

szaszm commented on code in PR #1538:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1538#discussion_r1165478090


##########
.github/workflows/ci.yml:
##########


Review Comment:
   In the meantime, maybe we could do something like this:
   ```
   make docker-verify-q1 &
   make docker-verify-q2 &
   make docker-verify-q3 &
   make docker-verify-q4 &
   wait %1 %2 %3 %4
   ```



-- 
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: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org