ci: add bitbake-lint workflow for pull requests#2668
Open
Igor Opaniuk (igoropaniuk) wants to merge 1 commit into
Open
ci: add bitbake-lint workflow for pull requests#2668Igor Opaniuk (igoropaniuk) wants to merge 1 commit into
Igor Opaniuk (igoropaniuk) wants to merge 1 commit into
Conversation
523d3c2 to
8ddb65f
Compare
Add a Bitbake Lint GitHub Actions workflow using qualcomm-linux/bitbake-lint-action to catch recipe/metadata issues on pull requests. Fine-tuning: - paths filter: only run on bitbake metadata changes (*.bb, *.bbappend, *.bbclass, *.inc, *.conf) to skip doc/CI-only PRs - diff_only: lint only files touched in the PR diff - release: infer the Yocto release from LAYERSERIES_COMPAT_qcom in conf/layer.conf - hide info: drop info-severity noise - mode fast: quick per-PR feedback - exit_zero: advisory rollout, findings annotate but do not block merge - permissions: pull-requests/checks write for inline diff annotations Signed-off-by: Igor Opaniuk <igor.opaniuk@oss.qualcomm.com>
8ddb65f to
c43247c
Compare
Contributor
|
Igor Opaniuk (@igoropaniuk) care to propose to meta-qcom-3rdparty as well? I would like to validate this a bit before we merge in meta-qcom, which has a lot more traffic. |
Contributor
Author
|
Ricardo Salveti (@ricardosalveti) sure, qualcomm-linux/meta-qcom-3rdparty#49 |
Test Results 72 files 368 suites 6h 27m 50s ⏱️ For more details on these failures, see this check. Results for commit c43247c. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add a Bitbake Lint GitHub Actions workflow using
qualcomm-linux/bitbake-lint-action to catch recipe/metadata issues on pull requests.
Fine-tuning: