From: Michael Albinus Date: Fri, 26 Nov 2021 14:41:22 +0000 (+0100) Subject: Adapt test/infra/gitlab-ci.yml X-Git-Tag: emacs-29.0.90~2852^2~14 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=051e49fe3cec47f28ad8ca721d95e5b6db0c2b9c;p=emacs.git 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. --- diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index 15d8b252e23..dd36d19b3da 100644 --- a/test/infra/gitlab-ci.yml +++ b/test/infra/gitlab-ci.yml @@ -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))'"