From 52f0aca24671c3f3b1e037f988e61e0851088c97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Fri, 21 Oct 2016 00:05:21 +0200 Subject: Coverity upload is allowed to fail and is manual. Also name the artifacts --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3