diff options
| author | Robert Pluim | 2022-04-05 18:12:59 +0200 |
|---|---|---|
| committer | Robert Pluim | 2022-04-05 18:12:59 +0200 |
| commit | fef5f9ef5f1e4b8458d1bb19df45b7925d431528 (patch) | |
| tree | 1856a22ed8aace093e1cf7a4f7eb82240849069d /admin | |
| parent | 0e9420bc8ff2a9ff9dc7b3c032f8db1c7cc01b41 (diff) | |
| download | emacs-fef5f9ef5f1e4b8458d1bb19df45b7925d431528.tar.gz emacs-fef5f9ef5f1e4b8458d1bb19df45b7925d431528.zip | |
; * admin/notes/emba: Fix typos
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/notes/emba | 8 |
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 | ||
| 36 | Only branches which name start with 'master', 'emacs', 'feature', or | 36 | Only 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 | ||
| 40 | A jobset on Gitlab is called pipeline. Emacs pipelines run through | 40 | A jobset on Gitlab is called a pipeline. Emacs pipelines run through |
| 41 | the stages 'build-images', 'platform-images' and 'native-comp-images' | 41 | the 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 |
| 43 | configuration parameters) as well as 'normal', 'platforms' and | 43 | configuration parameters) as well as 'normal', 'platforms' and |
| @@ -46,11 +46,11 @@ configuration parameters) as well as 'normal', 'platforms' and | |||
| 46 | The jobs for stage 'normal' are contained in the file | 46 | The 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 |
| 49 | resulting file shall be pushed to the Emacs git repository afterwards. | 49 | resulting file should be pushed to the Emacs git repository afterwards. |
| 50 | 50 | ||
| 51 | Every job runs in a Debian docker container. It uses the local clone | 51 | Every job runs in a Debian docker container. It uses the local clone |
| 52 | of the Emacs git repository to perform a bootstrap and test of Emacs. | 52 | of the Emacs git repository to perform a bootstrap and test of Emacs. |
| 53 | This could happen for several jobs with changed configuration, compile | 53 | This could happen for several jobs with changed configuration, compile, |
| 54 | and test parameters. | 54 | and test parameters. |
| 55 | 55 | ||
| 56 | The 'build-image-*' jobs of the different '*-images' stages run only | 56 | The 'build-image-*' jobs of the different '*-images' stages run only |