summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2016-10-21 00:05:21 +0200
committerlouiz’ <louiz@louiz.org>2016-10-21 00:05:21 +0200
commit52f0aca24671c3f3b1e037f988e61e0851088c97 (patch)
tree01ca679a8b845f51a55d8a34e82b96b4d7a783c8
parentaa4255224eb19ca55a963574fb527e1f07ff9cba (diff)
downloadbiboumi-52f0aca24671c3f3b1e037f988e61e0851088c97.tar.gz
biboumi-52f0aca24671c3f3b1e037f988e61e0851088c97.tar.bz2
biboumi-52f0aca24671c3f3b1e037f988e61e0851088c97.tar.xz
biboumi-52f0aca24671c3f3b1e037f988e61e0851088c97.zip
Coverity upload is allowed to fail and is manual. Also name the artifacts
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9692c5e..978bd6b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -76,6 +76,7 @@ build:rpm:
- build/rpmbuild/RPMS
- build/rpmbuild/SRPMS
when: always
+ name: $CI_PROJECT_NAME-rpm-$CI_BUILD_ID
.template:basic_test: &basic_test
@@ -92,6 +93,7 @@ build:rpm:
- build/coverage_e2e/
- build/tests_outputs/
when: always
+ name: $CI_PROJECT_NAME-rpm-$CI_BUILD_ID
test:debian:
stage: test
@@ -115,6 +117,8 @@ test:openbsd:
test:coverity:
stage: test
image: biboumi-test-fedora:latest
+ allow_failure: true
+ when: manual
script:
- export PATH=$PATH:~/coverity/bin
- cmake .. -DWITHOUT_SYSTEMD=1