]> git.eshelyaron.com Git - emacs.git/commitdiff
Skip "fast" tests on emba CI
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 18 Sep 2021 08:23:32 +0000 (10:23 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 18 Sep 2021 08:23:32 +0000 (10:23 +0200)
* test/infra/gitlab-ci.yml (stages): Comment "fast" stage out.
(test-fast-inotify): Comment out.

test/infra/gitlab-ci.yml

index 5082b08e0170e6c7c46aac61ff589bec7486ce28..0b12f96f4c74759303e6f49766ec8f3a783b21cc 100644 (file)
@@ -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