projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1da4af
)
* test/infra/gitlab-ci.yml (.native-comp-template): Adapt "changes".
author
Michael Albinus
<michael.albinus@gmx.de>
Fri, 10 Nov 2023 10:16:22 +0000
(11:16 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Fri, 10 Nov 2023 10:16:22 +0000
(11:16 +0100)
test/infra/gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/test/infra/gitlab-ci.yml
b/test/infra/gitlab-ci.yml
index 6884c32848e2493441dd39bf6d32179ac4541c90..f106ea4d8dee38615c72fda4e4cc8a90ce9422cf 100644
(file)
--- 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