]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/infra/test-jobs.yml: Regenerate for the new use-package subdirectory.
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 9 Dec 2022 14:53:49 +0000 (15:53 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 9 Dec 2022 14:53:49 +0000 (15:53 +0100)
test/infra/test-jobs.yml

index 51707c181b123551ac07f1cf9082a7a23283f0b6..55ce590af891293650f1fa34c6686328d2033dba 100644 (file)
@@ -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]