public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Uladzimir Bely <ubely@ilbers.de>
To: isar-users@googlegroups.com
Subject: [PATCH v2 2/3] testsuite: Build also debug images for some targets
Date: Fri, 12 Jul 2024 08:09:33 +0300	[thread overview]
Message-ID: <20240712054327.9526-3-ubely@ilbers.de> (raw)
In-Reply-To: <20240712054327.9526-1-ubely@ilbers.de>

Activate building "-debug" images for the targets using DTB_FILES.
This helps to detect potential "multiple execution" conflicts when
different images for the same machine/distro are built in parallel.

Signed-off-by: Uladzimir Bely <ubely@ilbers.de>
---
 testsuite/citest.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/testsuite/citest.py b/testsuite/citest.py
index 8dd907d0..39e06bbd 100755
--- a/testsuite/citest.py
+++ b/testsuite/citest.py
@@ -192,7 +192,9 @@ class NoCrossTest(CIBaseTest):
             'mc:qemuamd64-bullseye:isar-initramfs',
             'mc:qemumipsel-bullseye:isar-image-base',
             'mc:imx6-sabrelite-bullseye:isar-image-base',
+            'mc:imx6-sabrelite-bullseye:isar-image-debug',
             'mc:phyboard-mira-bullseye:isar-image-base',
+            'mc:phyboard-mira-bullseye:isar-image-debug',
             'mc:hikey-bullseye:isar-image-base',
             'mc:virtualbox-bullseye:isar-image-base',
             'mc:virtualbox-bookworm:isar-image-base',
@@ -252,6 +254,7 @@ class NoCrossTest(CIBaseTest):
             'mc:qemuriscv64-sid:isar-image-base',
             'mc:sifive-fu540-sid:isar-image-base',
             'mc:starfive-visionfive2-sid:isar-image-base',
+            'mc:starfive-visionfive2-sid:isar-image-debug',
                   ]
 
         self.init()
-- 
2.44.2

-- 
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 on the web visit https://groups.google.com/d/msgid/isar-users/20240712054327.9526-3-ubely%40ilbers.de.

  parent reply	other threads:[~2024-07-12  5:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-12  5:09 [PATCH v2 0/3] Deploy DTBs with separate recipe Uladzimir Bely
2024-07-12  5:09 ` [PATCH v2 1/3] meta: Fix do_copy_boot_files error for different distros of same machine Uladzimir Bely
2024-07-12 15:06   ` Cedric Hombourger
2024-07-15  6:45     ` 'Florian Bezdeka' via isar-users
2024-07-12  5:09 ` Uladzimir Bely [this message]
2024-07-12  5:09 ` [PATCH v2 3/3] meta: Move DTB deployment to a separate dtb-files recipe Uladzimir Bely

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=20240712054327.9526-3-ubely@ilbers.de \
    --to=ubely@ilbers.de \
    --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