From b9708fd42a20f2e0b850e6a6b697acc8dc1ae778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicki=20K=C5=99=C3=AD=C5=BEek?= Date: Tue, 1 Oct 2024 17:10:23 +0200 Subject: [PATCH] Allow re-try of unit tests on FreeBSD 14 The unit test doh_test tends do fail quite often due to exceeding run time limit in the unit:clang:freebsd14:amd64 job. Use a retry on gitlab level to alleviate the issue until a better fix is available. (cherry picked from commit 1636864ddbd77be1d99bb774bb11b3b300f585d2) --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7dcbd323f2..01e0c1b22f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1428,6 +1428,7 @@ unit:clang:freebsd14:amd64: needs: - job: clang:freebsd14:amd64 artifacts: true + retry: 1 # GL #4924 # Jobs for Clang builds on OpenBSD (amd64)