From 1636864ddbd77be1d99bb774bb11b3b300f585d2 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. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84ae8f4b25..31f1a47ea4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1415,6 +1415,7 @@ unit:clang:freebsd14:amd64: needs: - job: clang:freebsd14:amd64 artifacts: true + retry: 1 # GL #4924 # Jobs for Clang builds on OpenBSD (amd64)