emacs-diffs
[Top][All Lists]
Advanced

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

master 7f00dbe81a 2/2: ; * test/infra/test-jobs.yml: Regenerate for the


From: Michael Albinus
Subject: master 7f00dbe81a 2/2: ; * test/infra/test-jobs.yml: Regenerate for the new use-package subdirectory.
Date: Mon, 19 Dec 2022 04:24:10 -0500 (EST)

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

    ; * test/infra/test-jobs.yml: Regenerate for the new use-package 
subdirectory.
---
 test/infra/test-jobs.yml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/test/infra/test-jobs.yml b/test/infra/test-jobs.yml
index 51707c181b..55ce590af8 100644
--- a/test/infra/test-jobs.yml
+++ b/test/infra/test-jobs.yml
@@ -493,6 +493,23 @@ test-lisp-url-inotify:
     target: emacs-inotify
     make_params: "-k -C test check-lisp-url"
 
+test-lisp-use-package-inotify:
+  stage: normal
+  extends: [.job-template, .test-template]
+  needs:
+    - job: build-image-inotify
+      optional: true
+  rules:
+    - if: '$CI_PIPELINE_SOURCE == "schedule"'
+      when: never
+    - changes:
+        - lisp/use-package/*.el
+        - test/lisp/use-package/*.el
+        - test/lisp/use-package/*resources/**
+  variables:
+    target: emacs-inotify
+    make_params: "-k -C test check-lisp-use-package"
+
 test-lisp-vc-inotify:
   stage: normal
   extends: [.job-template, .test-template]



reply via email to

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