Daily build #414
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Daily build | |
on: | |
schedule: | |
- cron: '0 0 * * *' | |
jobs: | |
master: | |
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 | |
ref_type: branch | |
ref: master | |
branch: master | |
url: ${{github.server_url}}/${{github.repository}} | |
secrets: inherit | |
kirkstone: | |
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 | |
ref_type: branch | |
ref: kirkstone | |
branch: kirkstone | |
url: ${{github.server_url}}/${{github.repository}} | |
secrets: inherit | |
dunfell: | |
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 cryptodev-module | |
machines: dragonboard-410c dragonboard-845c qrb5165-rb5 qcom-armv8a sa8155p-adp | |
ref_type: branch | |
ref: dunfell | |
branch: dunfell | |
url: ${{github.server_url}}/${{github.repository}} | |
secrets: inherit |