mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-06 12:19:37 +00:00
Comment out jobs on EMBA
* test/infra/gitlab-ci.yml: Comment out jobs due to bug#62210 and bug#62211.
This commit is contained in:
parent
eed240bc02
commit
786de66ec3
1 changed files with 36 additions and 29 deletions
|
@ -229,22 +229,27 @@ 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
|
||||||
|
# emba.gnu.org.
|
||||||
|
|
||||||
# build-native-comp-speed0:
|
# build-native-comp-speed0:
|
||||||
# stage: native-comp-images
|
# stage: native-comp-images
|
||||||
|
@ -258,21 +263,23 @@ test-gnustep:
|
||||||
# variables:
|
# variables:
|
||||||
# target: emacs-native-comp-speed1
|
# target: emacs-native-comp-speed1
|
||||||
|
|
||||||
build-native-comp-speed2:
|
# The next two jobs are commented out due to bug#62211.
|
||||||
stage: native-comp-images
|
|
||||||
extends: [.job-template, .build-template, .native-comp-template]
|
|
||||||
variables:
|
|
||||||
target: emacs-native-comp-speed2
|
|
||||||
|
|
||||||
test-native-comp-speed2:
|
# build-native-comp-speed2:
|
||||||
stage: native-comp
|
# stage: native-comp-images
|
||||||
extends: [.job-template, .test-template, .native-comp-template]
|
# extends: [.job-template, .build-template, .native-comp-template]
|
||||||
needs:
|
# variables:
|
||||||
- job: build-native-comp-speed2
|
# target: emacs-native-comp-speed2
|
||||||
optional: true
|
|
||||||
variables:
|
# test-native-comp-speed2:
|
||||||
target: emacs-native-comp-speed2
|
# stage: native-comp
|
||||||
make_params: "-k -C test check SELECTOR='(not (tag :unstable))'"
|
# 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:
|
# Local Variables:
|
||||||
# add-log-current-defun-header-regexp: "^\\([-_.[:alnum:]]+\\)[ \t]*:"
|
# add-log-current-defun-header-regexp: "^\\([-_.[:alnum:]]+\\)[ \t]*:"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue