From 3580f5a241c1e97aa5ce1cac4b0a8870170c1289 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Tue, 16 Apr 2024 10:55:37 +0200 Subject: [PATCH] Adapt tree-sitter job on EMBA * test/infra/gitlab-ci.yml (.tree-sitter-template) (test-tree-sitter): Adapt tree-sitter job. (cherry picked from commit b47b8159d88a9bef5a6bfd72e5c81ba2f6df95b5) --- test/infra/gitlab-ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index 5299aee746b..4c44ba6c55c 100644 --- a/test/infra/gitlab-ci.yml +++ b/test/infra/gitlab-ci.yml @@ -183,9 +183,15 @@ default: changes: - "**.in" - lisp/progmodes/*-ts-mode.el + - lisp/progmodes/js.el + - lisp/progmodes/python.el + - src/treesit.{h,c} - test/infra/* - test/lisp/progmodes/*-ts-mode-resources/** - test/lisp/progmodes/*-ts-mode-tests.el + - test/lisp/progmodes/js-tests.el + - test/lisp/progmodes/python-tests.el + - test/src/treesit-tests.el .native-comp-template: rules: @@ -282,7 +288,7 @@ test-tree-sitter: variables: target: emacs-tree-sitter # This is needed in order to get a JUnit test report. - make_params: '-k -C test check-expensive TEST_HOME=/root LOGFILES="$tree_sitter_files"' + make_params: '-k -C test SELECTOR=\(and\ \$\{SELECTOR_EXPENSIVE\}\ \\\"-ts-\\\"\) TEST_HOME=/root LOGFILES="$tree_sitter_files"' build-image-gnustep: stage: platform-images -- 2.39.5