From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <a.fatoum@barebox.org>
Subject: [PATCH master] ci: pytest: bump Debian installer image to 13.5
Date: Mon, 18 May 2026 09:17:28 +0200 [thread overview]
Message-ID: <20260518071740.23003-1-a.fatoum@pengutronix.de> (raw)
From: Ahmad Fatoum <a.fatoum@barebox.org>
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 <a.fatoum@barebox.org>
---
.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
next reply other threads:[~2026-05-18 7:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-18 7:17 Ahmad Fatoum [this message]
2026-05-18 10:42 ` Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260518071740.23003-1-a.fatoum@pengutronix.de \
--to=a.fatoum@pengutronix.de \
--cc=a.fatoum@barebox.org \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox