Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Set PR Label to the Arch-Specific Board #84

Closed
wants to merge 1 commit into from
Closed

Conversation

lupyuen
Copy link

@lupyuen lupyuen commented Oct 9, 2024

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: apache#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:

@lupyuen lupyuen changed the title Add board label CI: Set PR Label to the Arch-Specific Board Oct 9, 2024
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: apache#13775
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant