aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/premerge.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/premerge.yml')
-rw-r--r--.github/workflows/premerge.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/.github/workflows/premerge.yml b/.github/workflows/premerge.yml
new file mode 100644
index 0000000..ff9aa94
--- /dev/null
+++ b/.github/workflows/premerge.yml
@@ -0,0 +1,25 @@
+name: PR build
+
+on:
+ pull_request_target:
+
+jobs:
+ build:
+ uses: ./.github/workflows/build-template.yml
+ with:
+ host: debian-bookworm
+ images: core-image-base core-image-weston core-image-x11 initramfs-test-image initramfs-test-full-image initramfs-firmware-image initramfs-rootfs-image cryptodev-module
+ machines: qcom-armv8a qcom-armv7a-modem qcom-armv7a
+ ref: refs/pull/${{github.event.pull_request.number}}/merge
+ branch: ${{github.base_ref}}
+ url: ${{github.server_url}}/${{github.repository}}
+ secrets: inherit
+
+ rpb:
+ uses: 96boards/oe-rpb-manifest/.github/workflows/build-template.yml@qcom/master
+ with:
+ local_repo: ${{github.repository}}
+ local_ref: refs/pull/${{github.event.pull_request.number}}/merge
+ branch: qcom/${{github.base_ref}}
+ secrets:
+ TUXSUITE_TOKEN: ${{ secrets.TUXSUITE_TOKEN }}