]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment out GNUSTEP jobs on EMBA (again)
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 4 Apr 2023 11:00:51 +0000 (13:00 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 4 Apr 2023 11:00:51 +0000 (13:00 +0200)
* test/infra/gitlab-ci.yml (build-image-gnustep, test-gnustep):
Comment out jobs due to bug#62210.

test/infra/gitlab-ci.yml

index de1148460aa0b7ceebcc5bd179a7c337a1bedc1f..41778321773bf20e541eac761684334974a6086a 100644 (file)
@@ -229,22 +229,24 @@ test-filenotify-gio:
     # This is needed in order to get a JUnit test report.
     make_params: '-k -C test check-expensive LOGFILES="lisp/autorevert-tests.log lisp/filenotify-tests.log"'
 
-build-image-gnustep:
-  stage: platform-images
-  extends: [.job-template, .build-template, .gnustep-template]
-  variables:
-    target: emacs-gnustep
+# The next two jobs are commented out due to bug#62210.
 
-test-gnustep:
-  # This tests the GNUstep build process.
-  stage: platforms
-  extends: [.job-template, .gnustep-template]
-  needs:
-    - job: build-image-gnustep
-      optional: true
-  variables:
-    target: emacs-gnustep
-    make_params: install
+# build-image-gnustep:
+#   stage: platform-images
+#   extends: [.job-template, .build-template, .gnustep-template]
+#   variables:
+#     target: emacs-gnustep
+
+# test-gnustep:
+#   # This tests the GNUstep build process.
+#   stage: platforms
+#   extends: [.job-template, .gnustep-template]
+#   needs:
+#     - job: build-image-gnustep
+#       optional: true
+#   variables:
+#     target: emacs-gnustep
+#     make_params: install
 
 # The next two jobs are commented out due to high workload on
 # emba.gnu.org.