summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2023-04-04 13:00:51 +0200
committerMichael Albinus <michael.albinus@gmx.de>2023-04-04 13:00:51 +0200
commitdb308233cb3d839eef0c99290c7b244194a40899 (patch)
tree9552bf1e00006645bc90e3bb30fc4da44abd8c22
parent8c1b10224390e6613e9a742c438c700b20bb8742 (diff)
downloademacs-db308233cb3d839eef0c99290c7b244194a40899.tar.gz
Comment out GNUSTEP jobs on EMBA (again)
* test/infra/gitlab-ci.yml (build-image-gnustep, test-gnustep): Comment out jobs due to bug#62210.
-rw-r--r--test/infra/gitlab-ci.yml32
1 files changed, 17 insertions, 15 deletions
diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml
index de1148460aa..41778321773 100644
--- a/test/infra/gitlab-ci.yml
+++ b/test/infra/gitlab-ci.yml
@@ -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.