]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Allow re-try of unit tests on FreeBSD 14
authorNicki Křížek <nicki@isc.org>
Tue, 1 Oct 2024 15:10:23 +0000 (17:10 +0200)
committerNicki Křížek <nicki@isc.org>
Tue, 15 Oct 2024 10:39:18 +0000 (12:39 +0200)
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

index 84ae8f4b25b4c60aa645dedcde4f594afef05b52..31f1a47ea41d62b33bf9d0f9709a5adb8eab3c8a 100644 (file)
@@ -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)