]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci: allow failure for bad OBS distrotest jobs
authorVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 26 Jan 2023 16:07:01 +0000 (17:07 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 26 Jan 2023 16:08:29 +0000 (17:08 +0100)
They've been failing for many months, e.g. see
https://gitlab.nic.cz/knot/knot-resolver/-/pipelines/104497
This way it at least won't be confusing by showing red in CI.

.gitlab-ci.yml

index 34493376660c37dbd0d2cfaf299706be891777a7..e707161ad509d95de307bccf1634ef308fbd332f 100644 (file)
@@ -647,6 +647,7 @@ obs:build:all:
 
 obs:rocky8:x86_64:
   <<: *distrotest
+  allow_failure: true
   variables:
     OBS_REPO: knot-resolver-latest
     DISTROTEST_NAME: rocky8
@@ -683,6 +684,7 @@ obs:debian11:x86_64:
 
 obs:fedora35:x86_64:
   <<: *distrotest
+  allow_failure: true
   variables:
     OBS_REPO: knot-resolver-latest
     DISTROTEST_NAME: fedora35
@@ -690,6 +692,7 @@ obs:fedora35:x86_64:
 
 obs:fedora36:x86_64:
   <<: *distrotest
+  allow_failure: true
   variables:
     OBS_REPO: knot-resolver-latest
     DISTROTEST_NAME: fedora36
@@ -722,6 +725,7 @@ obs:ubuntu2004:x86_64:
 
 obs:ubuntu2204:x86_64:
   <<: *distrotest
+  allow_failure: true
   variables:
     OBS_REPO: knot-resolver-latest
     DISTROTEST_NAME: ubuntu2204