From: Michael Albinus Date: Tue, 23 Nov 2021 15:25:41 +0000 (+0100) Subject: Adapt artifacts paths in emba testjobs X-Git-Tag: emacs-29.0.90~2852^2~87 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=88637c341510e92bb6213418628e2ce84332450a;p=emacs.git Adapt artifacts paths in emba testjobs * test/infra/Makefile.in (subdir_template): Adapt artifacts paths. * test/infra/test-jobs.yml: Regenerate. --- diff --git a/test/infra/Makefile.in b/test/infra/Makefile.in index c091d2a7ba2..c6b9b39e8c3 100644 --- a/test/infra/Makefile.in +++ b/test/infra/Makefile.in @@ -81,9 +81,7 @@ define subdir_template @echo ' public: true' >>$(FILE) @echo ' expire_in: 1 week' >>$(FILE) @echo ' paths:' >>$(FILE) - @echo ' - $(tn)/test/$(1)/*.log' >>$(FILE) - @echo ' - $(tn)/**/core' >>$(FILE) - @echo ' - $(tn)/core' >>$(FILE) + @echo ' - $(tn)/$(1)/*.log' >>$(FILE) @echo ' when: always' >>$(FILE) @echo ' variables:' >>$(FILE) @echo ' target: emacs-inotify' >>$(FILE) diff --git a/test/infra/test-jobs.yml b/test/infra/test-jobs.yml index 79494035530..413dfeba33a 100644 --- a/test/infra/test-jobs.yml +++ b/test/infra/test-jobs.yml @@ -12,9 +12,7 @@ test-lib-src-inotify: public: true expire_in: 1 week paths: - - ${test_name}/test/lib-src/*.log - - ${test_name}/**/core - - ${test_name}/core + - ${test_name}/lib-src/*.log when: always variables: target: emacs-inotify @@ -33,9 +31,7 @@ test-lisp-inotify: public: true expire_in: 1 week paths: - - ${test_name}/test/lisp/*.log - - ${test_name}/**/core - - ${test_name}/core + - ${test_name}/lisp/*.log when: always variables: target: emacs-inotify @@ -54,9 +50,7 @@ test-lisp-calc-inotify: public: true expire_in: 1 week paths: - - ${test_name}/test/lisp/calc/*.log - - ${test_name}/**/core - - ${test_name}/core + - ${test_name}/lisp/calc/*.log when: always variables: target: emacs-inotify @@ -75,9 +69,7 @@ test-lisp-calendar-inotify: public: true expire_in: 1 week paths: - - ${test_name}/test/lisp/calendar/*.log - - ${test_name}/**/core - - ${test_name}/core + - ${test_name}/lisp/calendar/*.log when: always variables: target: emacs-inotify @@ -96,9 +88,7 @@ test-lisp-cedet-inotify: public: true expire_in: 1 week paths: - - ${test_name}/test/lisp/cedet/*.log - - ${test_name}/**/core - - ${test_name}/core + - ${test_name}/lisp/cedet/*.log when: always variables: target: emacs-inotify @@ -117,9 +107,7 @@ test-lisp-cedet-semantic-inotify: public: true expire_in: 1 week paths: - - ${test_name}/test/lisp/cedet/semantic/*.log - - ${test_name}/**/core - - ${test_name}/core + - ${test_name}/lisp/cedet/semantic/*.log when: always variables: target: emacs-inotify @@ -138,9 +126,7 @@ test-lisp-cedet-semantic-bovine-inotify: public: true expire_in: 1 week paths: - - ${test_name}/test/lisp/cedet/semantic/bovine/*.log - - ${test_name}/**/core - - ${test_name}/core + - ${test_name}/lisp/cedet/semantic/bovine/*.log when: always variables: target: emacs-inotify @@ -159,9 +145,7 @@ test-lisp-cedet-srecode-inotify: public: true expire_in: 1 week paths: - - ${test_name}/test/lisp/cedet/srecode/*.log - - ${test_name}/**/core - - ${test_name}/core + - ${test_name}/lisp/cedet/srecode/*.log when: always variables: target: emacs-inotify @@ -180,9 +164,7 @@ test-lisp-emacs-lisp-inotify: public: true expire_in: 1 week paths: - - ${test_name}/test/lisp/emacs-lisp/*.log - - ${test_name}/**/core - - ${test_name}/core + - ${test_name}/lisp/emacs-lisp/*.log when: always variables: target: emacs-inotify @@ -201,9 +183,7 @@ test-lisp-emacs-lisp-eieio-tests-inotify: public: true expire_in: 1 week paths: - - ${test_name}/test/lisp/emacs-lisp/eieio-tests/*.log - - ${test_name}/**/core - - ${test_name}/core + - ${test_name}/lisp/emacs-lisp/eieio-tests/*.log when: always variables: target: emacs-inotify @@ -222,9 +202,7 @@ test-lisp-emacs-lisp-faceup-tests-inotify: public: true expire_in: 1 week paths: - - ${test_name}/test/lisp/emacs-lisp/faceup-tests/*.log - - ${test_name}/**/core - - ${test_name}/core + - ${test_name}/lisp/emacs-lisp/faceup-tests/*.log when: always variables: target: emacs-inotify @@ -243,9 +221,7 @@ test-lisp-emulation-inotify: public: true expire_in: 1 week paths: - - ${test_name}/test/lisp/emulation/*.log - - ${test_name}/**/core - - ${test_name}/core + - ${test_name}/lisp/emulation/*.log when: always variables: target: emacs-inotify @@ -264,9 +240,7 @@ test-lisp-erc-inotify: public: true expire_in: 1 week paths: - - ${test_name}/test/lisp/erc/*.log - - ${test_name}/**/core - - ${test_name}/core + - ${test_name}/lisp/erc/*.log when: always variables: target: emacs-inotify @@ -285,9 +259,7 @@ test-lisp-eshell-inotify: public: true expire_in: 1 week paths: - - ${test_name}/test/lisp/eshell/*.log - - ${test_name}/**/core - - ${test_name}/core + - ${test_name}/lisp/eshell/*.log when: always variables: target: emacs-inotify @@ -306,9 +278,7 @@ test-lisp-gnus-inotify: public: true expire_in: 1 week paths: - - ${test_name}/test/lisp/gnus/*.log - - ${test_name}/**/core - - ${test_name}/core + - ${test_name}/lisp/gnus/*.log when: always variables: target: emacs-inotify @@ -327,9 +297,7 @@ test-lisp-image-inotify: public: true expire_in: 1 week paths: - - ${test_name}/test/lisp/image/*.log - - ${test_name}/**/core - - ${test_name}/core + - ${test_name}/lisp/image/*.log when: always variables: target: emacs-inotify @@ -348,9 +316,7 @@ test-lisp-international-inotify: public: true expire_in: 1 week paths: - - ${test_name}/test/lisp/international/*.log - - ${test_name}/**/core - - ${test_name}/core + - ${test_name}/lisp/international/*.log when: always variables: target: emacs-inotify @@ -369,9 +335,7 @@ test-lisp-mail-inotify: public: true expire_in: 1 week paths: - - ${test_name}/test/lisp/mail/*.log - - ${test_name}/**/core - - ${test_name}/core + - ${test_name}/lisp/mail/*.log when: always variables: target: emacs-inotify @@ -390,9 +354,7 @@ test-lisp-mh-e-inotify: public: true expire_in: 1 week paths: - - ${test_name}/test/lisp/mh-e/*.log - - ${test_name}/**/core - - ${test_name}/core + - ${test_name}/lisp/mh-e/*.log when: always variables: target: emacs-inotify @@ -411,9 +373,7 @@ test-lisp-net-inotify: public: true expire_in: 1 week paths: - - ${test_name}/test/lisp/net/*.log - - ${test_name}/**/core - - ${test_name}/core + - ${test_name}/lisp/net/*.log when: always variables: target: emacs-inotify @@ -432,9 +392,7 @@ test-lisp-nxml-inotify: public: true expire_in: 1 week paths: - - ${test_name}/test/lisp/nxml/*.log - - ${test_name}/**/core - - ${test_name}/core + - ${test_name}/lisp/nxml/*.log when: always variables: target: emacs-inotify @@ -453,9 +411,7 @@ test-lisp-obsolete-inotify: public: true expire_in: 1 week paths: - - ${test_name}/test/lisp/obsolete/*.log - - ${test_name}/**/core - - ${test_name}/core + - ${test_name}/lisp/obsolete/*.log when: always variables: target: emacs-inotify @@ -474,9 +430,7 @@ test-lisp-org-inotify: public: true expire_in: 1 week paths: - - ${test_name}/test/lisp/org/*.log - - ${test_name}/**/core - - ${test_name}/core + - ${test_name}/lisp/org/*.log when: always variables: target: emacs-inotify @@ -495,9 +449,7 @@ test-lisp-play-inotify: public: true expire_in: 1 week paths: - - ${test_name}/test/lisp/play/*.log - - ${test_name}/**/core - - ${test_name}/core + - ${test_name}/lisp/play/*.log when: always variables: target: emacs-inotify @@ -516,9 +468,7 @@ test-lisp-progmodes-inotify: public: true expire_in: 1 week paths: - - ${test_name}/test/lisp/progmodes/*.log - - ${test_name}/**/core - - ${test_name}/core + - ${test_name}/lisp/progmodes/*.log when: always variables: target: emacs-inotify @@ -537,9 +487,7 @@ test-lisp-so-long-tests-inotify: public: true expire_in: 1 week paths: - - ${test_name}/test/lisp/so-long-tests/*.log - - ${test_name}/**/core - - ${test_name}/core + - ${test_name}/lisp/so-long-tests/*.log when: always variables: target: emacs-inotify @@ -558,9 +506,7 @@ test-lisp-term-inotify: public: true expire_in: 1 week paths: - - ${test_name}/test/lisp/term/*.log - - ${test_name}/**/core - - ${test_name}/core + - ${test_name}/lisp/term/*.log when: always variables: target: emacs-inotify @@ -579,9 +525,7 @@ test-lisp-textmodes-inotify: public: true expire_in: 1 week paths: - - ${test_name}/test/lisp/textmodes/*.log - - ${test_name}/**/core - - ${test_name}/core + - ${test_name}/lisp/textmodes/*.log when: always variables: target: emacs-inotify @@ -600,9 +544,7 @@ test-lisp-url-inotify: public: true expire_in: 1 week paths: - - ${test_name}/test/lisp/url/*.log - - ${test_name}/**/core - - ${test_name}/core + - ${test_name}/lisp/url/*.log when: always variables: target: emacs-inotify @@ -621,9 +563,7 @@ test-lisp-vc-inotify: public: true expire_in: 1 week paths: - - ${test_name}/test/lisp/vc/*.log - - ${test_name}/**/core - - ${test_name}/core + - ${test_name}/lisp/vc/*.log when: always variables: target: emacs-inotify @@ -642,9 +582,7 @@ test-misc-inotify: public: true expire_in: 1 week paths: - - ${test_name}/test/misc/*.log - - ${test_name}/**/core - - ${test_name}/core + - ${test_name}/misc/*.log when: always variables: target: emacs-inotify @@ -663,9 +601,7 @@ test-src-inotify: public: true expire_in: 1 week paths: - - ${test_name}/test/src/*.log - - ${test_name}/**/core - - ${test_name}/core + - ${test_name}/src/*.log when: always variables: target: emacs-inotify