From: Michael Albinus Date: Tue, 26 Oct 2021 16:52:39 +0000 (+0200) Subject: * test/infra/gitlab-ci.yml (build-image-inotify): Increase timeout. X-Git-Tag: emacs-29.0.90~3671^2~407 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e6bbbd303f411fb0e95f958d25234d046c88c9e1;p=emacs.git * test/infra/gitlab-ci.yml (build-image-inotify): Increase timeout. (test-native-comp-speed0): Adapt make_params. --- diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index 57f90b15efa..0b1f982c212 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.