[gjs: 1/4] CI: if not on master, run only one sanitizer



commit 28c240a382e22f2a9290d72ea09472bd5e65ced7
Author: Claudio André <claudioandre br gmail com>
Date:   Sun Mar 25 11:38:59 2018 -0300

    CI: if not on master, run only one sanitizer
    
    For a regular test, one sanitizer seems to be enough.

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3673434..7621cf8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -128,6 +128,8 @@ sanitizer_clang:
     DEV: devel
     TEST: "check"
     BUILD_OPTS: "--enable-asan --enable-ubsan"
+  only:
+    - master@GNOME/gjs
 
 codequality:
   stage: thorough_tests


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