From: Uladzimir Bely <ubely@ilbers.de>
To: isar-users@googlegroups.com
Subject: [PATCH] CI: Remove KFAIL from Raspberry
Date: Tue, 18 Feb 2025 09:56:17 +0300 [thread overview]
Message-ID: <20250218065703.29629-1-ubely@ilbers.de> (raw)
RPi related build issues like one fixed in 55e8b2aa have not been
reproduced for a long time, so the targets look stable enough to
remove CI protection from the tests.
Signed-off-by: Uladzimir Bely <ubely@ilbers.de>
---
testsuite/citest.py | 15 +++------------
1 file changed, 3 insertions(+), 12 deletions(-)
diff --git a/testsuite/citest.py b/testsuite/citest.py
index ee965278..47f49263 100755
--- a/testsuite/citest.py
+++ b/testsuite/citest.py
@@ -175,10 +175,7 @@ class CrossTest(CIBaseTest):
]
self.init()
- try:
- self.perform_build_test(targets)
- except exceptions.TestFail:
- self.cancel('KFAIL')
+ self.perform_build_test(targets)
class WicTest(CIBaseTest):
@@ -271,10 +268,7 @@ class NoCrossTest(CIBaseTest):
]
self.init()
- try:
- self.perform_build_test(targets, cross=False)
- except exceptions.TestFail:
- self.cancel('KFAIL')
+ self.perform_build_test(targets, cross=False)
def test_nocross_rpi_debsrc(self):
targets = [
@@ -284,10 +278,7 @@ class NoCrossTest(CIBaseTest):
]
self.init()
- try:
- self.perform_build_test(targets, cross=False, debsrc_cache=True)
- except exceptions.TestFail:
- self.cancel('KFAIL')
+ self.perform_build_test(targets, cross=False, debsrc_cache=True)
def test_nocross_trixie(self):
targets = [
--
2.45.3
--
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/20250218065703.29629-1-ubely%40ilbers.de.
next reply other threads:[~2025-02-18 6:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-18 6:56 Uladzimir Bely [this message]
2025-02-27 7:50 ` 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=20250218065703.29629-1-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