Skip to content

Commit 50f5a4a

Browse files
authored
ci: add and build kas configuration file for initramfs images (#887)
Extend kas build logic to also build a series of initramfs images (test and firmware related), to be used with general kernel validation.
2 parents 957e9c3 + a2b066f commit 50f5a4a

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/workflows/build-yocto.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ jobs:
115115
kas build ci/mirror.yml:ci/${{ matrix.machine }}.yml
116116
ci/yocto-pybootchartgui.sh && mv $KAS_WORK_DIR/build/buildchart.svg .
117117
118+
if [ "${{ matrix.machine }}" = "qcom-arm8a" ]; then
119+
kas build ci/mirror.yml:ci/${{ matrix.machine }}.yml:initramfs-test.yml
120+
fi
121+
118122
- uses: actions/upload-artifact@v4
119123
with:
120124
name: buildchart-${{ matrix.machine }}

ci/initramfs-test.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json
2+
3+
header:
4+
version: 14
5+
6+
target:
7+
- initramfs-test-image
8+
- initramfs-test-full-image
9+
- initramfs-firmware-image
10+
- initramfs-firmware-rb3gen2-image
11+
- initramfs-firmware-qcs8300-ride-image
12+
- initramfs-firmware-sa8775p-ride-image

0 commit comments

Comments
 (0)