* test/infra/gitlab-ci.yml (test-all-inotify)
(test-filenotify-gio, test-gnustep, test-native-comp-speed0):
Add or adapt artifacts.
public: true
expire_in: 1 week
paths:
- - "**/*.log"
+ - "${test_name}/**/*.log"
when: always
variables:
target: emacs-inotify
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"
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
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))'"