lupyuen opened a new pull request, #14896: URL: https://github.com/apache/nuttx/pull/14896
## Summary Presently, Simple x86 PRs will run All CI Checks (across all Architectures), as reported here: https://github.com/apache/nuttx/pull/14885#issuecomment-2492555557 This PR fixes the CI Build Rules, so that Simple x86 PRs will run only One Single CI Job: `other`. ## Impact When we create or update a Simple x86 PR: Only CI Job `other` shall be executed. No impact on other PRs. ## Testing We tested the updated Build Rules `arch.yml`: - Arch x86 PR: Will build `other` only <br> https://github.com/lupyuen5/label-nuttx/actions/runs/11963675871 - Board x86 PR: Will build `other` only <br> https://github.com/lupyuen5/label-nuttx/actions/runs/11963676750 - Arch x86, Board x86 PR: Will build `other` only <br> https://github.com/lupyuen5/label-nuttx/actions/runs/11963708940 __Regression Test:__ - Arch x86_64 PR: Will build `x86_64-01` only <br> https://github.com/lupyuen5/label-nuttx/actions/runs/11963695329 - Board x86_64 PR: Will build `x86_64-01` only <br> https://github.com/lupyuen5/label-nuttx/actions/runs/11963678242 - Arch x86_64, Board x86_64 PR: Will build `x86_64-01` only <br> https://github.com/lupyuen5/label-nuttx/actions/runs/11963712490 - Merge PR: Will build all targets <br> https://github.com/lupyuen5/label-nuttx/actions/runs/11963606904 -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org