[tracker/wip/carlosg/ci-playground: 3/7] ci: Exclude changes in potfiles for coverity
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/wip/carlosg/ci-playground: 3/7] ci: Exclude changes in potfiles for coverity
- Date: Sun, 16 May 2021 21:21:15 +0000 (UTC)
commit daaeb67bedbcac108060aa1103e75968ff2191e0
Author: Carlos Garnacho <carlosg gnome org>
Date: Sun May 16 12:13:33 2021 +0200
ci: Exclude changes in potfiles for coverity
We currently trigger the coverity stage for every commit on master.
Since that has a daily rate, don't waste coverity builds on changes
to potfiles.
.gitlab-ci.yml | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f191e8a3a..a089347b1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -251,6 +251,9 @@ coverity:
- build-fedora-rawhide-container@x86_64
only:
- master
+ except:
+ changes:
+ - po/*.po
pages:
extends:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]