Skip to content
Snippets Groups Projects
Verified Commit 775d5ea7 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

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.
parent 959fce5a
No related branches found
No related tags found
1 merge request!1381release 5.6.0
Pipeline #109282 waiting for manual action
Pipeline: Knot Resolver

#109283

    ......@@ -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
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment