From 2557c009bb1b7b9bc001aee5e6cd1c0054de83d6 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 18 Sep 2021 10:23:32 +0200 Subject: [PATCH] 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 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 -- 2.39.5