forked from apache/nuttx
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Skip the CI Builds that don't match the Board Label
This PR extends the CI Build Rules to eliminate more unnecessary builds. We use the Board Label for PRs: - Previously: "Arch: arm" will build only `arm-01` to `arm-14` - Now: "Board: arm" will also build `arm-01` to `arm-14` - This applies only to Simple PRs: One Arch Label + One Board Label + One Size Label, like "Arch: arm, Board: arm, Size: L" - If Arch Label and Board Label are both present: They must be the same. Otherwise All Targets shall be built. - Works with Arm32, Arm64, RISC-V, Simulator, x86_64 and Xtensa The updated code is explained here: apache#13775
- Loading branch information
Showing
1 changed file
with
82 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters