Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
100 changes: 50 additions & 50 deletions config/core/rootfs-configs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
rootfs_configs:
bookworm:
trixie:
rootfs_type: debos
debian_release: bookworm
debian_release: trixie
arch_list:
- amd64
- arm64
Expand All @@ -12,7 +12,7 @@ rootfs_configs:
- mipsel
extra_packages:
- isc-dhcp-client
extra_packages_remove: &extra_packages_remove_bookworm
extra_packages_remove: &extra_packages_remove_trixie
- bash
- e2fslibs
- e2fsprogs
Expand All @@ -24,7 +24,7 @@ rootfs_configs:
- libp11-kit0
- libunistring2
- sensible-utils
extra_files_remove: &extra_files_remove_bookworm
extra_files_remove: &extra_files_remove_trixie
- '*networkd*'
- '*resolved*'
- nosuspend.conf
Expand All @@ -36,9 +36,9 @@ rootfs_configs:
script: "scripts/install-bootrr.sh"
test_overlay: "overlays/baseline"

bookworm-blktest:
trixie-blktest:
rootfs_type: debos
debian_release: bookworm
debian_release: trixie
imagesize: 4GB
debos_memory: 8G
arch_list:
Expand Down Expand Up @@ -78,7 +78,7 @@ rootfs_configs:
- zutils
- wget
- curl
script: "scripts/bookworm-blktest.sh"
script: "scripts/trixie-blktest.sh"
crush_image_options:
- filesystem
- hostname_tool
Expand All @@ -89,9 +89,9 @@ rootfs_configs:
test_overlay: "overlays/blktests"


bookworm-cros-ec:
trixie-cros-ec:
rootfs_type: debos
debian_release: bookworm
debian_release: trixie
arch_list:
- amd64
- arm64
Expand All @@ -112,12 +112,12 @@ rootfs_configs:
- rtl_nic/rtl8153b-2.fw
- rockchip/dptx.bin
linux_fw_version: d526e044bddaa2c2ad855c7296147e49be0ab03c
script: "scripts/bookworm-cros-ec-tests.sh"
script: "scripts/trixie-cros-ec-tests.sh"
test_overlay: ""

bookworm-deqp-runner:
trixie-deqp-runner:
rootfs_type: debos
debian_release: bookworm
debian_release: trixie
arch_list:
- amd64
- arm64
Expand All @@ -137,23 +137,23 @@ rootfs_configs:
- python3-minimal
- sntp
- zstd
script: "scripts/bookworm-deqp-runner.sh"
script: "scripts/trixie-deqp-runner.sh"
imagesize: 4GB
debos_memory: 8G
debos_scratchsize: 16G

bookworm-fault-injection:
trixie-fault-injection:
rootfs_type: debos
debian_release: bookworm
debian_release: trixie
arch_list:
- amd64
- arm64
- armhf
script: "scripts/bookworm-fault-injection.sh"
script: "scripts/trixie-fault-injection.sh"

bookworm-gst-fluster:
trixie-gst-fluster:
rootfs_type: debos
debian_release: bookworm
debian_release: trixie
arch_list:
- amd64
- arm64
Expand Down Expand Up @@ -185,14 +185,14 @@ rootfs_configs:
- python3-yaml
- unzip
- wget
script: "scripts/bookworm-gst-fluster.sh"
script: "scripts/trixie-gst-fluster.sh"
test_overlay: "overlays/fluster"
imagesize: 2GB
debos_memory: 8G

bookworm-gst-h26forge:
trixie-gst-h26forge:
rootfs_type: debos
debian_release: bookworm
debian_release: trixie
arch_list:
- amd64
- arm64
Expand All @@ -215,15 +215,15 @@ rootfs_configs:
- python3-yaml
- unzip
- wget
script: "scripts/bookworm-gst-h26forge.sh"
script: "scripts/trixie-gst-h26forge.sh"
test_overlay: "overlays/h26forge"
imagesize: 4GB
debos_memory: 8G
debos_scratchsize: 16G

bookworm-igt:
trixie-igt:
rootfs_type: debos
debian_release: bookworm
debian_release: trixie
arch_list:
- amd64
- arm64
Expand Down Expand Up @@ -282,9 +282,9 @@ rootfs_configs:
debos_scratchsize: 16G


bookworm-kselftest:
trixie-kselftest:
rootfs_type: debos
debian_release: bookworm
debian_release: trixie
arch_list:
- amd64
- arm64
Expand Down Expand Up @@ -338,11 +338,11 @@ rootfs_configs:
- tpm2-tools
- wget
- xz-utils
script: "scripts/bookworm-kselftest.sh"
script: "scripts/trixie-kselftest.sh"

bookworm-kvm-unit-tests:
trixie-kvm-unit-tests:
rootfs_type: debos
debian_release: bookworm
debian_release: trixie
imagesize: 2GB
arch_list:
- amd64
Expand All @@ -352,11 +352,11 @@ rootfs_configs:
- python3-unittest2
- python3-yaml
- qemu-system
script: "scripts/bookworm-kvm-unit-tests.sh"
script: "scripts/trixie-kvm-unit-tests.sh"

bookworm-libcamera:
trixie-libcamera:
rootfs_type: debos
debian_release: bookworm
debian_release: trixie
arch_list:
- amd64
- arm64
Expand All @@ -367,12 +367,12 @@ rootfs_configs:
- bash
- e2fslibs
- e2fsprogs
script: "scripts/bookworm-libcamera.sh"
script: "scripts/trixie-libcamera.sh"
test_overlay: "overlays/libcamera"

bookworm-libhugetlbfs:
trixie-libhugetlbfs:
rootfs_type: debos
debian_release: bookworm
debian_release: trixie
arch_list:
- amd64
- arm64
Expand All @@ -381,11 +381,11 @@ rootfs_configs:
- bash
- e2fslibs
- e2fsprogs
script: "scripts/bookworm-libhugetlbfs.sh"
script: "scripts/trixie-libhugetlbfs.sh"

bookworm-rt:
trixie-rt:
rootfs_type: debos
debian_release: bookworm
debian_release: trixie
arch_list:
- amd64
- arm64
Expand All @@ -395,11 +395,11 @@ rootfs_configs:
- procps
- python3
- rtla
script: "scripts/bookworm-rt.sh"
script: "scripts/trixie-rt.sh"

bookworm-tast:
trixie-tast:
rootfs_type: debos
debian_release: bookworm
debian_release: trixie
arch_list:
- amd64
- arm64
Expand All @@ -422,14 +422,14 @@ rootfs_configs:
- libva-drm2
- unzip
- wget
script: "scripts/bookworm-tast.sh"
script: "scripts/trixie-tast.sh"
test_overlay: "overlays/tast"
imagesize: 14GB
debos_memory: 8G

bookworm-v4l2:
trixie-v4l2:
rootfs_type: debos
debian_release: bookworm
debian_release: trixie
arch_list:
- amd64
- arm64
Expand All @@ -451,14 +451,14 @@ rootfs_configs:
- mediatek/mt8186/scp.img
- mediatek/mt8192/scp.img
- mediatek/mt8195/scp.img
script: "scripts/bookworm-v4l2.sh"
script: "scripts/trixie-v4l2.sh"
test_overlay: "overlays/v4l2"
imagesize: 2GB
debos_memory: 8G

bookworm-vdso:
trixie-vdso:
rootfs_type: debos
debian_release: bookworm
debian_release: trixie
arch_list:
- amd64
- arm64
Expand All @@ -468,11 +468,11 @@ rootfs_configs:
- bash
- e2fslibs
- e2fsprogs
script: "scripts/bookworm-vdso.sh"
script: "scripts/trixie-vdso.sh"

bookworm-wifi:
trixie-wifi:
rootfs_type: debos
debian_release: bookworm
debian_release: trixie
arch_list:
- amd64
- arm64
Expand Down
2 changes: 1 addition & 1 deletion config/rootfs/debos/rootfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ actions:
chroot: true
command: |
for exp in {{ $extra_files_remove }}; do
for f in $(find . -name "$exp"); do
for f in $(find . -path './run/host' -prune -o -name "$exp" -print); do
rm -rf "$f"
done
done
Expand Down
Loading
Loading