Comment out GNUSTEP jobs on EMBA (again)

* test/infra/gitlab-ci.yml (build-image-gnustep, test-gnustep):
Comment out jobs due to bug#62210.
This commit is contained in:
Michael Albinus 2023-04-04 13:00:51 +02:00
parent 8c1b102243
commit db308233cb

View file

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