From: Michael Albinus Date: Sat, 18 Sep 2021 08:23:32 +0000 (+0200) Subject: Skip "fast" tests on emba CI X-Git-Tag: emacs-28.0.90~872 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2557c009bb1b7b9bc001aee5e6cd1c0054de83d6;p=emacs.git Skip "fast" tests on emba CI * test/infra/gitlab-ci.yml (stages): Comment "fast" stage out. (test-fast-inotify): Comment out. --- diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index 5082b08e017..0b12f96f4c7 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