emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master c3ac828: ; Remove "needs" from emba jobs


From: Michael Albinus
Subject: master c3ac828: ; Remove "needs" from emba jobs
Date: Mon, 22 Nov 2021 13:41:04 -0500 (EST)

branch: master
commit c3ac8285d42eeb88d7abf9670229884f1bbccaae
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    ; Remove "needs" from emba jobs
---
 test/infra/Makefile.in   |  1 -
 test/infra/test-jobs.yml | 32 --------------------------------
 2 files changed, 33 deletions(-)

diff --git a/test/infra/Makefile.in b/test/infra/Makefile.in
index a6fa815..c091d2a 100644
--- a/test/infra/Makefile.in
+++ b/test/infra/Makefile.in
@@ -70,7 +70,6 @@ define subdir_template
        @echo >>$(FILE)
        @echo 'test-$(subst /,-,$(1))-inotify:' >>$(FILE)
        @echo '  stage: normal' >>$(FILE)
-       @echo '  needs: [build-image-inotify]' >>$(FILE)
        @echo '  extends: [.job-template, .test-template]' >>$(FILE)
        @echo '  rules:' >>$(FILE)
        @echo '    - changes:' >>$(FILE)
diff --git a/test/infra/test-jobs.yml b/test/infra/test-jobs.yml
index 059ab4f..7949403 100644
--- a/test/infra/test-jobs.yml
+++ b/test/infra/test-jobs.yml
@@ -1,7 +1,6 @@
 
 test-lib-src-inotify:
   stage: normal
-  needs: [build-image-inotify]
   extends: [.job-template, .test-template]
   rules:
     - changes:
@@ -23,7 +22,6 @@ test-lib-src-inotify:
 
 test-lisp-inotify:
   stage: normal
-  needs: [build-image-inotify]
   extends: [.job-template, .test-template]
   rules:
     - changes:
@@ -45,7 +43,6 @@ test-lisp-inotify:
 
 test-lisp-calc-inotify:
   stage: normal
-  needs: [build-image-inotify]
   extends: [.job-template, .test-template]
   rules:
     - changes:
@@ -67,7 +64,6 @@ test-lisp-calc-inotify:
 
 test-lisp-calendar-inotify:
   stage: normal
-  needs: [build-image-inotify]
   extends: [.job-template, .test-template]
   rules:
     - changes:
@@ -89,7 +85,6 @@ test-lisp-calendar-inotify:
 
 test-lisp-cedet-inotify:
   stage: normal
-  needs: [build-image-inotify]
   extends: [.job-template, .test-template]
   rules:
     - changes:
@@ -111,7 +106,6 @@ test-lisp-cedet-inotify:
 
 test-lisp-cedet-semantic-inotify:
   stage: normal
-  needs: [build-image-inotify]
   extends: [.job-template, .test-template]
   rules:
     - changes:
@@ -133,7 +127,6 @@ test-lisp-cedet-semantic-inotify:
 
 test-lisp-cedet-semantic-bovine-inotify:
   stage: normal
-  needs: [build-image-inotify]
   extends: [.job-template, .test-template]
   rules:
     - changes:
@@ -155,7 +148,6 @@ test-lisp-cedet-semantic-bovine-inotify:
 
 test-lisp-cedet-srecode-inotify:
   stage: normal
-  needs: [build-image-inotify]
   extends: [.job-template, .test-template]
   rules:
     - changes:
@@ -177,7 +169,6 @@ test-lisp-cedet-srecode-inotify:
 
 test-lisp-emacs-lisp-inotify:
   stage: normal
-  needs: [build-image-inotify]
   extends: [.job-template, .test-template]
   rules:
     - changes:
@@ -199,7 +190,6 @@ test-lisp-emacs-lisp-inotify:
 
 test-lisp-emacs-lisp-eieio-tests-inotify:
   stage: normal
-  needs: [build-image-inotify]
   extends: [.job-template, .test-template]
   rules:
     - changes:
@@ -221,7 +211,6 @@ test-lisp-emacs-lisp-eieio-tests-inotify:
 
 test-lisp-emacs-lisp-faceup-tests-inotify:
   stage: normal
-  needs: [build-image-inotify]
   extends: [.job-template, .test-template]
   rules:
     - changes:
@@ -243,7 +232,6 @@ test-lisp-emacs-lisp-faceup-tests-inotify:
 
 test-lisp-emulation-inotify:
   stage: normal
-  needs: [build-image-inotify]
   extends: [.job-template, .test-template]
   rules:
     - changes:
@@ -265,7 +253,6 @@ test-lisp-emulation-inotify:
 
 test-lisp-erc-inotify:
   stage: normal
-  needs: [build-image-inotify]
   extends: [.job-template, .test-template]
   rules:
     - changes:
@@ -287,7 +274,6 @@ test-lisp-erc-inotify:
 
 test-lisp-eshell-inotify:
   stage: normal
-  needs: [build-image-inotify]
   extends: [.job-template, .test-template]
   rules:
     - changes:
@@ -309,7 +295,6 @@ test-lisp-eshell-inotify:
 
 test-lisp-gnus-inotify:
   stage: normal
-  needs: [build-image-inotify]
   extends: [.job-template, .test-template]
   rules:
     - changes:
@@ -331,7 +316,6 @@ test-lisp-gnus-inotify:
 
 test-lisp-image-inotify:
   stage: normal
-  needs: [build-image-inotify]
   extends: [.job-template, .test-template]
   rules:
     - changes:
@@ -353,7 +337,6 @@ test-lisp-image-inotify:
 
 test-lisp-international-inotify:
   stage: normal
-  needs: [build-image-inotify]
   extends: [.job-template, .test-template]
   rules:
     - changes:
@@ -375,7 +358,6 @@ test-lisp-international-inotify:
 
 test-lisp-mail-inotify:
   stage: normal
-  needs: [build-image-inotify]
   extends: [.job-template, .test-template]
   rules:
     - changes:
@@ -397,7 +379,6 @@ test-lisp-mail-inotify:
 
 test-lisp-mh-e-inotify:
   stage: normal
-  needs: [build-image-inotify]
   extends: [.job-template, .test-template]
   rules:
     - changes:
@@ -419,7 +400,6 @@ test-lisp-mh-e-inotify:
 
 test-lisp-net-inotify:
   stage: normal
-  needs: [build-image-inotify]
   extends: [.job-template, .test-template]
   rules:
     - changes:
@@ -441,7 +421,6 @@ test-lisp-net-inotify:
 
 test-lisp-nxml-inotify:
   stage: normal
-  needs: [build-image-inotify]
   extends: [.job-template, .test-template]
   rules:
     - changes:
@@ -463,7 +442,6 @@ test-lisp-nxml-inotify:
 
 test-lisp-obsolete-inotify:
   stage: normal
-  needs: [build-image-inotify]
   extends: [.job-template, .test-template]
   rules:
     - changes:
@@ -485,7 +463,6 @@ test-lisp-obsolete-inotify:
 
 test-lisp-org-inotify:
   stage: normal
-  needs: [build-image-inotify]
   extends: [.job-template, .test-template]
   rules:
     - changes:
@@ -507,7 +484,6 @@ test-lisp-org-inotify:
 
 test-lisp-play-inotify:
   stage: normal
-  needs: [build-image-inotify]
   extends: [.job-template, .test-template]
   rules:
     - changes:
@@ -529,7 +505,6 @@ test-lisp-play-inotify:
 
 test-lisp-progmodes-inotify:
   stage: normal
-  needs: [build-image-inotify]
   extends: [.job-template, .test-template]
   rules:
     - changes:
@@ -551,7 +526,6 @@ test-lisp-progmodes-inotify:
 
 test-lisp-so-long-tests-inotify:
   stage: normal
-  needs: [build-image-inotify]
   extends: [.job-template, .test-template]
   rules:
     - changes:
@@ -573,7 +547,6 @@ test-lisp-so-long-tests-inotify:
 
 test-lisp-term-inotify:
   stage: normal
-  needs: [build-image-inotify]
   extends: [.job-template, .test-template]
   rules:
     - changes:
@@ -595,7 +568,6 @@ test-lisp-term-inotify:
 
 test-lisp-textmodes-inotify:
   stage: normal
-  needs: [build-image-inotify]
   extends: [.job-template, .test-template]
   rules:
     - changes:
@@ -617,7 +589,6 @@ test-lisp-textmodes-inotify:
 
 test-lisp-url-inotify:
   stage: normal
-  needs: [build-image-inotify]
   extends: [.job-template, .test-template]
   rules:
     - changes:
@@ -639,7 +610,6 @@ test-lisp-url-inotify:
 
 test-lisp-vc-inotify:
   stage: normal
-  needs: [build-image-inotify]
   extends: [.job-template, .test-template]
   rules:
     - changes:
@@ -661,7 +631,6 @@ test-lisp-vc-inotify:
 
 test-misc-inotify:
   stage: normal
-  needs: [build-image-inotify]
   extends: [.job-template, .test-template]
   rules:
     - changes:
@@ -683,7 +652,6 @@ test-misc-inotify:
 
 test-src-inotify:
   stage: normal
-  needs: [build-image-inotify]
   extends: [.job-template, .test-template]
   rules:
     - changes:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]