[glib-networking/mcatanzaro/ci-1000] ci: repeat tests twice as many times
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking/mcatanzaro/ci-1000] ci: repeat tests twice as many times
- Date: Wed, 2 Jun 2021 19:37:16 +0000 (UTC)
commit 0d7aa90b4c39b23a6bb9fd247b26360c52aeeaef
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 5cd2400..b3edc11 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]