[v3,1/3] testsuite: compress sdk with zstd to speedup dev test

Message ID 20260813064321.3762064-2-felix.moessbauer@siemens.com
State Under Review
Headers show
Series Various improvements of the Isar testsuite | expand

Commit Message

MOESSBAUER, Felix Aug. 13, 2026, 6:43 a.m. UTC
We only change it in the dev test, as this test is expected to finish as
quickly as possible. By that, we get even better test coverage, as other
tests still use xz compression.

Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
---
 testsuite/citest.py | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Patch

diff --git a/testsuite/citest.py b/testsuite/citest.py
index fc0c7106..6ee61eaf 100644
--- a/testsuite/citest.py
+++ b/testsuite/citest.py
@@ -73,7 +73,11 @@  class DevTest(CIBaseTest):
         ]
 
         self.init()
-        self.perform_build_test(targets, image_install='example-raw')
+        self.perform_build_test(
+            targets,
+            image_install='example-raw',
+            lines=['SDK_FORMATS = "tar.zst"'],
+        )
 
     def test_dev_run_arm_bookworm(self):
         self.init()