diff --git a/test-jobs-orig.yml b/test-jobs-want.yml index b10f6a9df7..347d907a50 100644 --- a/test-jobs-orig.yml +++ b/test-jobs-want.yml @@ -204,40 +204,6 @@ test-lisp-emulation-inotify: target: emacs-inotify make_params: "-k -C test check-lisp-emulation" -test-lisp-erc-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/erc/*.el - - test/lisp/erc/*.el - - test/lisp/erc/*resources/** - variables: - target: emacs-inotify - make_params: "-k -C test check-lisp-erc" - -test-lisp-erc-erc-d-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/erc/erc-d/*.el - - test/lisp/erc/erc-d/*.el - - test/lisp/erc/erc-d/*resources/** - variables: - target: emacs-inotify - make_params: "-k -C test check-lisp-erc-erc-d" - test-lisp-eshell-inotify: stage: normal extends: [.job-template, .test-template] @@ -560,3 +526,23 @@ test-src-inotify: variables: target: emacs-inotify make_params: "-k -C test check-src" + +test-lisp-erc-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/erc/*.el + - lisp/erc/erc-d/*.el + - test/lisp/erc/erc-d/*.el + - test/lisp/erc/erc-d/*resources/** + - test/lisp/erc/*.el + - test/lisp/erc/*resources/** + variables: + target: emacs-inotify + make_params: "-k -C test check-lisp-erc check-lisp-erc-erc-d"