Files
meta-qcom-extras/.github/workflows/push.yml
Nicolas Dechesne 746275b4f3 .github/workflows/push: fix ref type used in the tux plan
Tux had a convenient bug that allowed us to use a 'ref' type with a
SHA. This bug was fixed, so we need to make sure that we use a type
'sha' in the Tux plan when we use a SHA value.

Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2022-08-23 13:07:31 +02:00

22 lines
635 B
YAML

name: Push build
on:
push:
branches:
- master
- honister
- dunfell
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
ref: ${{github.sha}}
ref_type: sha
branch: ${{github.ref_name}}
url: ${{github.server_url}}/${{github.repository}}
secrets: inherit