-
Notifications
You must be signed in to change notification settings - Fork 77
24 lines (22 loc) · 1.11 KB
/
premerge.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: PR build
on:
pull_request_target:
jobs:
build:
uses: ./.github/workflows/build-template.yml
with:
host: ubuntu-20.04
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: dragonboard-410c dragonboard-845c qrb5165-rb5 qcom-armv8a sdx55-mtp sa8155p-adp qcom-armv7a
variants: >-
dragonboard-410c-glibc-linaro-qcomlt dragonboard-410c-musl-linaro-qcomlt
dragonboard-845c-glibc-linaro-qcomlt dragonboard-845c-musl-linaro-qcomlt
qrb5165-rb5-glibc-linaro-qcomlt qrb5165-rb5-musl-linaro-qcomlt
qcom-armv8a-glibc-linaro-qcomlt qcom-armv8a-musl-linaro-qcomlt
sdx55-mtp-glibc-linaro-qcomlt sdx55-mtp-musl-linaro-qcomlt
sa8155p-adp-glibc-linaro-qcomlt sa8155p-adp-musl-linaro-qcomlt
qcom-armv7a-glibc-linaro-qcomlt qcom-armv7a-musl-linaro-qcomlt
ref: refs/pull/${{github.event.pull_request.number}}/merge
branch: ${{github.base_ref}}
url: ${{github.server_url}}/${{github.repository}}
secrets: inherit