1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-08 15:35:02 +00:00

Adapt test/infra/gitlab-ci.yml

* test/infra/gitlab-ci.yml (test-all-inotify)
(test-filenotify-gio, test-gnustep, test-native-comp-speed0):
Add or adapt artifacts.
This commit is contained in:
Michael Albinus 2021-11-26 15:41:22 +01:00
parent 57bb675cde
commit 051e49fe3c

View File

@ -202,7 +202,7 @@ test-all-inotify:
public: true
expire_in: 1 week
paths:
- "**/*.log"
- "${test_name}/**/*.log"
when: always
variables:
target: emacs-inotify
@ -221,6 +221,13 @@ test-filenotify-gio:
needs:
- job: build-image-filenotify-gio
optional: true
artifacts:
name: ${test_name}
public: true
expire_in: 1 week
paths:
- "${test_name}/**/*.log"
when: always
variables:
target: emacs-filenotify-gio
make_params: "-k -C test autorevert-tests.log filenotify-tests.log"
@ -238,6 +245,13 @@ test-gnustep:
needs:
- job: build-image-gnustep
optional: true
artifacts:
name: ${test_name}
public: true
expire_in: 1 week
paths:
- "${test_name}/**/*.log"
when: always
variables:
target: emacs-gnustep
make_params: install
@ -266,6 +280,13 @@ test-native-comp-speed0:
needs:
- job: build-native-comp-speed0
optional: true
artifacts:
name: ${test_name}
public: true
expire_in: 1 week
paths:
- "${test_name}/**/*.log"
when: always
variables:
target: emacs-native-comp-speed0
make_params: "-C test check SELECTOR='(not (tag :unstable))'"