emacs-diffs
[Top][All Lists]
Advanced

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

master c6be44d: * test/infra/gitlab-ci.yml (.native-comp-template): Reve


From: Michael Albinus
Subject: master c6be44d: * test/infra/gitlab-ci.yml (.native-comp-template): Revert change.
Date: Sun, 3 Oct 2021 13:53:25 -0400 (EDT)

branch: master
commit c6be44d9b3ec09195f6279e9a503175f8fd60e14
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    * test/infra/gitlab-ci.yml (.native-comp-template): Revert change.
---
 test/infra/gitlab-ci.yml | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml
index 3c6d836..5be59b8 100644
--- a/test/infra/gitlab-ci.yml
+++ b/test/infra/gitlab-ci.yml
@@ -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:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]