lupyuen commented on code in PR #2591:
URL: https://github.com/apache/nuttx-apps/pull/2591#discussion_r1771047296


##########
.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:
   `max-parallel: 12` will limit to 12 runners. Previously it was unlimited. We 
limit the runners because of ASF Policy: 
https://lupyuen.github.io/articles/ci#appendix-phase-1-of-ci-upgrade



-- 
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]

Reply via email to