From fe5978f5baaa1630f121cca70673d9a4dadae391 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Tue, 5 Jan 2021 11:54:13 +0100 Subject: [PATCH] Drop #1941 workaround Workaround for issue #1941 is not needed anymore as the underlying performance issue which manifested on FreeBSD was addressed. --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 055454c92f..b319fa15be 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