-
Notifications
You must be signed in to change notification settings - Fork 123
36 lines (36 loc) · 1013 Bytes
/
kernel_checkers.yml
File metadata and controls
36 lines (36 loc) · 1013 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#name: Kernel Checkers
#on:
# pull_request:
# branches:
# - qcom-next-staging
#
#jobs:
# prepare:
# runs-on:
# group: GHA-Kernel-SelfHosted-RG
# labels: [self-hosted, kernel-prd-u2404-x64-large-od-ephem]
# steps:
# - name: Checkout PR Code
# uses: actions/checkout@v4
# with:
# fetch-depth: 0
#
# outputs:
# kernel_src: ${{ github.workspace }}
# base_sha: ${{ github.event.pull_request.base.sha }}
# head_sha: ${{ github.event.pull_request.head.sha }}
#
# checker:
# needs: prepare
# uses: qualcomm-linux/kernel-checkers/.github/workflows/checker.yml@main
# with:
# check_name: ${{ matrix.check }}
# kernel_src: ${{ needs.prepare.outputs.kernel_src }}
# base_sha: ${{ needs.prepare.outputs.base_sha }}
# head_sha: ${{ needs.prepare.outputs.head_sha }}
#
# strategy:
# matrix:
# check: [check-uapi-headers, sparse-check, checkpatch,
# dt-binding-check, dtb-check]
# fail-fast: false