[gjs: 3/5] CI: Don't skip checks depending on what files were changed




commit 992ea74da41ea3a9a5384bbfb0c7f53ce800359d
Author: Philip Chimento <philip chimento gmail com>
Date:   Tue Aug 24 22:51:36 2021 -0700

    CI: Don't skip checks depending on what files were changed
    
    This has led to too many errors accidentally slipping through.

 .gitlab-ci.yml | 30 ------------------------------
 1 file changed, 30 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 297fbc6b..ffa7651b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -197,12 +197,6 @@ cppcheck:
       - tags
     variables:
       - $CI_COMMIT_MESSAGE =~ /\[skip cppcheck\]/
-  only:
-    changes:
-      - '**/*.c'
-      - '**/*.cpp'
-      - '**/*.h'
-      - '**/*.hh'
 
 cpplint:
   when: on_success
@@ -220,12 +214,6 @@ cpplint:
       - tags
     variables:
       - $CI_COMMIT_MESSAGE =~ /\[skip cpplint\]/
-  only:
-    changes:
-      - '**/*.c'
-      - '**/*.cpp'
-      - '**/*.h'
-      - '**/*.hh'
 
 eslint:
   when: on_success
@@ -241,12 +229,6 @@ eslint:
       - tags
     variables:
       - $CI_COMMIT_MESSAGE =~ /\[skip eslint\]/
-  only:
-    changes:
-      - '**/*.js'
-      - .eslintignore
-      - .eslintrc.yml
-      - '**/.eslintrc.yml'
 
 pch_check:
   when: on_success
@@ -263,13 +245,6 @@ pch_check:
       - tags
     variables:
       - $CI_COMMIT_MESSAGE =~ /\[skip pch_check\]/
-  only:
-    changes:
-      - test/check-pch.sh
-      - '**/*.c'
-      - '**/*.cpp'
-      - '**/*.h'
-      - '**/*.hh'
 
 iwyu:
   when: on_success
@@ -284,11 +259,6 @@ iwyu:
   only:
     refs:
       - branches
-    changes:
-      - '**/*.c'
-      - '**/*.cpp'
-      - '**/*.h'
-      - '**/meson.build'
   except:
     - schedules
     - /^gnome-\d+-\d+$/


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