[elbe-devel] [PATCH 01/11] tests: bump debian suite to test from buster to bullseye
Torben Hohn
torben.hohn at linutronix.de
Mon Mar 14 14:48:16 CET 2022
The current debian stable version is debian bullseye.
Change all "simple-*" xmls to build bullseye instead of buster.
Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
tests/simple-amd64-with-grub-uefi.xml | 10 +++++-----
tests/simple-amd64-with-grub.xml | 6 +++---
tests/simple-arm64.xml | 4 ++--
tests/simple-armhf.xml | 6 +++---
4 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/tests/simple-amd64-with-grub-uefi.xml b/tests/simple-amd64-with-grub-uefi.xml
index 33d5672d6..b80eebce7 100644
--- a/tests/simple-amd64-with-grub-uefi.xml
+++ b/tests/simple-amd64-with-grub-uefi.xml
@@ -3,10 +3,10 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" created="2009-05-20T08:50:56" revision="6"
xsi:schemaLocation="https://www.linutronix.de/projects/Elbe dbsfed.xsd">
<project>
- <name>simple-amd64-with-grub-uefi-buster</name>
+ <name>simple-amd64-with-grub-uefi-bullseye</name>
<version>1.0</version>
<description>
- Testing of amd64 with grub uefi on buster using the OVMF firmware
+ Testing of amd64 with grub uefi on bullseye using the OVMF firmware
</description>
<buildtype>amd64</buildtype>
<mirror>
@@ -15,12 +15,12 @@
<primary_proto>http</primary_proto>
<url-list>
<url>
- <binary>http://security.debian.org buster/updates main</binary>
- <source>http://security.debian.org buster/updates main</source>
+ <binary>http://security.debian.org bullseye/updates main</binary>
+ <source>http://security.debian.org bullseye/updates main</source>
</url>
</url-list>
</mirror>
- <suite>buster</suite>
+ <suite>bullseye</suite>
</project>
<target>
<hostname>amd64-grub-uefi</hostname>
diff --git a/tests/simple-amd64-with-grub.xml b/tests/simple-amd64-with-grub.xml
index c0bffb5d8..293d86f25 100644
--- a/tests/simple-amd64-with-grub.xml
+++ b/tests/simple-amd64-with-grub.xml
@@ -4,9 +4,9 @@
xsi:schemaLocation="https://www.linutronix.de/projects/Elbe dbsfed.xsd">
<project>
- <name>simple-amd64-with-grub-tighten</name>
+ <name>simple-amd64-with-grub</name>
<version>1.0</version>
- <suite>buster</suite>
+ <suite>bullseye</suite>
<buildtype>amd64</buildtype>
<description>
@@ -22,7 +22,7 @@
</project>
<target>
- <hostname>amd64-buster</hostname>
+ <hostname>amd64-bullseye</hostname>
<domain>elbe-ci</domain>
<passwd>root</passwd>
<console>ttyS0,115200</console>
diff --git a/tests/simple-arm64.xml b/tests/simple-arm64.xml
index 1ad02c9c9..624de86d1 100644
--- a/tests/simple-arm64.xml
+++ b/tests/simple-arm64.xml
@@ -6,7 +6,7 @@
<project>
<name>simple-arm64</name>
<version>1.0</version>
- <suite>buster</suite>
+ <suite>bullseye</suite>
<buildtype>aarch64</buildtype>
<description>
@@ -22,7 +22,7 @@
</project>
<target>
- <hostname>arm64-buster</hostname>
+ <hostname>arm64-bullseye</hostname>
<domain>elbe-ci</domain>
<passwd>root</passwd>
<console>ttyS0,115200</console>
diff --git a/tests/simple-armhf.xml b/tests/simple-armhf.xml
index 1f30229c8..e538ddf3c 100644
--- a/tests/simple-armhf.xml
+++ b/tests/simple-armhf.xml
@@ -4,9 +4,9 @@
xsi:schemaLocation="https://www.linutronix.de/projects/Elbe dbsfed.xsd">
<project>
- <name>simple-armhf-with-grub-tighten</name>
+ <name>simple-armhf-with-grub</name>
<version>1.0</version>
- <suite>buster</suite>
+ <suite>bullseye</suite>
<buildtype>armhf</buildtype>
<description>
@@ -22,7 +22,7 @@
</project>
<target>
- <hostname>armhf-buster</hostname>
+ <hostname>armhf-bullseye</hostname>
<domain>elbe-ci</domain>
<passwd>root</passwd>
<console>ttyS0,115200</console>
--
2.20.1
More information about the elbe-devel
mailing list