summaryrefslogtreecommitdiff
path: root/test/infra
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2022-12-09 15:53:49 +0100
committerMichael Albinus <michael.albinus@gmx.de>2022-12-09 15:53:49 +0100
commit6a9e38f22c6dc4ad0c4800338e072f88c00956ec (patch)
tree473990a263600985b8423d59e83958e01ef6be67 /test/infra
parent5fbd12ff49410bbc150e677b527ca4939ffcaf5f (diff)
downloademacs-6a9e38f22c6dc4ad0c4800338e072f88c00956ec.tar.gz
* test/infra/test-jobs.yml: Regenerate for the new use-package subdirectory.
Diffstat (limited to 'test/infra')
-rw-r--r--test/infra/test-jobs.yml17
1 files changed, 17 insertions, 0 deletions
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]