emacs-diffs
[Top][All Lists]
Advanced

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

fix/bug-48598 0f84b738a5 2/2: [DEBUG] Force one-off test job


From: F. Jason Park
Subject: fix/bug-48598 0f84b738a5 2/2: [DEBUG] Force one-off test job
Date: Wed, 4 May 2022 02:30:46 -0400 (EDT)

branch: fix/bug-48598
commit 0f84b738a54ab928fb0ae0bc726574b5d71b5803
Author: F. Jason Park <jp@neverwas.me>
Commit: F. Jason Park <jp@neverwas.me>

    [DEBUG] Force one-off test job
---
 test/infra/gitlab-ci.yml | 2 +-
 test/infra/test-jobs.yml | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml
index e034430edc..4be1b70006 100644
--- a/test/infra/gitlab-ci.yml
+++ b/test/infra/gitlab-ci.yml
@@ -113,7 +113,7 @@ default:
         - lib/malloc/*.{h,c}
         - lisp/emacs-lisp/*.el
         - src/*.{h,c}
-        - test/infra/*
+        # - test/infra/*
     - changes:
         # gfilemonitor, kqueue
         - src/gfilenotify.c
diff --git a/test/infra/test-jobs.yml b/test/infra/test-jobs.yml
index 51707c181b..eb988a9866 100644
--- a/test/infra/test-jobs.yml
+++ b/test/infra/test-jobs.yml
@@ -217,9 +217,10 @@ test-lisp-erc-inotify:
         - lisp/erc/*.el
         - test/lisp/erc/*.el
         - test/lisp/erc/*resources/**
+        - test/lisp/erc/**/*
   variables:
     target: emacs-inotify
-    make_params: "-k -C test check-lisp-erc"
+    make_params: "-k -C test SELECTOR='$(SELECTOR_EXPENSIVE)' check-lisp-erc 
check-lisp-erc-erc-scenarios"
 
 test-lisp-eshell-inotify:
   stage: normal



reply via email to

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