mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-07 17:12:04 -04:00
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 1636864ddb)
This commit is contained in:
parent
d2067ba142
commit
b9708fd42a
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue