emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 786de66ec3c: Comment out jobs on EMBA


From: Michael Albinus
Subject: emacs-29 786de66ec3c: Comment out jobs on EMBA
Date: Mon, 20 Mar 2023 05:06:25 -0400 (EDT)

branch: emacs-29
commit 786de66ec3c4cff90cafd0f8a68f9bce027e9947
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    Comment out jobs on EMBA
    
    * test/infra/gitlab-ci.yml: Comment out jobs due to bug#62210 and
    bug#62211.
---
 test/infra/gitlab-ci.yml | 65 +++++++++++++++++++++++++++---------------------
 1 file changed, 36 insertions(+), 29 deletions(-)

diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml
index 1c1452dcda5..4e11b1337b5 100644
--- a/test/infra/gitlab-ci.yml
+++ b/test/infra/gitlab-ci.yml
@@ -229,22 +229,27 @@ 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.
 
 # build-native-comp-speed0:
 #   stage: native-comp-images
@@ -258,21 +263,23 @@ test-gnustep:
 #   variables:
 #     target: emacs-native-comp-speed1
 
-build-native-comp-speed2:
-  stage: native-comp-images
-  extends: [.job-template, .build-template, .native-comp-template]
-  variables:
-    target: emacs-native-comp-speed2
+# The next two jobs are commented out due to bug#62211.
 
-test-native-comp-speed2:
-  stage: native-comp
-  extends: [.job-template, .test-template, .native-comp-template]
-  needs:
-    - job: build-native-comp-speed2
-      optional: true
-  variables:
-    target: emacs-native-comp-speed2
-    make_params: "-k -C test check SELECTOR='(not (tag :unstable))'"
+# build-native-comp-speed2:
+#   stage: native-comp-images
+#   extends: [.job-template, .build-template, .native-comp-template]
+#   variables:
+#     target: emacs-native-comp-speed2
+
+# test-native-comp-speed2:
+#   stage: native-comp
+#   extends: [.job-template, .test-template, .native-comp-template]
+#   needs:
+#     - job: build-native-comp-speed2
+#       optional: true
+#   variables:
+#     target: emacs-native-comp-speed2
+#     make_params: "-k -C test check SELECTOR='(not (tag :unstable))'"
 
 # Local Variables:
 # add-log-current-defun-header-regexp: "^\\([-_.[:alnum:]]+\\)[ \t]*:"



reply via email to

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