]> git.eshelyaron.com Git - emacs.git/commitdiff
Adapt test/infra/gitlab-ci.yml
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 26 Nov 2021 14:41:22 +0000 (15:41 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 26 Nov 2021 14:41:22 +0000 (15:41 +0100)
* test/infra/gitlab-ci.yml (test-all-inotify)
(test-filenotify-gio, test-gnustep, test-native-comp-speed0):
Add or adapt artifacts.

test/infra/gitlab-ci.yml

index 15d8b252e237f40d7ea59f9ffdd529871a35657d..dd36d19b3da1d6d5afd2c4978f4d4a0fcb90fa21 100644 (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))'"