From: Michael Albinus Date: Fri, 9 Dec 2022 14:53:49 +0000 (+0100) Subject: * test/infra/test-jobs.yml: Regenerate for the new use-package subdirectory. X-Git-Tag: emacs-29.0.90~1281 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6a9e38f22c6dc4ad0c4800338e072f88c00956ec;p=emacs.git * test/infra/test-jobs.yml: Regenerate for the new use-package subdirectory. --- 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]