public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Zhihang Wei <wzh@ilbers.de>
To: Felix Moessbauer <felix.moessbauer@siemens.com>,
	isar-users@googlegroups.com
Subject: Re: [PATCH 1/1] testsuite: speedup dtb deploy tests by installing less packages
Date: Thu, 16 Apr 2026 17:48:31 +0200	[thread overview]
Message-ID: <4fd82b6c-f7d3-4c86-b1aa-481ac7b83afe@ilbers.de> (raw)
In-Reply-To: <20260410145809.4032432-1-felix.moessbauer@siemens.com>

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.

      reply	other threads:[~2026-04-16 15:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-10 14:58 'Felix Moessbauer' via isar-users
2026-04-16 15:48 ` Zhihang Wei [this message]

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=4fd82b6c-f7d3-4c86-b1aa-481ac7b83afe@ilbers.de \
    --to=wzh@ilbers.de \
    --cc=felix.moessbauer@siemens.com \
    --cc=isar-users@googlegroups.com \
    /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