]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci: use allow_failure for known issues
authorTomas Krizek <tomas.krizek@nic.cz>
Wed, 10 Nov 2021 14:57:42 +0000 (15:57 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 23 Nov 2021 14:36:04 +0000 (15:36 +0100)
.gitlab-ci.yml

index 8e307519f5e7d56b84fd905127f172aec30b0c0f..6c25b8c5bc7dacff9282e84585af83ead84e06fa 100644 (file)
@@ -107,6 +107,7 @@ build:arm64:
   tags:
     - arm64
     - shell
+  allow_failure: true  # some issues with HTTP tests:daf (http module) and HTTP/2 (SIGSEGV)
   script:
     - meson build_ci_arm64 --default-library=static --prefix=$PREFIX -Dwerror=true -Dextra_tests=enabled
     - ninja -C build_ci_arm64
@@ -348,6 +349,7 @@ pytests:
   <<: *test_flaky
   needs:
     - build-asan
+  allow_failure: true  # due to issues with runners: OSError 99
   artifacts:
     when: always
     paths: