emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 6a9e38f22c6 3/3: * test/infra/test-jobs.yml: Regenerate for the


From: Michael Albinus
Subject: emacs-29 6a9e38f22c6 3/3: * test/infra/test-jobs.yml: Regenerate for the new use-package subdirectory.
Date: Fri, 9 Dec 2022 09:54:02 -0500 (EST)

branch: emacs-29
commit 6a9e38f22c6dc4ad0c4800338e072f88c00956ec
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 51707c181b1..55ce590af89 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]