aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2023-03-20 10:06:05 +0100
committerMichael Albinus2023-03-20 10:06:05 +0100
commit786de66ec3c4cff90cafd0f8a68f9bce027e9947 (patch)
tree28d8ed659a5bef47db5ae4fe81b61a30a45b95fe
parenteed240bc022cef4ef0f2b12bd2ff116eb6b9581d (diff)
downloademacs-786de66ec3c4cff90cafd0f8a68f9bce027e9947.tar.gz
emacs-786de66ec3c4cff90cafd0f8a68f9bce027e9947.zip
Comment out jobs on EMBA
* test/infra/gitlab-ci.yml: Comment out jobs due to bug#62210 and bug#62211.
-rw-r--r--test/infra/gitlab-ci.yml65
1 files 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:
229 # This is needed in order to get a JUnit test report. 229 # This is needed in order to get a JUnit test report.
230 make_params: '-k -C test check-expensive LOGFILES="lisp/autorevert-tests.log lisp/filenotify-tests.log"' 230 make_params: '-k -C test check-expensive LOGFILES="lisp/autorevert-tests.log lisp/filenotify-tests.log"'
231 231
232build-image-gnustep: 232# The next two jobs are commented out due to bug#62210.
233 stage: platform-images
234 extends: [.job-template, .build-template, .gnustep-template]
235 variables:
236 target: emacs-gnustep
237 233
238test-gnustep: 234# build-image-gnustep:
239 # This tests the GNUstep build process. 235# stage: platform-images
240 stage: platforms 236# extends: [.job-template, .build-template, .gnustep-template]
241 extends: [.job-template, .gnustep-template] 237# variables:
242 needs: 238# target: emacs-gnustep
243 - job: build-image-gnustep 239
244 optional: true 240# test-gnustep:
245 variables: 241# # This tests the GNUstep build process.
246 target: emacs-gnustep 242# stage: platforms
247 make_params: install 243# extends: [.job-template, .gnustep-template]
244# needs:
245# - job: build-image-gnustep
246# optional: true
247# variables:
248# target: emacs-gnustep
249# make_params: install
250
251# The next two jobs are commented out due to high workload on
252# emba.gnu.org.
248 253
249# build-native-comp-speed0: 254# build-native-comp-speed0:
250# stage: native-comp-images 255# stage: native-comp-images
@@ -258,21 +263,23 @@ test-gnustep:
258# variables: 263# variables:
259# target: emacs-native-comp-speed1 264# target: emacs-native-comp-speed1
260 265
261build-native-comp-speed2: 266# The next two jobs are commented out due to bug#62211.
262 stage: native-comp-images
263 extends: [.job-template, .build-template, .native-comp-template]
264 variables:
265 target: emacs-native-comp-speed2
266 267
267test-native-comp-speed2: 268# build-native-comp-speed2:
268 stage: native-comp 269# stage: native-comp-images
269 extends: [.job-template, .test-template, .native-comp-template] 270# extends: [.job-template, .build-template, .native-comp-template]
270 needs: 271# variables:
271 - job: build-native-comp-speed2 272# target: emacs-native-comp-speed2
272 optional: true 273
273 variables: 274# test-native-comp-speed2:
274 target: emacs-native-comp-speed2 275# stage: native-comp
275 make_params: "-k -C test check SELECTOR='(not (tag :unstable))'" 276# extends: [.job-template, .test-template, .native-comp-template]
277# needs:
278# - job: build-native-comp-speed2
279# optional: true
280# variables:
281# target: emacs-native-comp-speed2
282# make_params: "-k -C test check SELECTOR='(not (tag :unstable))'"
276 283
277# Local Variables: 284# Local Variables:
278# add-log-current-defun-header-regexp: "^\\([-_.[:alnum:]]+\\)[ \t]*:" 285# add-log-current-defun-header-regexp: "^\\([-_.[:alnum:]]+\\)[ \t]*:"