CI: Build all boards and testing kernel
[openwrt/staging/stintel.git] / .github / workflows / check-kernel-patches.yml
index 3608b5a3ccc5156cb1809b6abf4c4ebeb5cf555a..c04cb27b370fbeede801fac1f5e46c233f7d5951 100644 (file)
@@ -6,6 +6,8 @@ on:
       target:
         required: true
         type: string
+      testing:
+        type: boolean
 
 permissions:
   contents: read
@@ -58,6 +60,13 @@ jobs:
         working-directory: openwrt
         run: ./scripts/ext-tools.sh --tools /tools.tar
 
+      - name: Configure testing kernel
+        if: inputs.testing == true
+        shell: su buildbot -c "sh -e {0}"
+        working-directory: openwrt
+        run: |
+          echo CONFIG_TESTING_KERNEL=y >> .config
+
       - name: Configure system
         shell: su buildbot -c "sh -e {0}"
         working-directory: openwrt