aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes
diff options
context:
space:
mode:
authorMichael Albinus2021-11-24 13:43:32 +0100
committerMichael Albinus2021-11-24 13:43:32 +0100
commit7878c7f596d69efb68501503da391ed645ae151e (patch)
treea8b20fecb170192ca8c657748c7a19897f7d1a98 /admin/notes
parentfdafaf5e416e3a38660aedfb02dc5efd0bbd8f17 (diff)
downloademacs-7878c7f596d69efb68501503da391ed645ae151e.tar.gz
emacs-7878c7f596d69efb68501503da391ed645ae151e.zip
* admin/notes/emba (Emacs jobset): Remove stage slow.
* test/infra/Makefile.in (subdir_template): Add rule. * test/infra/gitlab-ci.yml (.job-template): Remove changes section. (.build-template, .gnustep-template, .filenotify-gio-template): (.native-comp-template): Adapt changes section. (.test-template): Add needs. Adapt artifacts paths. (stages): Remove slow. (test-all-inotify): Move up. Change stage to normal. Remove timeout. (test-filenotify-gio, test-gnustep, test-native-comp-speed0): Move needs up. * test/infra/test-jobs.yml: Regenerate.
Diffstat (limited to 'admin/notes')
-rw-r--r--admin/notes/emba2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/notes/emba b/admin/notes/emba
index a30e570fd47..f1b52b2cde0 100644
--- a/admin/notes/emba
+++ b/admin/notes/emba
@@ -35,7 +35,7 @@ The Emacs jobset is defined in the Emacs source tree, file
35A jobset on Gitlab is called pipeline. Emacs pipelines run through 35A jobset on Gitlab is called pipeline. Emacs pipelines run through
36the stages 'build-images', 'platform-images' and 'native-comp-images' 36the stages 'build-images', 'platform-images' and 'native-comp-images'
37(create an Emacs instance by 'make bootstrap' with different 37(create an Emacs instance by 'make bootstrap' with different
38configuration parameters) as well as 'normal', 'slow', 'platforms' and 38configuration parameters) as well as 'normal', 'platforms' and
39'native-comp' (run respective test jobs based on the produced images). 39'native-comp' (run respective test jobs based on the produced images).
40 40
41The jobs for stage 'normal' are contained in the file 41The jobs for stage 'normal' are contained in the file