emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 051e49f: Adapt test/infra/gitlab-ci.yml


From: Michael Albinus
Subject: master 051e49f: Adapt test/infra/gitlab-ci.yml
Date: Fri, 26 Nov 2021 09:41:30 -0500 (EST)

branch: master
commit 051e49fe3cec47f28ad8ca721d95e5b6db0c2b9c
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    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.
---
 test/infra/gitlab-ci.yml | 23 ++++++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)

diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml
index 15d8b25..dd36d19 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))'"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]