public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] CI: Remove KFAIL from Raspberry
@ 2025-02-18  6:56 Uladzimir Bely
  2025-02-27  7:50 ` Uladzimir Bely
  0 siblings, 1 reply; 2+ messages in thread
From: Uladzimir Bely @ 2025-02-18  6:56 UTC (permalink / raw)
  To: isar-users

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] CI: Remove KFAIL from Raspberry
  2025-02-18  6:56 [PATCH] CI: Remove KFAIL from Raspberry Uladzimir Bely
@ 2025-02-27  7:50 ` Uladzimir Bely
  0 siblings, 0 replies; 2+ messages in thread
From: Uladzimir Bely @ 2025-02-27  7:50 UTC (permalink / raw)
  To: isar-users

On Tue, 2025-02-18 at 09:56 +0300, Uladzimir Bely wrote:
> 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
> 

Applied to next.

-- 
Best regards,
Uladzimir.



-- 
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/82fc3ad1cb1ba3644647cd63af8df181a412cfa7.camel%40ilbers.de.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-02-27  7:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-18  6:56 [PATCH] CI: Remove KFAIL from Raspberry Uladzimir Bely
2025-02-27  7:50 ` Uladzimir Bely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox