diff options
| author | Michael Albinus | 2021-03-28 19:16:12 +0200 |
|---|---|---|
| committer | Michael Albinus | 2021-03-28 19:16:12 +0200 |
| commit | 81b56434a536f2f8849957e23f2bc3f83e16751f (patch) | |
| tree | 74b4ce4b1a35deddccf2a2ce513ed5aec738b194 /admin | |
| parent | 01cf0eb75786834b7a0ee5be34be53f6e8e14c11 (diff) | |
| download | emacs-81b56434a536f2f8849957e23f2bc3f83e16751f.tar.gz emacs-81b56434a536f2f8849957e23f2bc3f83e16751f.zip | |
* admin/notes/emba: Explain job types and artifacts.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/notes/emba | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/admin/notes/emba b/admin/notes/emba index adebcefcf3e..05d8eb8353e 100644 --- a/admin/notes/emba +++ b/admin/notes/emba | |||
| @@ -36,6 +36,21 @@ of the Emacs git repository to perform a bootstrap and test of Emacs. | |||
| 36 | This could happen for several jobs with changed configuration, compile | 36 | This could happen for several jobs with changed configuration, compile |
| 37 | and test parameters. | 37 | and test parameters. |
| 38 | 38 | ||
| 39 | There are different types of jobs: 'prep-image-base' is responsible to | ||
| 40 | prepare the environment for the following jobs. 'build-image-*' jobs | ||
| 41 | are responsible to compile Emacs in different configuration. The | ||
| 42 | corresponding 'test-*' jobs run the ert tests. | ||
| 43 | |||
| 44 | A special job is 'test-all-inotify', which runs 'make check-expensive'. | ||
| 45 | While most of the jobs run as soon as a respective file has been | ||
| 46 | committed into the Emacs git repository, this test job runs scheduled, | ||
| 47 | every 6 hours. | ||
| 48 | |||
| 49 | The log files for every test job are kept on the server for a week. | ||
| 50 | They can be downloaded from the server, visiting the URL | ||
| 51 | <https://emba.gnu.org/emacs/emacs/-/pipelines>, and selecting the job | ||
| 52 | in question. | ||
| 53 | |||
| 39 | * Emba configuration | 54 | * Emba configuration |
| 40 | 55 | ||
| 41 | The emba configuration files are hosted on | 56 | The emba configuration files are hosted on |