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 v3 5/6] CI: Fix used chroot recipe name
Date: Mon, 13 Feb 2023 09:40:33 +0200	[thread overview]
Message-ID: <20230213074034.3949-6-amikan@ilbers.de> (raw)
In-Reply-To: <20230213074034.3949-1-amikan@ilbers.de>

We've moved to schroot, so need to adjust recipe names for sstate test
case in CI.

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

diff --git a/testsuite/cibase.py b/testsuite/cibase.py
index 6239b4d..8c60a34 100755
--- a/testsuite/cibase.py
+++ b/testsuite/cibase.py
@@ -143,7 +143,7 @@ class CIBaseTest(CIBuilder):
         if not all([
                 check_executed_tasks('isar-bootstrap-target',
                     ['do_bootstrap_setscene', '!do_bootstrap']),
-                check_executed_tasks('buildchroot-target',
+                check_executed_tasks('sbuild-chroot-target',
                     ['do_rootfs_install_setscene', '!do_rootfs_install']),
                 check_executed_tasks('isar-image-base-*',
                     ['do_rootfs_install_setscene', '!do_rootfs_install'])
@@ -167,7 +167,7 @@ class CIBaseTest(CIBuilder):
         if not all([
                 check_executed_tasks('isar-bootstrap-target',
                     ['do_bootstrap_setscene']),
-                check_executed_tasks('buildchroot-target',
+                check_executed_tasks('sbuild-chroot-target',
                     ['!do_buildchroot_deploy']),
                 check_executed_tasks('hello',
                     ['do_dpkg_build_setscene', 'do_deploy_deb', '!do_dpkg_build'])
@@ -181,7 +181,7 @@ class CIBaseTest(CIBuilder):
         if not all([
                 check_executed_tasks('isar-bootstrap-target',
                     ['do_bootstrap_setscene', '!do_bootstrap']),
-                check_executed_tasks('buildchroot-target',
+                check_executed_tasks('sbuild-chroot-target',
                     ['do_rootfs_install_setscene', '!do_rootfs_install']),
                 check_executed_tasks('hello',
                     ['do_fetch', 'do_dpkg_build']),
-- 
2.34.1


  parent reply	other threads:[~2023-02-13  7:40 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-13  7:40 [PATCH v3 0/6] Imager schroot migration Anton Mikanovich
2023-02-13  7:40 ` [PATCH v3 1/6] isar-apt: Move cleanup to postprocessing Anton Mikanovich
2023-02-13  7:40 ` [PATCH v3 2/6] imager: Migrate from buildchroot to schroot Anton Mikanovich
2023-02-13  7:40 ` [PATCH v3 3/6] imager: Move image types " Anton Mikanovich
2023-02-13  7:40 ` [PATCH v3 4/6] imager: Split imager deps between image types Anton Mikanovich
2023-02-13  7:40 ` Anton Mikanovich [this message]
2023-02-14  9:28   ` [PATCH v3 5/6] CI: Fix used chroot recipe name Schmidt, Adriaan
2023-02-14 10:30     ` Anton Mikanovich
2023-02-13  7:40 ` [PATCH v3 6/6] meta: Remove buildchroot Anton Mikanovich

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=20230213074034.3949-6-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