cederom commented on code in PR #2591:
URL: https://github.com/apache/nuttx-apps/pull/2591#discussion_r1769600797
##########
.github/workflows/build.yml:
##########
@@ -117,8 +117,13 @@ jobs:
DOCKER_BUILDKIT: 1
strategy:
+ max-parallel: 12
matrix:
- boards: [arm-01, arm-02, arm-03, arm-04, arm-05, arm-06, arm-07,
arm-08, arm-09, arm-10, arm-11, arm-12, arm-13, other, risc-v-01, risc-v-02,
sim-01, sim-02, xtensa-01, xtensa-02]
+ boards: [
+ arm-01, other, risc-v-01, sim-01, xtensa-01,
Review Comment:
This does not seem to limit runners just change the execution order? Does
this improve execution because different platforms are started first and later
executions are known to fail?
--
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]