]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci: allow failure of obs:build:all
authorTomas Krizek <tomas.krizek@nic.cz>
Thu, 12 Dec 2019 16:20:40 +0000 (17:20 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Thu, 12 Dec 2019 16:20:40 +0000 (17:20 +0100)
This job tends to fail very often, but very frequently due to issues
with OBS itself - outside of our control. The output of the job can
still be useful to check manually, e.g. before releases.

.gitlab-ci.yml

index 1772f4d66a1c6f8218af85ee6696a95bca733227..def2daf0ce4fcb6635d6ef3f99f374a109a7a7a7 100644 (file)
@@ -499,6 +499,7 @@ obs:build:all:
     variables:
       - $OBS_REPO =~ /^knot-resolver-devel|knot-dns-devel|knot-resolver-testing|knot-resolver-odvr$/
       - $CI_COMMIT_TAG
+  allow_failure: true
   script:
     - "osc results home:CZ-NIC:$OBS_REPO knot-resolver -w"
     - version=$(sed 's/^v//' <(git describe --exact-match HEAD || git rev-parse --short HEAD) )