lupyuen opened a new pull request, #13970:
URL: https://github.com/apache/nuttx/pull/13970

   ## Summary
   
   This PR changes the Labeling of PRs so that the Architecture (arm, risc-v, 
xtensa, ...) is specified in the Board Label. Previously the CI Workflow would 
set Generic Board Labels like "Area: Board support". Now it will set the 
Arch-Specific Board Label like "Board: arm".
   
   The Board Label will be used by the upcoming CI Build Rules to skip 
unnecessary builds. So "Board: arm" will enable only the builds for `arm-01` to 
`arm-14`. This is explained here: https://github.com/apache/nuttx/issues/13775
   
   ## Impact
   
   No impact, since the current label "Area: Board support" is not used by the 
CI Build Rules.
   
   The Updated CI Workflow shall be synced to `nuttx-apps` repo in the next PR.
   
   ## Testing
   
   We tested the Board Labeling by creating Board PRs for each Arch:
   - [Arm32 PR](https://github.com/lupyuen5/label-nuttx/pull/30) is labeled 
"Board: arm"
   - [Arm64 PR](https://github.com/lupyuen5/label-nuttx/pull/31) is labeled 
"Board: arm64"
   - [RISC-V PR](https://github.com/lupyuen5/label-nuttx/pull/32) is labeled 
"Board: risc-v"
   - [Simulator PR](https://github.com/lupyuen5/label-nuttx/pull/33) is labeled 
"Board: simulator"
   - [x86_64 PR](https://github.com/lupyuen5/label-nuttx/pull/34) is labeled 
"Board: x86_64"
   - [Xtensa PR](https://github.com/lupyuen5/label-nuttx/pull/35) is labeled 
"Board: xtensa"
   


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