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 2/3] CI: Fix test conditions
Date: Mon, 21 Mar 2022 20:52:27 +0300	[thread overview]
Message-ID: <20220321175228.24042-3-amikan@ilbers.de> (raw)
In-Reply-To: <20220321175228.24042-1-amikan@ilbers.de>

Move all tests to use new init and config scheme.

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

diff --git a/testsuite/citest.py b/testsuite/citest.py
index ddeca69..2def9e0 100755
--- a/testsuite/citest.py
+++ b/testsuite/citest.py
@@ -164,8 +164,9 @@ class NoCrossTest(CIBaseTest):
             'mc:rpi-arm64-v8-bullseye:isar-image-base'
                   ]
 
+        self.init()
         try:
-            self.perform_build_test(targets, 0, None)
+            self.perform_build_test(targets, cross=False)
         except:
             self.cancel('KFAIL')
 
@@ -190,8 +191,9 @@ class NoCrossTest(CIBaseTest):
             'mc:sifive-fu540-sid-ports:isar-image-base'
                   ]
 
+        self.init()
         try:
-            self.perform_build_test(targets, 0, None)
+            self.perform_build_test(targets, cross=False)
         except:
             self.cancel('KFAIL')
 
-- 
2.17.1


  parent reply	other threads:[~2022-03-21 17:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-21 17:52 [PATCH 0/3] Fix and speedup CI tests Anton Mikanovich
2022-03-21 17:52 ` [PATCH 1/3] CI: Change repro signed test case targets Anton Mikanovich
2022-03-21 17:52 ` Anton Mikanovich [this message]
2022-03-21 17:52 ` [PATCH 3/3] CI: Reduce debsrc_cache enabled targets Anton Mikanovich
2022-03-28 17:51 ` [PATCH 0/3] Fix and speedup CI tests 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=20220321175228.24042-3-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