aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2021-11-22 16:47:23 +0100
committerMichael Albinus2021-11-22 16:47:23 +0100
commitd737bfe911fc46f520fece46dfc930561272ab8d (patch)
treebf569f367b8c2d3842a99f801ec52a83ad3adcba
parent196196c739b0ea5db0d9ad5e753f9e38fba11593 (diff)
downloademacs-d737bfe911fc46f520fece46dfc930561272ab8d.tar.gz
emacs-d737bfe911fc46f520fece46dfc930561272ab8d.zip
; Fix error in artifacts paths of emba jobs
-rw-r--r--test/infra/Makefile.in5
-rw-r--r--test/infra/test-jobs.yml160
2 files changed, 99 insertions, 66 deletions
diff --git a/test/infra/Makefile.in b/test/infra/Makefile.in
index 36c27024afb..a6fa81570ae 100644
--- a/test/infra/Makefile.in
+++ b/test/infra/Makefile.in
@@ -82,8 +82,9 @@ define subdir_template
82 @echo ' public: true' >>$(FILE) 82 @echo ' public: true' >>$(FILE)
83 @echo ' expire_in: 1 week' >>$(FILE) 83 @echo ' expire_in: 1 week' >>$(FILE)
84 @echo ' paths:' >>$(FILE) 84 @echo ' paths:' >>$(FILE)
85 @echo ' - test/$(1)/*.log' >>$(FILE) 85 @echo ' - $(tn)/test/$(1)/*.log' >>$(FILE)
86 @echo ' - **core' >>$(FILE) 86 @echo ' - $(tn)/**/core' >>$(FILE)
87 @echo ' - $(tn)/core' >>$(FILE)
87 @echo ' when: always' >>$(FILE) 88 @echo ' when: always' >>$(FILE)
88 @echo ' variables:' >>$(FILE) 89 @echo ' variables:' >>$(FILE)
89 @echo ' target: emacs-inotify' >>$(FILE) 90 @echo ' target: emacs-inotify' >>$(FILE)
diff --git a/test/infra/test-jobs.yml b/test/infra/test-jobs.yml
index 92eac04f594..059ab4f0e05 100644
--- a/test/infra/test-jobs.yml
+++ b/test/infra/test-jobs.yml
@@ -13,8 +13,9 @@ test-lib-src-inotify:
13 public: true 13 public: true
14 expire_in: 1 week 14 expire_in: 1 week
15 paths: 15 paths:
16 - test/lib-src/*.log 16 - ${test_name}/test/lib-src/*.log
17 - **core 17 - ${test_name}/**/core
18 - ${test_name}/core
18 when: always 19 when: always
19 variables: 20 variables:
20 target: emacs-inotify 21 target: emacs-inotify
@@ -34,8 +35,9 @@ test-lisp-inotify:
34 public: true 35 public: true
35 expire_in: 1 week 36 expire_in: 1 week
36 paths: 37 paths:
37 - test/lisp/*.log 38 - ${test_name}/test/lisp/*.log
38 - **core 39 - ${test_name}/**/core
40 - ${test_name}/core
39 when: always 41 when: always
40 variables: 42 variables:
41 target: emacs-inotify 43 target: emacs-inotify
@@ -55,8 +57,9 @@ test-lisp-calc-inotify:
55 public: true 57 public: true
56 expire_in: 1 week 58 expire_in: 1 week
57 paths: 59 paths:
58 - test/lisp/calc/*.log 60 - ${test_name}/test/lisp/calc/*.log
59 - **core 61 - ${test_name}/**/core
62 - ${test_name}/core
60 when: always 63 when: always
61 variables: 64 variables:
62 target: emacs-inotify 65 target: emacs-inotify
@@ -76,8 +79,9 @@ test-lisp-calendar-inotify:
76 public: true 79 public: true
77 expire_in: 1 week 80 expire_in: 1 week
78 paths: 81 paths:
79 - test/lisp/calendar/*.log 82 - ${test_name}/test/lisp/calendar/*.log
80 - **core 83 - ${test_name}/**/core
84 - ${test_name}/core
81 when: always 85 when: always
82 variables: 86 variables:
83 target: emacs-inotify 87 target: emacs-inotify
@@ -97,8 +101,9 @@ test-lisp-cedet-inotify:
97 public: true 101 public: true
98 expire_in: 1 week 102 expire_in: 1 week
99 paths: 103 paths:
100 - test/lisp/cedet/*.log 104 - ${test_name}/test/lisp/cedet/*.log
101 - **core 105 - ${test_name}/**/core
106 - ${test_name}/core
102 when: always 107 when: always
103 variables: 108 variables:
104 target: emacs-inotify 109 target: emacs-inotify
@@ -118,8 +123,9 @@ test-lisp-cedet-semantic-inotify:
118 public: true 123 public: true
119 expire_in: 1 week 124 expire_in: 1 week
120 paths: 125 paths:
121 - test/lisp/cedet/semantic/*.log 126 - ${test_name}/test/lisp/cedet/semantic/*.log
122 - **core 127 - ${test_name}/**/core
128 - ${test_name}/core
123 when: always 129 when: always
124 variables: 130 variables:
125 target: emacs-inotify 131 target: emacs-inotify
@@ -139,8 +145,9 @@ test-lisp-cedet-semantic-bovine-inotify:
139 public: true 145 public: true
140 expire_in: 1 week 146 expire_in: 1 week
141 paths: 147 paths:
142 - test/lisp/cedet/semantic/bovine/*.log 148 - ${test_name}/test/lisp/cedet/semantic/bovine/*.log
143 - **core 149 - ${test_name}/**/core
150 - ${test_name}/core
144 when: always 151 when: always
145 variables: 152 variables:
146 target: emacs-inotify 153 target: emacs-inotify
@@ -160,8 +167,9 @@ test-lisp-cedet-srecode-inotify:
160 public: true 167 public: true
161 expire_in: 1 week 168 expire_in: 1 week
162 paths: 169 paths:
163 - test/lisp/cedet/srecode/*.log 170 - ${test_name}/test/lisp/cedet/srecode/*.log
164 - **core 171 - ${test_name}/**/core
172 - ${test_name}/core
165 when: always 173 when: always
166 variables: 174 variables:
167 target: emacs-inotify 175 target: emacs-inotify
@@ -181,8 +189,9 @@ test-lisp-emacs-lisp-inotify:
181 public: true 189 public: true
182 expire_in: 1 week 190 expire_in: 1 week
183 paths: 191 paths:
184 - test/lisp/emacs-lisp/*.log 192 - ${test_name}/test/lisp/emacs-lisp/*.log
185 - **core 193 - ${test_name}/**/core
194 - ${test_name}/core
186 when: always 195 when: always
187 variables: 196 variables:
188 target: emacs-inotify 197 target: emacs-inotify
@@ -202,8 +211,9 @@ test-lisp-emacs-lisp-eieio-tests-inotify:
202 public: true 211 public: true
203 expire_in: 1 week 212 expire_in: 1 week
204 paths: 213 paths:
205 - test/lisp/emacs-lisp/eieio-tests/*.log 214 - ${test_name}/test/lisp/emacs-lisp/eieio-tests/*.log
206 - **core 215 - ${test_name}/**/core
216 - ${test_name}/core
207 when: always 217 when: always
208 variables: 218 variables:
209 target: emacs-inotify 219 target: emacs-inotify
@@ -223,8 +233,9 @@ test-lisp-emacs-lisp-faceup-tests-inotify:
223 public: true 233 public: true
224 expire_in: 1 week 234 expire_in: 1 week
225 paths: 235 paths:
226 - test/lisp/emacs-lisp/faceup-tests/*.log 236 - ${test_name}/test/lisp/emacs-lisp/faceup-tests/*.log
227 - **core 237 - ${test_name}/**/core
238 - ${test_name}/core
228 when: always 239 when: always
229 variables: 240 variables:
230 target: emacs-inotify 241 target: emacs-inotify
@@ -244,8 +255,9 @@ test-lisp-emulation-inotify:
244 public: true 255 public: true
245 expire_in: 1 week 256 expire_in: 1 week
246 paths: 257 paths:
247 - test/lisp/emulation/*.log 258 - ${test_name}/test/lisp/emulation/*.log
248 - **core 259 - ${test_name}/**/core
260 - ${test_name}/core
249 when: always 261 when: always
250 variables: 262 variables:
251 target: emacs-inotify 263 target: emacs-inotify
@@ -265,8 +277,9 @@ test-lisp-erc-inotify:
265 public: true 277 public: true
266 expire_in: 1 week 278 expire_in: 1 week
267 paths: 279 paths:
268 - test/lisp/erc/*.log 280 - ${test_name}/test/lisp/erc/*.log
269 - **core 281 - ${test_name}/**/core
282 - ${test_name}/core
270 when: always 283 when: always
271 variables: 284 variables:
272 target: emacs-inotify 285 target: emacs-inotify
@@ -286,8 +299,9 @@ test-lisp-eshell-inotify:
286 public: true 299 public: true
287 expire_in: 1 week 300 expire_in: 1 week
288 paths: 301 paths:
289 - test/lisp/eshell/*.log 302 - ${test_name}/test/lisp/eshell/*.log
290 - **core 303 - ${test_name}/**/core
304 - ${test_name}/core
291 when: always 305 when: always
292 variables: 306 variables:
293 target: emacs-inotify 307 target: emacs-inotify
@@ -307,8 +321,9 @@ test-lisp-gnus-inotify:
307 public: true 321 public: true
308 expire_in: 1 week 322 expire_in: 1 week
309 paths: 323 paths:
310 - test/lisp/gnus/*.log 324 - ${test_name}/test/lisp/gnus/*.log
311 - **core 325 - ${test_name}/**/core
326 - ${test_name}/core
312 when: always 327 when: always
313 variables: 328 variables:
314 target: emacs-inotify 329 target: emacs-inotify
@@ -328,8 +343,9 @@ test-lisp-image-inotify:
328 public: true 343 public: true
329 expire_in: 1 week 344 expire_in: 1 week
330 paths: 345 paths:
331 - test/lisp/image/*.log 346 - ${test_name}/test/lisp/image/*.log
332 - **core 347 - ${test_name}/**/core
348 - ${test_name}/core
333 when: always 349 when: always
334 variables: 350 variables:
335 target: emacs-inotify 351 target: emacs-inotify
@@ -349,8 +365,9 @@ test-lisp-international-inotify:
349 public: true 365 public: true
350 expire_in: 1 week 366 expire_in: 1 week
351 paths: 367 paths:
352 - test/lisp/international/*.log 368 - ${test_name}/test/lisp/international/*.log
353 - **core 369 - ${test_name}/**/core
370 - ${test_name}/core
354 when: always 371 when: always
355 variables: 372 variables:
356 target: emacs-inotify 373 target: emacs-inotify
@@ -370,8 +387,9 @@ test-lisp-mail-inotify:
370 public: true 387 public: true
371 expire_in: 1 week 388 expire_in: 1 week
372 paths: 389 paths:
373 - test/lisp/mail/*.log 390 - ${test_name}/test/lisp/mail/*.log
374 - **core 391 - ${test_name}/**/core
392 - ${test_name}/core
375 when: always 393 when: always
376 variables: 394 variables:
377 target: emacs-inotify 395 target: emacs-inotify
@@ -391,8 +409,9 @@ test-lisp-mh-e-inotify:
391 public: true 409 public: true
392 expire_in: 1 week 410 expire_in: 1 week
393 paths: 411 paths:
394 - test/lisp/mh-e/*.log 412 - ${test_name}/test/lisp/mh-e/*.log
395 - **core 413 - ${test_name}/**/core
414 - ${test_name}/core
396 when: always 415 when: always
397 variables: 416 variables:
398 target: emacs-inotify 417 target: emacs-inotify
@@ -412,8 +431,9 @@ test-lisp-net-inotify:
412 public: true 431 public: true
413 expire_in: 1 week 432 expire_in: 1 week
414 paths: 433 paths:
415 - test/lisp/net/*.log 434 - ${test_name}/test/lisp/net/*.log
416 - **core 435 - ${test_name}/**/core
436 - ${test_name}/core
417 when: always 437 when: always
418 variables: 438 variables:
419 target: emacs-inotify 439 target: emacs-inotify
@@ -433,8 +453,9 @@ test-lisp-nxml-inotify:
433 public: true 453 public: true
434 expire_in: 1 week 454 expire_in: 1 week
435 paths: 455 paths:
436 - test/lisp/nxml/*.log 456 - ${test_name}/test/lisp/nxml/*.log
437 - **core 457 - ${test_name}/**/core
458 - ${test_name}/core
438 when: always 459 when: always
439 variables: 460 variables:
440 target: emacs-inotify 461 target: emacs-inotify
@@ -454,8 +475,9 @@ test-lisp-obsolete-inotify:
454 public: true 475 public: true
455 expire_in: 1 week 476 expire_in: 1 week
456 paths: 477 paths:
457 - test/lisp/obsolete/*.log 478 - ${test_name}/test/lisp/obsolete/*.log
458 - **core 479 - ${test_name}/**/core
480 - ${test_name}/core
459 when: always 481 when: always
460 variables: 482 variables:
461 target: emacs-inotify 483 target: emacs-inotify
@@ -475,8 +497,9 @@ test-lisp-org-inotify:
475 public: true 497 public: true
476 expire_in: 1 week 498 expire_in: 1 week
477 paths: 499 paths:
478 - test/lisp/org/*.log 500 - ${test_name}/test/lisp/org/*.log
479 - **core 501 - ${test_name}/**/core
502 - ${test_name}/core
480 when: always 503 when: always
481 variables: 504 variables:
482 target: emacs-inotify 505 target: emacs-inotify
@@ -496,8 +519,9 @@ test-lisp-play-inotify:
496 public: true 519 public: true
497 expire_in: 1 week 520 expire_in: 1 week
498 paths: 521 paths:
499 - test/lisp/play/*.log 522 - ${test_name}/test/lisp/play/*.log
500 - **core 523 - ${test_name}/**/core
524 - ${test_name}/core
501 when: always 525 when: always
502 variables: 526 variables:
503 target: emacs-inotify 527 target: emacs-inotify
@@ -517,8 +541,9 @@ test-lisp-progmodes-inotify:
517 public: true 541 public: true
518 expire_in: 1 week 542 expire_in: 1 week
519 paths: 543 paths:
520 - test/lisp/progmodes/*.log 544 - ${test_name}/test/lisp/progmodes/*.log
521 - **core 545 - ${test_name}/**/core
546 - ${test_name}/core
522 when: always 547 when: always
523 variables: 548 variables:
524 target: emacs-inotify 549 target: emacs-inotify
@@ -538,8 +563,9 @@ test-lisp-so-long-tests-inotify:
538 public: true 563 public: true
539 expire_in: 1 week 564 expire_in: 1 week
540 paths: 565 paths:
541 - test/lisp/so-long-tests/*.log 566 - ${test_name}/test/lisp/so-long-tests/*.log
542 - **core 567 - ${test_name}/**/core
568 - ${test_name}/core
543 when: always 569 when: always
544 variables: 570 variables:
545 target: emacs-inotify 571 target: emacs-inotify
@@ -559,8 +585,9 @@ test-lisp-term-inotify:
559 public: true 585 public: true
560 expire_in: 1 week 586 expire_in: 1 week
561 paths: 587 paths:
562 - test/lisp/term/*.log 588 - ${test_name}/test/lisp/term/*.log
563 - **core 589 - ${test_name}/**/core
590 - ${test_name}/core
564 when: always 591 when: always
565 variables: 592 variables:
566 target: emacs-inotify 593 target: emacs-inotify
@@ -580,8 +607,9 @@ test-lisp-textmodes-inotify:
580 public: true 607 public: true
581 expire_in: 1 week 608 expire_in: 1 week
582 paths: 609 paths:
583 - test/lisp/textmodes/*.log 610 - ${test_name}/test/lisp/textmodes/*.log
584 - **core 611 - ${test_name}/**/core
612 - ${test_name}/core
585 when: always 613 when: always
586 variables: 614 variables:
587 target: emacs-inotify 615 target: emacs-inotify
@@ -601,8 +629,9 @@ test-lisp-url-inotify:
601 public: true 629 public: true
602 expire_in: 1 week 630 expire_in: 1 week
603 paths: 631 paths:
604 - test/lisp/url/*.log 632 - ${test_name}/test/lisp/url/*.log
605 - **core 633 - ${test_name}/**/core
634 - ${test_name}/core
606 when: always 635 when: always
607 variables: 636 variables:
608 target: emacs-inotify 637 target: emacs-inotify
@@ -622,8 +651,9 @@ test-lisp-vc-inotify:
622 public: true 651 public: true
623 expire_in: 1 week 652 expire_in: 1 week
624 paths: 653 paths:
625 - test/lisp/vc/*.log 654 - ${test_name}/test/lisp/vc/*.log
626 - **core 655 - ${test_name}/**/core
656 - ${test_name}/core
627 when: always 657 when: always
628 variables: 658 variables:
629 target: emacs-inotify 659 target: emacs-inotify
@@ -643,8 +673,9 @@ test-misc-inotify:
643 public: true 673 public: true
644 expire_in: 1 week 674 expire_in: 1 week
645 paths: 675 paths:
646 - test/misc/*.log 676 - ${test_name}/test/misc/*.log
647 - **core 677 - ${test_name}/**/core
678 - ${test_name}/core
648 when: always 679 when: always
649 variables: 680 variables:
650 target: emacs-inotify 681 target: emacs-inotify
@@ -664,8 +695,9 @@ test-src-inotify:
664 public: true 695 public: true
665 expire_in: 1 week 696 expire_in: 1 week
666 paths: 697 paths:
667 - test/src/*.log 698 - ${test_name}/test/src/*.log
668 - **core 699 - ${test_name}/**/core
700 - ${test_name}/core
669 when: always 701 when: always
670 variables: 702 variables:
671 target: emacs-inotify 703 target: emacs-inotify