From: Ahmad Fatoum <[email protected]> Debian 13.5 has been released on 16th of May and the old images are no longer available, thus bump the version we use in our boot tests.
Signed-off-by: Ahmad Fatoum <[email protected]> --- .github/workflows/test-labgrid-pytest.yml | 2 +- scripts/fetch-os.sh | 2 +- test/arm/multi_v8_efiloader_defconfig.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-labgrid-pytest.yml b/.github/workflows/test-labgrid-pytest.yml index 94b314230874..b1feb432a869 100644 --- a/.github/workflows/test-labgrid-pytest.yml +++ b/.github/workflows/test-labgrid-pytest.yml @@ -35,7 +35,7 @@ jobs: - ARCH: arm lgenv: test/arm/multi_v8_efiloader_defconfig.yaml defconfig: multi_v8_efiloader_defconfig - osimg: debian-13.4.0-arm64-netinst.iso + osimg: debian-13.5.0-arm64-netinst.iso - ARCH: mips lgenv: test/mips/qemu-malta_defconfig.yaml diff --git a/scripts/fetch-os.sh b/scripts/fetch-os.sh index 126b50f758e8..7e507509e691 100755 --- a/scripts/fetch-os.sh +++ b/scripts/fetch-os.sh @@ -8,7 +8,7 @@ fi set -euo pipefail declare -A images=( - ["debian-13.4.0-arm64-netinst.iso"]="https://cloud.debian.org/images/release/current/arm64/iso-cd/debian-13.4.0-arm64-netinst.iso" + ["debian-13.5.0-arm64-netinst.iso"]="https://cloud.debian.org/images/release/current/arm64/iso-cd/debian-13.5.0-arm64-netinst.iso" ) found=0 diff --git a/test/arm/multi_v8_efiloader_defconfig.yaml b/test/arm/multi_v8_efiloader_defconfig.yaml index 86d6a4c391d0..ef77d1707f74 100644 --- a/test/arm/multi_v8_efiloader_defconfig.yaml +++ b/test/arm/multi_v8_efiloader_defconfig.yaml @@ -9,7 +9,7 @@ targets: kernel: barebox-dt-2nd.img display: qemu-default extra_args: > - -drive if=virtio,snapshot=on,file=debian-13.4.0-arm64-netinst.iso + -drive if=virtio,snapshot=on,file=debian-13.5.0-arm64-netinst.iso -device virtio-rng BareboxDriver: prompt: 'barebox@[^:]+:[^ ]+ ' @@ -35,6 +35,6 @@ targets: images: barebox-dt-2nd.img: !template "$LG_BUILDDIR/images/barebox-dt-2nd.img" - debian_iso: !template "../../debian-13.4.0-arm64-netinst.iso" + debian_iso: !template "../../debian-13.5.0-arm64-netinst.iso" imports: - ../strategy.py -- 2.47.3
