Skip to content

Commit

Permalink
Merge pull request #695 from lumag/dunfell-fix-ci
Browse files Browse the repository at this point in the history
CI: provide variants for the CI setup
  • Loading branch information
lumag authored Dec 10, 2024
2 parents fe8295d + b3974ed commit 45c9f8d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/premerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 45c9f8d

Please sign in to comment.