From 775d5ea7b3e09eeb6c9d274873c3417585574e5d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Thu, 26 Jan 2023 17:07:01 +0100 Subject: [PATCH] ci: allow failure for bad OBS distrotest jobs 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 344933766..e707161ad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- 2.47.2