summaryrefslogtreecommitdiff
path: root/test/infra
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2024-04-20 17:49:28 +0200
committerMichael Albinus <michael.albinus@gmx.de>2024-04-20 17:49:28 +0200
commit21e33567fabdc1310005ff6f96684be514527e8d (patch)
tree78edd256e397e12964d29de408f5f552c96b60a0 /test/infra
parent0536b96011d24797d16d97a59a62f633a3d30472 (diff)
downloademacs-21e33567fabdc1310005ff6f96684be514527e8d.tar.gz
gitlab-ci.yml adaptions
* test/infra/gitlab-ci.yml (test-filenotify-gio, test-eglot): Add TEST_HOME. (test-tree-sitter): Extend SELECTOR.
Diffstat (limited to 'test/infra')
-rw-r--r--test/infra/gitlab-ci.yml15
1 files changed, 12 insertions, 3 deletions
diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml
index 4c44ba6c55c..d262218e276 100644
--- a/test/infra/gitlab-ci.yml
+++ b/test/infra/gitlab-ci.yml
@@ -254,7 +254,10 @@ test-filenotify-gio:
variables:
target: emacs-filenotify-gio
# This is needed in order to get a JUnit test report.
- make_params: '-k -C test check-expensive LOGFILES="lisp/autorevert-tests.log lisp/filenotify-tests.log"'
+ make_params: >-
+ '-k -C test check-expensive
+ TEST_HOME=/root
+ LOGFILES="lisp/autorevert-tests.log lisp/filenotify-tests.log"'
build-image-eglot:
stage: platform-images
@@ -271,7 +274,9 @@ test-eglot:
variables:
target: emacs-eglot
# This is needed in order to get a JUnit test report.
- make_params: '-k -C test check-expensive LOGFILES="lisp/progmodes/eglot-tests.log"'
+ make_params: >-
+ '-k -C test check-expensive
+ TEST_HOME=/root LOGFILES="lisp/progmodes/eglot-tests.log"'
build-image-tree-sitter:
stage: platform-images
@@ -287,8 +292,12 @@ test-tree-sitter:
optional: true
variables:
target: emacs-tree-sitter
+ selector: >-
+ \(and\ \$\{SELECTOR_EXPENSIVE\}\ \(or\ \\\"^treesit\\\"\ \\\"-ts-\\\"\)\)
# This is needed in order to get a JUnit test report.
- make_params: '-k -C test SELECTOR=\(and\ \$\{SELECTOR_EXPENSIVE\}\ \\\"-ts-\\\"\) TEST_HOME=/root LOGFILES="$tree_sitter_files"'
+ make_params: >-
+ '-k -C test check SELECTOR=$selector
+ TEST_HOME=/root LOGFILES="$tree_sitter_files"'
build-image-gnustep:
stage: platform-images