[glib-networking/mcatanzaro/ci-1000: 35/35] ci: repeat tests twice as many times




commit a3c226eeabbcc728e513d978b119be8772fbf85c
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Wed Jun 2 14:34:57 2021 -0500

    ci: repeat tests twice as many times
    
    The CI is currently red half the time, failing due to some unknown bug.
    This means we have a 50% chance of our CI failing to detect the addition
    of an equivalently-probable timing issue in the future. That's not
    great, so let's use our big hammer and run the tests more for a better
    chance of catching problems.
    
    Since we haven't fixed whatever bug is causing the CI to fail yet,
    ideally this commit would make it fail *more* reliably.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2f3a21b..d546d5e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ fedora-x86_64:
             -Dwerror=true
             _build/
     - meson compile -C _build/
-    - meson test -v -C _build/ --repeat=500
+    - meson test -v -C _build/ --repeat=1000
     - meson install -C _build/
   artifacts:
     paths:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]