Skip to content

Commit

Permalink
ci: run yocto-patchreview
Browse files Browse the repository at this point in the history
To find out, as early as possible, for malformed patches coming in. We
can later use that to report stats about patches we carry in our
layer. Inspired by:

https://valkyrie.yocto.io/pub/non-release/patchmetrics/
https://valkyrie.yocto.io/pub/non-release/patchmetrics-meta-oe/

Signed-off-by: Nicolas Dechesne <[email protected]>
  • Loading branch information
ndechesne committed Nov 20, 2024
1 parent f212c5c commit fd59605
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build-yocto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,24 @@ jobs:
run: |
ci/yocto-check-layer.sh
yocto-patchreview:
needs: kas-lock
if: github.repository == 'quic-yocto/meta-qcom-hwe'
runs-on: [self-hosted, x86]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/download-artifact@v4
with:
name: kas-lock
path: ci/*.lock.yml

- name: Run Yocto patchreview
run: |
ci/yocto-patchreview.sh
compile:
needs: kas-lock
if: github.repository == 'quic-yocto/meta-qcom-hwe'
Expand Down

0 comments on commit fd59605

Please sign in to comment.