aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorRobert Pluim2022-04-05 18:12:59 +0200
committerRobert Pluim2022-04-05 18:12:59 +0200
commitfef5f9ef5f1e4b8458d1bb19df45b7925d431528 (patch)
tree1856a22ed8aace093e1cf7a4f7eb82240849069d /admin
parent0e9420bc8ff2a9ff9dc7b3c032f8db1c7cc01b41 (diff)
downloademacs-fef5f9ef5f1e4b8458d1bb19df45b7925d431528.tar.gz
emacs-fef5f9ef5f1e4b8458d1bb19df45b7925d431528.zip
; * admin/notes/emba: Fix typos
Diffstat (limited to 'admin')
-rw-r--r--admin/notes/emba8
1 files changed, 4 insertions, 4 deletions
diff --git a/admin/notes/emba b/admin/notes/emba
index 90a9c9cc3cb..4c8c27dfeaa 100644
--- a/admin/notes/emba
+++ b/admin/notes/emba
@@ -33,11 +33,11 @@ The Emacs jobset is defined in the Emacs source tree, file
33'test/infra'. They could be adapted for every Emacs branch, see 33'test/infra'. They could be adapted for every Emacs branch, see
34<https://emba.gnu.org/help/ci/yaml/README.md>. 34<https://emba.gnu.org/help/ci/yaml/README.md>.
35 35
36Only branches which name start with 'master', 'emacs', 'feature', or 36Only branches whose name starts with 'master', 'emacs', 'feature', or
37'fix' are considered. This is declared in the workflow rules of file 37'fix' are considered. This is declared in the workflow rules of file
38'test/infra/gitlab-ci.yml'. 38'test/infra/gitlab-ci.yml'.
39 39
40A jobset on Gitlab is called pipeline. Emacs pipelines run through 40A jobset on Gitlab is called a pipeline. Emacs pipelines run through
41the stages 'build-images', 'platform-images' and 'native-comp-images' 41the stages 'build-images', 'platform-images' and 'native-comp-images'
42(create an Emacs instance by 'make bootstrap' with different 42(create an Emacs instance by 'make bootstrap' with different
43configuration parameters) as well as 'normal', 'platforms' and 43configuration parameters) as well as 'normal', 'platforms' and
@@ -46,11 +46,11 @@ configuration parameters) as well as 'normal', 'platforms' and
46The jobs for stage 'normal' are contained in the file 46The jobs for stage 'normal' are contained in the file
47'test/infra/test-jobs.yml'. This file is generated by calling 'make 47'test/infra/test-jobs.yml'. This file is generated by calling 'make
48-C test generate-test-jobs' in the Emacs source tree, and the 48-C test generate-test-jobs' in the Emacs source tree, and the
49resulting file shall be pushed to the Emacs git repository afterwards. 49resulting file should be pushed to the Emacs git repository afterwards.
50 50
51Every job runs in a Debian docker container. It uses the local clone 51Every job runs in a Debian docker container. It uses the local clone
52of the Emacs git repository to perform a bootstrap and test of Emacs. 52of the Emacs git repository to perform a bootstrap and test of Emacs.
53This could happen for several jobs with changed configuration, compile 53This could happen for several jobs with changed configuration, compile,
54and test parameters. 54and test parameters.
55 55
56The 'build-image-*' jobs of the different '*-images' stages run only 56The 'build-image-*' jobs of the different '*-images' stages run only