emacs-diffs
[Top][All Lists]
Advanced

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

master 2557c00: Skip "fast" tests on emba CI


From: Michael Albinus
Subject: master 2557c00: Skip "fast" tests on emba CI
Date: Sat, 18 Sep 2021 04:23:40 -0400 (EDT)

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

    Skip "fast" tests on emba CI
    
    * test/infra/gitlab-ci.yml (stages): Comment "fast" stage out.
    (test-fast-inotify): Comment out.
---
 test/infra/gitlab-ci.yml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml
index 5082b08..0b12f96 100644
--- a/test/infra/gitlab-ci.yml
+++ b/test/infra/gitlab-ci.yml
@@ -200,7 +200,7 @@ default:
 stages:
   - prep-images
   - build-images
-  - fast
+#  - fast
   - normal
   - platform-images
   - platforms
@@ -221,12 +221,12 @@ build-image-inotify:
   variables:
     target: emacs-inotify
 
-test-fast-inotify:
-  stage: fast
-  extends: [.job-template, .test-template]
-  variables:
-    target: emacs-inotify
-    make_params: "-C test check"
+# test-fast-inotify:
+#   stage: fast
+#   extends: [.job-template, .test-template]
+#   variables:
+#     target: emacs-inotify
+#     make_params: "-C test check"
 
 test-lisp-inotify:
   stage: normal



reply via email to

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