]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Drop #1941 workaround
authorMichal Nowak <mnowak@isc.org>
Tue, 5 Jan 2021 10:54:13 +0000 (11:54 +0100)
committerMichal Nowak <mnowak@isc.org>
Tue, 19 Jan 2021 10:45:10 +0000 (11:45 +0100)
Workaround for issue #1941 is not needed anymore as the underlying
performance issue which manifested on FreeBSD was addressed.

.gitlab-ci.yml

index 055454c92fd66f0513e1283e1dc9563a255ffd70..b319fa15be7ec6d293bc32cd3372c4c9d35e859f 100644 (file)
@@ -1489,8 +1489,6 @@ stress:authoritative:freebsd12:amd64:
   only:
     variables:
       - $CI_COMMIT_TAG || ($BIND_STRESS_TEST_OS =~ /freebsd/i && $BIND_STRESS_TEST_MODE =~ /authoritative/i && $BIND_STRESS_TEST_ARCH =~ /amd64/i)
-  # See: https://gitlab.isc.org/isc-projects/bind9/-/issues/1941
-  allow_failure: true
 
 stress:recursive:freebsd12:amd64:
   <<: *freebsd_12_amd64_image
@@ -1505,8 +1503,6 @@ stress:recursive:freebsd12:amd64:
   only:
     variables:
       - $CI_COMMIT_TAG || ($BIND_STRESS_TEST_OS =~ /freebsd/i && $BIND_STRESS_TEST_MODE =~ /recursive/i && $BIND_STRESS_TEST_ARCH =~ /amd64/i)
-  # See: https://gitlab.isc.org/isc-projects/bind9/-/issues/1941
-  allow_failure: true
 
 # ABI check