[gnome-control-center] CI: skip tests on translation commits



commit 0cdc4587523781dabd671558f512a80fdfdd19fa
Author: Claudio André <claudioandre br gmail com>
Date:   Sun Jul 22 23:38:51 2018 -0300

    CI: skip tests on translation commits

 .gitlab-ci.yml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
---
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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]