From: Nicki Křížek Date: Tue, 1 Oct 2024 15:10:23 +0000 (+0200) Subject: Allow re-try of unit tests on FreeBSD 14 X-Git-Tag: v9.21.3~82^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=1636864ddbd77be1d99bb774bb11b3b300f585d2;p=thirdparty%2Fbind9.git 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. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84ae8f4b25b..31f1a47ea41 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)