CI: Run CI Job other
only for Simple x86 PR
#14896
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Presently, Simple x86 PRs will run All CI Checks (across all Architectures), as reported here: #14885 (comment)
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
onlyhttps://github.com/lupyuen5/label-nuttx/actions/runs/11963675871
Board x86 PR: Will build
other
onlyhttps://github.com/lupyuen5/label-nuttx/actions/runs/11963676750
Arch x86, Board x86 PR: Will build
other
onlyhttps://github.com/lupyuen5/label-nuttx/actions/runs/11963708940
Regression Test:
Arch x86_64 PR: Will build
x86_64-01
onlyhttps://github.com/lupyuen5/label-nuttx/actions/runs/11963695329
Board x86_64 PR: Will build
x86_64-01
onlyhttps://github.com/lupyuen5/label-nuttx/actions/runs/11963678242
Arch x86_64, Board x86_64 PR: Will build
x86_64-01
onlyhttps://github.com/lupyuen5/label-nuttx/actions/runs/11963712490
Merge PR: Will build all targets
https://github.com/lupyuen5/label-nuttx/actions/runs/11963606904