diff options
author | Vladimír Čunát <vladimir.cunat@nic.cz> | 2024-09-16 17:10:25 +0200 |
---|---|---|
committer | Vladimír Čunát <vladimir.cunat@nic.cz> | 2024-09-16 17:10:25 +0200 |
commit | a246dc0735dec7fc150fdcc3bb13a6a29a8ce4f1 (patch) | |
tree | d8f87fefb30e6269daf8b382e3fe232231c59ff3 /.gitlab-ci.yml | |
parent | Merge !1606: doc/dev: add layered-protocols.rst (diff) | |
download | knot-resolver-a246dc0735dec7fc150fdcc3bb13a6a29a8ce4f1.tar.xz knot-resolver-a246dc0735dec7fc150fdcc3bb13a6a29a8ce4f1.zip |
CI: allow_failure in pkg:arch
So far we don't know how to fix this.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 12222fe2..0caf1471 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -689,6 +689,7 @@ pkg:alma-9: pkg:arch: <<: *pkg_test_user image: $CI_REGISTRY/packaging/apkg/full/arch + allow_failure: true # our image not starting up currently before_script: - pacman -Syy |