diff options
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/notes/emba | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/admin/notes/emba b/admin/notes/emba index cf4184ccc92..515edd3435f 100644 --- a/admin/notes/emba +++ b/admin/notes/emba | |||
| @@ -66,7 +66,11 @@ jobs run scheduled in a pipeline every 8 hours. | |||
| 66 | The log files for every test job are kept on the server for a week. | 66 | The log files for every test job are kept on the server for a week. |
| 67 | They can be downloaded from the server, visiting the URL | 67 | They can be downloaded from the server, visiting the URL |
| 68 | <https://emba.gnu.org/emacs/emacs/-/pipelines>, and selecting the job | 68 | <https://emba.gnu.org/emacs/emacs/-/pipelines>, and selecting the job |
| 69 | in question. | 69 | in question. Browse the job artifacts. |
| 70 | |||
| 71 | Additionally, the artifacts of the 'test-tree-sitter' job contain the | ||
| 72 | file 'compatibility-report.html', which reports tree-sitter grammars | ||
| 73 | compatibility status. | ||
| 70 | 74 | ||
| 71 | Every pipeline generates a JUnit test report for the respective test | 75 | Every pipeline generates a JUnit test report for the respective test |
| 72 | jobs, which can be inspected on the pipeline web page. This test | 76 | jobs, which can be inspected on the pipeline web page. This test |