diff options
| author | Michael Albinus | 2022-12-19 10:23:50 +0100 |
|---|---|---|
| committer | Michael Albinus | 2022-12-19 10:23:50 +0100 |
| commit | 7f00dbe81a47d0b4dd18d28ebd18eb1448e8e377 (patch) | |
| tree | 04f93898d081abcda0fc312be278d8ba6491075c /test | |
| parent | 39c6437e472a155414085b1ee57cf499b518aa57 (diff) | |
| download | emacs-7f00dbe81a47d0b4dd18d28ebd18eb1448e8e377.tar.gz emacs-7f00dbe81a47d0b4dd18d28ebd18eb1448e8e377.zip | |
; * test/infra/test-jobs.yml: Regenerate for the new use-package subdirectory.
Diffstat (limited to 'test')
| -rw-r--r-- | test/infra/test-jobs.yml | 17 |
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: | |||
| 493 | target: emacs-inotify | 493 | target: emacs-inotify |
| 494 | make_params: "-k -C test check-lisp-url" | 494 | make_params: "-k -C test check-lisp-url" |
| 495 | 495 | ||
| 496 | test-lisp-use-package-inotify: | ||
| 497 | stage: normal | ||
| 498 | extends: [.job-template, .test-template] | ||
| 499 | needs: | ||
| 500 | - job: build-image-inotify | ||
| 501 | optional: true | ||
| 502 | rules: | ||
| 503 | - if: '$CI_PIPELINE_SOURCE == "schedule"' | ||
| 504 | when: never | ||
| 505 | - changes: | ||
| 506 | - lisp/use-package/*.el | ||
| 507 | - test/lisp/use-package/*.el | ||
| 508 | - test/lisp/use-package/*resources/** | ||
| 509 | variables: | ||
| 510 | target: emacs-inotify | ||
| 511 | make_params: "-k -C test check-lisp-use-package" | ||
| 512 | |||
| 496 | test-lisp-vc-inotify: | 513 | test-lisp-vc-inotify: |
| 497 | stage: normal | 514 | stage: normal |
| 498 | extends: [.job-template, .test-template] | 515 | extends: [.job-template, .test-template] |