diff options
| author | Michael Albinus | 2024-04-16 10:55:37 +0200 |
|---|---|---|
| committer | Michael Albinus | 2024-04-16 10:55:37 +0200 |
| commit | b47b8159d88a9bef5a6bfd72e5c81ba2f6df95b5 (patch) | |
| tree | 9be7f5d7f984287f465fdffe3ef389dfd7202701 /test | |
| parent | f5e0fb11dbf4d2cc5d7ceabcec7600556fb12843 (diff) | |
| download | emacs-b47b8159d88a9bef5a6bfd72e5c81ba2f6df95b5.tar.gz emacs-b47b8159d88a9bef5a6bfd72e5c81ba2f6df95b5.zip | |
Adapt tree-sitter job on EMBA
* test/infra/gitlab-ci.yml (.tree-sitter-template)
(test-tree-sitter): Adapt tree-sitter job.
Diffstat (limited to 'test')
| -rw-r--r-- | test/infra/gitlab-ci.yml | 8 |
1 files changed, 7 insertions, 1 deletions
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: | |||
| 183 | changes: | 183 | changes: |
| 184 | - "**.in" | 184 | - "**.in" |
| 185 | - lisp/progmodes/*-ts-mode.el | 185 | - lisp/progmodes/*-ts-mode.el |
| 186 | - lisp/progmodes/js.el | ||
| 187 | - lisp/progmodes/python.el | ||
| 188 | - src/treesit.{h,c} | ||
| 186 | - test/infra/* | 189 | - test/infra/* |
| 187 | - test/lisp/progmodes/*-ts-mode-resources/** | 190 | - test/lisp/progmodes/*-ts-mode-resources/** |
| 188 | - test/lisp/progmodes/*-ts-mode-tests.el | 191 | - test/lisp/progmodes/*-ts-mode-tests.el |
| 192 | - test/lisp/progmodes/js-tests.el | ||
| 193 | - test/lisp/progmodes/python-tests.el | ||
| 194 | - test/src/treesit-tests.el | ||
| 189 | 195 | ||
| 190 | .native-comp-template: | 196 | .native-comp-template: |
| 191 | rules: | 197 | rules: |
| @@ -282,7 +288,7 @@ test-tree-sitter: | |||
| 282 | variables: | 288 | variables: |
| 283 | target: emacs-tree-sitter | 289 | target: emacs-tree-sitter |
| 284 | # This is needed in order to get a JUnit test report. | 290 | # This is needed in order to get a JUnit test report. |
| 285 | make_params: '-k -C test check-expensive TEST_HOME=/root LOGFILES="$tree_sitter_files"' | 291 | make_params: '-k -C test SELECTOR=\(and\ \$\{SELECTOR_EXPENSIVE\}\ \\\"-ts-\\\"\) TEST_HOME=/root LOGFILES="$tree_sitter_files"' |
| 286 | 292 | ||
| 287 | build-image-gnustep: | 293 | build-image-gnustep: |
| 288 | stage: platform-images | 294 | stage: platform-images |