emacs-diffs
[Top][All Lists]
Advanced

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

master e6bbbd3: * test/infra/gitlab-ci.yml (build-image-inotify): Increa


From: Michael Albinus
Subject: master e6bbbd3: * test/infra/gitlab-ci.yml (build-image-inotify): Increase timeout.
Date: Tue, 26 Oct 2021 12:52:45 -0400 (EDT)

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

    * test/infra/gitlab-ci.yml (build-image-inotify): Increase timeout.
    
    (test-native-comp-speed0): Adapt make_params.
---
 test/infra/gitlab-ci.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml
index 57f90b1..0b1f982 100644
--- a/test/infra/gitlab-ci.yml
+++ b/test/infra/gitlab-ci.yml
@@ -117,7 +117,7 @@ default:
     - test -n "$(docker ps -aq -f name=${test_name})" && ( docker export 
${test_name} | tar -tvf - )
     - test -n "$(docker ps -aq -f name=${test_name})" && docker cp 
${test_name}:checkout/test ${test_name}
     - test -n "$(docker ps -aq -f name=${test_name})" && docker rm ${test_name}
-    - ls -alR ${test_name}
+    # - ls -alR ${test_name}
 
 .build-template:
   needs: []
@@ -224,6 +224,8 @@ build-image-inotify:
   extends: [.job-template, .build-template]
   variables:
     target: emacs-inotify
+# Temporarily.
+  timeout: 8 hours
 
 # test-fast-inotify:
 #   stage: fast
@@ -300,8 +302,7 @@ test-native-comp-speed0:
   extends: [.job-template, .test-template, .native-comp-template]
   variables:
     target: emacs-native-comp-speed0
-    make_params: >-
-      "-C test check SELECTOR='(and (not (tag :unstable)) (tag :nativecomp)))'"
+    make_params: "-C test check SELECTOR='(not (tag :unstable))'"
 
 test-all-inotify:
   # This tests also file monitor libraries inotify and inotifywatch.



reply via email to

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