* [PATCH 1/1] testsuite: speedup dtb deploy tests by installing less packages
@ 2026-04-10 14:58 'Felix Moessbauer' via isar-users
2026-04-16 15:48 ` Zhihang Wei
0 siblings, 1 reply; 2+ messages in thread
From: 'Felix Moessbauer' via isar-users @ 2026-04-10 14:58 UTC (permalink / raw)
To: isar-users; +Cc: Felix Moessbauer
There is no value in building all our default packages just to check if
the dtbs are deployed correctly. By setting the image_install to an
empty string, we only build the bare minimum required for the test.
This change cuts the test execution time in half.
Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
---
testsuite/citest.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/testsuite/citest.py b/testsuite/citest.py
index 3eea07e5..fc6ec24c 100755
--- a/testsuite/citest.py
+++ b/testsuite/citest.py
@@ -697,7 +697,7 @@ class DtbDeployTest(CIBaseTest):
]
self.init()
- self.perform_build_test(targets)
+ self.perform_build_test(targets, image_install='')
def test_dtb_deploy_images(self):
"""
@@ -709,7 +709,7 @@ class DtbDeployTest(CIBaseTest):
]
self.init()
- self.perform_build_test(targets)
+ self.perform_build_test(targets, image_install='')
class NoCrossTest(CIBaseTest):
--
2.53.0
--
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/20260410145809.4032432-1-felix.moessbauer%40siemens.com.
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH 1/1] testsuite: speedup dtb deploy tests by installing less packages
2026-04-10 14:58 [PATCH 1/1] testsuite: speedup dtb deploy tests by installing less packages 'Felix Moessbauer' via isar-users
@ 2026-04-16 15:48 ` Zhihang Wei
0 siblings, 0 replies; 2+ messages in thread
From: Zhihang Wei @ 2026-04-16 15:48 UTC (permalink / raw)
To: Felix Moessbauer, isar-users
Applied to next, thanks.
Zhihang
On 4/10/26 16:58, 'Felix Moessbauer' via isar-users wrote:
> There is no value in building all our default packages just to check if
> the dtbs are deployed correctly. By setting the image_install to an
> empty string, we only build the bare minimum required for the test.
>
> This change cuts the test execution time in half.
>
> Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
> ---
> testsuite/citest.py | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/testsuite/citest.py b/testsuite/citest.py
> index 3eea07e5..fc6ec24c 100755
> --- a/testsuite/citest.py
> +++ b/testsuite/citest.py
> @@ -697,7 +697,7 @@ class DtbDeployTest(CIBaseTest):
> ]
>
> self.init()
> - self.perform_build_test(targets)
> + self.perform_build_test(targets, image_install='')
>
> def test_dtb_deploy_images(self):
> """
> @@ -709,7 +709,7 @@ class DtbDeployTest(CIBaseTest):
> ]
>
> self.init()
> - self.perform_build_test(targets)
> + self.perform_build_test(targets, image_install='')
>
>
> class NoCrossTest(CIBaseTest):
--
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/4fd82b6c-f7d3-4c86-b1aa-481ac7b83afe%40ilbers.de.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-04-16 15:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-10 14:58 [PATCH 1/1] testsuite: speedup dtb deploy tests by installing less packages 'Felix Moessbauer' via isar-users
2026-04-16 15:48 ` Zhihang Wei
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox