[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master dfcc9a0f4d6 2/2: * test/infra/gitlab-ci.yml (.native-comp-templat
From: |
Michael Albinus |
Subject: |
master dfcc9a0f4d6 2/2: * test/infra/gitlab-ci.yml (.native-comp-template): Adapt "changes". |
Date: |
Fri, 10 Nov 2023 05:17:26 -0500 (EST) |
branch: master
commit dfcc9a0f4d63444bac8c3cf6610379c912251d3c
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>
* test/infra/gitlab-ci.yml (.native-comp-template): Adapt "changes".
---
test/infra/gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml
index 6884c32848e..f106ea4d8de 100644
--- a/test/infra/gitlab-ci.yml
+++ b/test/infra/gitlab-ci.yml
@@ -193,10 +193,10 @@ default:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
changes:
- "**.in"
- - lisp/emacs-lisp/comp.el
- - lisp/emacs-lisp/comp-cstr.el
+ - lisp/emacs-lisp/comp*.el
- src/comp.{h,m}
- test/infra/*
+ - test/lisp/emacs-lisp/comp*-tests.el
- test/src/comp-resources/*.el
- test/src/comp-tests.el
timeout: 8 hours