summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorClaudio André <claudioandre.br@gmail.com>2018-07-22 23:38:51 -0300
committerClaudio André <claudioandre.br@gmail.com>2018-08-01 20:07:01 -0300
commit0cdc4587523781dabd671558f512a80fdfdd19fa (patch)
tree6f75904341f225299b90a548382532e1bbc8b2c4 /.gitlab-ci.yml
parentdd968d2fbb54711b2f25bd4bebc631cd1b8822d5 (diff)
downloadgnome-control-center-0cdc4587523781dabd671558f512a80fdfdd19fa.tar.gz
CI: skip tests on translation commits
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b9567f165..c46f51c95 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -83,6 +83,10 @@ test:
meson test -C _build --verbose --no-stdsplit
fi
+ except:
+ variables:
+ - $CI_COMMIT_TITLE =~ /^Update.*translation$/
+
# Runs the coverage test.
coverage:
<<: *save_build_logs
@@ -105,6 +109,10 @@ coverage:
echo == Coverage ==
sed -e 's/<[^>]*>//g' _build/meson-logs/coveragereport/index.html | tr -d ' \t' | grep -A3 -P '^Lines:$' | tr '\n' ' '; echo
+ except:
+ variables:
+ - $CI_COMMIT_TITLE =~ /^Update.*translation$/
+
# Runs the address sanitizer.
# - below, at the "sanitizers section"
@@ -190,6 +198,10 @@ flatpak:
- *build_procedure
- *run_tests
+ except:
+ variables:
+ - $CI_COMMIT_TITLE =~ /^Update.*translation$/
+
asan:
<<: *sanitizer
stage: test
@@ -236,6 +248,10 @@ msan:
ninja -C _build test"
'
+ except:
+ variables:
+ - $CI_COMMIT_TITLE =~ /^Update.*translation$/
+
armv8:
<<: *multiarch
stage: test