From: Anton Mikanovich <amikan@ilbers.de>
To: isar-users@googlegroups.com
Cc: Anton Mikanovich <amikan@ilbers.de>
Subject: [PATCH v4 5/7] CI: Fix used chroot recipe name
Date: Thu, 11 May 2023 13:50:18 +0300 [thread overview]
Message-ID: <20230511105020.1881496-6-amikan@ilbers.de> (raw)
In-Reply-To: <20230511105020.1881496-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 | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/testsuite/cibase.py b/testsuite/cibase.py
index d1543a9b..6b532651 100755
--- a/testsuite/cibase.py
+++ b/testsuite/cibase.py
@@ -149,7 +149,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'])
@@ -173,8 +173,8 @@ class CIBaseTest(CIBuilder):
if not all([
check_executed_tasks('isar-bootstrap-target',
['do_bootstrap_setscene']),
- check_executed_tasks('buildchroot-target',
- ['!do_buildchroot_deploy']),
+ check_executed_tasks('sbuild-chroot-target',
+ ['!do_sbuildchroot_deploy']),
check_executed_tasks('hello',
['do_dpkg_build_setscene', 'do_deploy_deb', '!do_dpkg_build'])
]):
@@ -187,7 +187,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
next prev parent reply other threads:[~2023-05-11 10:50 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-11 10:50 [PATCH v4 0/7] Imager schroot migration Anton Mikanovich
2023-05-11 10:50 ` [PATCH v4 1/7] isar-apt: Move cleanup to postprocessing Anton Mikanovich
2023-05-11 10:50 ` [PATCH v4 2/7] imager: Migrate from buildchroot to schroot Anton Mikanovich
2023-05-11 10:50 ` [PATCH v4 3/7] imager: Move image types " Anton Mikanovich
2023-05-11 10:50 ` [PATCH v4 4/7] imager: Split imager deps between image types Anton Mikanovich
2023-05-11 10:50 ` Anton Mikanovich [this message]
2023-05-11 10:50 ` [PATCH v4 6/7] meta: Remove buildchroot Anton Mikanovich
2023-05-11 10:50 ` [PATCH v4 7/7] doc: Update chroot documentation 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=20230511105020.1881496-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