From b3974eded7db777988d16c19ad7c10a78373d1a0 Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Tue, 10 Dec 2024 12:29:40 +0200 Subject: [PATCH] CI: provide variants for the CI setup Provide missing input for the CI. Signed-off-by: Dmitry Baryshkov --- .github/workflows/premerge.yml | 6 ++++++ .github/workflows/push.yml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/.github/workflows/premerge.yml b/.github/workflows/premerge.yml index 471bc9a68..569607790 100644 --- a/.github/workflows/premerge.yml +++ b/.github/workflows/premerge.yml @@ -10,6 +10,12 @@ jobs: 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 + 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 + sa8155p-adp-glibc-linaro-qcomlt sa8155p-adp-musl-linaro-qcomlt ref: refs/pull/${{github.event.pull_request.number}}/merge branch: ${{github.base_ref}} url: ${{github.server_url}}/${{github.repository}} diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 8c69c5d54..d710e5281 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -14,6 +14,12 @@ jobs: 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 + 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 + sa8155p-adp-glibc-linaro-qcomlt sa8155p-adp-musl-linaro-qcomlt ref: ${{github.sha}} ref_type: sha branch: ${{github.ref_name}}