public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Anton Mikanovich <amikan@ilbers.de>
To: isar-users@googlegroups.com
Cc: Anton Mikanovich <amikan@ilbers.de>
Subject: [PATCH v11 4/8] testsuite: Allow variable bootstrap providers
Date: Wed,  6 Nov 2024 10:21:13 +0200	[thread overview]
Message-ID: <20241106082117.1089554-5-amikan@ilbers.de> (raw)
In-Reply-To: <20241106082117.1089554-1-amikan@ilbers.de>

If we can use different recipes provide bootstrap, recipe name should
be obtained from target environment.

Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
 testsuite/cibase.py | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/testsuite/cibase.py b/testsuite/cibase.py
index cccac86c..075535b1 100755
--- a/testsuite/cibase.py
+++ b/testsuite/cibase.py
@@ -216,10 +216,13 @@ class CIBaseTest(CIBuilder):
         # Rebuild image
         self.move_in_build_dir('tmp', 'tmp_before_sstate')
         self.bitbake(image_target, **kwargs)
+        bootstrap_target_task = CIUtils.getVars(
+            'PREFERRED_PROVIDER_bootstrap-target', target=image_target
+        )
         if not all(
             [
                 check_executed_tasks(
-                    'isar-bootstrap-target',
+                    bootstrap_target_task,
                     ['do_bootstrap_setscene', '!do_bootstrap'],
                 ),
                 check_executed_tasks(
@@ -257,7 +260,7 @@ class CIBaseTest(CIBuilder):
         if not all(
             [
                 check_executed_tasks(
-                    'isar-bootstrap-target', ['do_bootstrap_setscene']
+                    bootstrap_target_task, ['do_bootstrap_setscene']
                 ),
                 check_executed_tasks(
                     'sbuild-chroot-target', ['!do_sbuildchroot_deploy']
@@ -282,7 +285,7 @@ class CIBaseTest(CIBuilder):
         if not all(
             [
                 check_executed_tasks(
-                    'isar-bootstrap-target',
+                    bootstrap_target_task,
                     ['do_bootstrap_setscene', '!do_bootstrap'],
                 ),
                 check_executed_tasks(
-- 
2.34.1

-- 
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/20241106082117.1089554-5-amikan%40ilbers.de.

  parent reply	other threads:[~2024-11-06  8:32 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-06  8:21 [PATCH v11 0/8] Migrate to mmdebstrap Anton Mikanovich
2024-11-06  8:21 ` [PATCH v11 1/8] isar-bootstrap: Move common parts to bbclass Anton Mikanovich
2024-11-06  8:21 ` [PATCH v11 2/8] meta: Add mmdebstrap recipe Anton Mikanovich
2024-11-07  6:24   ` 'MOESSBAUER, Felix' via isar-users
2024-11-12 16:06     ` Anton Mikanovich
2024-11-06  8:21 ` [PATCH v11 3/8] meta: Allow selecting bootstrap providers Anton Mikanovich
2024-11-06  8:21 ` Anton Mikanovich [this message]
2024-11-06  8:21 ` [PATCH v11 5/8] mmdebstrap: Fix missing dpkg available Anton Mikanovich
2024-11-20 22:18   ` 'Jan Kiszka' via isar-users
2024-11-06  8:21 ` [PATCH v11 6/8] mmdebstrap: Move preparations to hooks Anton Mikanovich
2024-11-06  8:21 ` [PATCH v11 7/8] isar-bootstrap: Use tar output instead of directory Anton Mikanovich
2024-11-06  8:21 ` [PATCH v11 8/8] user_manual.md: Update boostrap related documentation Anton Mikanovich
2024-11-07  6:26 ` [PATCH v11 0/8] Migrate to mmdebstrap 'MOESSBAUER, Felix' via isar-users
2024-11-14  8:50 ` Uladzimir Bely
2024-11-20  5:34 ` 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=20241106082117.1089554-5-amikan@ilbers.de \
    --to=amikan@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