]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/infra/gitlab-ci.yml (.native-comp-template): Revert change.
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 3 Oct 2021 17:53:17 +0000 (19:53 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 3 Oct 2021 17:53:17 +0000 (19:53 +0200)
test/infra/gitlab-ci.yml

index 3c6d836b580e52460c50aad79be7c5342a927918..5be59b8dcc6b467644201ec63bb219e1adb25646 100644 (file)
@@ -190,9 +190,18 @@ default:
         - test/lisp/filenotify-tests.el
 
 .native-comp-template:
-  only:
-    - web
-    - schedules
+  rules:
+    - if: '$CI_PIPELINE_SOURCE == "web"'
+    - if: '$CI_PIPELINE_SOURCE == "schedule"'
+      changes:
+        - "**/Makefile.in"
+        - .gitlab-ci.yml
+        - lisp/emacs-lisp/comp.el
+        - lisp/emacs-lisp/comp-cstr.el
+        - src/comp.{h,m}
+        - test/infra/*
+        - test/src/comp-resources/*.el
+        - test/src/comp-tests.el
   timeout: 8 hours
 
 stages: