summaryrefslogtreecommitdiff
path: root/test/infra/gitlab-ci.yml
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2021-11-22 16:33:16 +0100
committerMichael Albinus <michael.albinus@gmx.de>2021-11-22 16:33:16 +0100
commit196196c739b0ea5db0d9ad5e753f9e38fba11593 (patch)
tree56def04d60f728ef409c1a70fa76e1b8c7ff62bf /test/infra/gitlab-ci.yml
parent55f84a12ec1451788cbabad983f19e065be1d43e (diff)
downloademacs-196196c739b0ea5db0d9ad5e753f9e38fba11593.tar.gz
Adapt emba jobs
* admin/notes/emba (Emacs jobset): Precise. * test/infra/Makefile.in (tn): New variable. (subdir_template): Use it. Handle eieio-tests, faceup-tests and so-long-tests. Rearrange .PHONY entry. Add needs and artifacts to emba job. * test/infra/gitlab-ci.yml (test-filenotify-gio): Move up. * test/infra/test-jobs.yml: Regenerate.
Diffstat (limited to 'test/infra/gitlab-ci.yml')
-rw-r--r--test/infra/gitlab-ci.yml26
1 files changed, 6 insertions, 20 deletions
diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml
index a0e2c283cde..47a8b519648 100644
--- a/test/infra/gitlab-ci.yml
+++ b/test/infra/gitlab-ci.yml
@@ -236,32 +236,12 @@ build-image-inotify:
include: '/test/infra/test-jobs.yml'
-# test-lisp-inotify:
-# stage: normal
-# extends: [.job-template, .test-template]
-# variables:
-# target: emacs-inotify
-# make_params: "-C test check-lisp"
-
-# test-lisp-net-inotify:
-# stage: normal
-# extends: [.job-template, .test-template]
-# variables:
-# target: emacs-inotify
-# make_params: "-C test check-lisp-net"
-
build-image-filenotify-gio:
stage: platform-images
extends: [.job-template, .build-template, .filenotify-gio-template]
variables:
target: emacs-filenotify-gio
-build-image-gnustep:
- stage: platform-images
- extends: [.job-template, .build-template, .gnustep-template]
- variables:
- target: emacs-gnustep
-
test-filenotify-gio:
# This tests file monitor libraries gfilemonitor and gio.
stage: platforms
@@ -271,6 +251,12 @@ test-filenotify-gio:
target: emacs-filenotify-gio
make_params: "-k -C test autorevert-tests.log filenotify-tests.log"
+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