]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/infra/gitlab-ci.yml (build-image-inotify): Increase timeout.
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 26 Oct 2021 16:52:39 +0000 (18:52 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 26 Oct 2021 16:52:39 +0000 (18:52 +0200)
(test-native-comp-speed0): Adapt make_params.

test/infra/gitlab-ci.yml

index 57f90b15efa8a57232abe4e051a3fea87e5b9681..0b1f982c212d7bbb57fbbf2d520ecd246bdaf742 100644 (file)
@@ -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.