From 632f4240e8b6649906d9275173684b709e4224eb Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 20 Apr 2024 17:49:28 +0200 Subject: [PATCH] gitlab-ci.yml adaptions * test/infra/gitlab-ci.yml (test-filenotify-gio, test-eglot): Add TEST_HOME. (test-tree-sitter): Extend SELECTOR. (cherry picked from commit 21e33567fabdc1310005ff6f96684be514527e8d) --- 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 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 -- 2.39.5