From: Michal Nowak Date: Tue, 5 Jan 2021 10:54:13 +0000 (+0100) Subject: Drop #1941 workaround X-Git-Tag: v9.17.10~30^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe5978f5baaa1630f121cca70673d9a4dadae391;p=thirdparty%2Fbind9.git Drop #1941 workaround Workaround for issue #1941 is not needed anymore as the underlying performance issue which manifested on FreeBSD was addressed. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 055454c92fd..b319fa15be7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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