diff options
| author | Michael Albinus | 2021-11-24 13:43:32 +0100 |
|---|---|---|
| committer | Michael Albinus | 2021-11-24 13:43:32 +0100 |
| commit | 7878c7f596d69efb68501503da391ed645ae151e (patch) | |
| tree | a8b20fecb170192ca8c657748c7a19897f7d1a98 /admin/notes | |
| parent | fdafaf5e416e3a38660aedfb02dc5efd0bbd8f17 (diff) | |
| download | emacs-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/emba | 2 |
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 | |||
| 35 | A jobset on Gitlab is called pipeline. Emacs pipelines run through | 35 | A jobset on Gitlab is called pipeline. Emacs pipelines run through |
| 36 | the stages 'build-images', 'platform-images' and 'native-comp-images' | 36 | the 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 |
| 38 | configuration parameters) as well as 'normal', 'slow', 'platforms' and | 38 | configuration 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 | ||
| 41 | The jobs for stage 'normal' are contained in the file | 41 | The jobs for stage 'normal' are contained in the file |