emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 81b5643: * admin/notes/emba: Explain job types and artifacts.


From: Michael Albinus
Subject: master 81b5643: * admin/notes/emba: Explain job types and artifacts.
Date: Sun, 28 Mar 2021 13:16:22 -0400 (EDT)

branch: master
commit 81b56434a536f2f8849957e23f2bc3f83e16751f
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    * admin/notes/emba: Explain job types and artifacts.
---
 admin/notes/emba | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/admin/notes/emba b/admin/notes/emba
index adebcef..05d8eb8 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.
 This could happen for several jobs with changed configuration, compile
 and test parameters.
 
+There are different types of jobs: 'prep-image-base' is responsible to
+prepare the environment for the following jobs.  'build-image-*' jobs
+are responsible to compile Emacs in different configuration.  The
+corresponding 'test-*' jobs run the ert tests.
+
+A special job is 'test-all-inotify', which runs 'make check-expensive'.
+While most of the jobs run as soon as a respective file has been
+committed into the Emacs git repository, this test job runs scheduled,
+every 6 hours.
+
+The log files for every test job are kept on the server for a week.
+They can be downloaded from the server, visiting the URL
+<https://emba.gnu.org/emacs/emacs/-/pipelines>, and selecting the job
+in question.
+
 * Emba configuration
 
 The emba configuration files are hosted on



reply via email to

[Prev in Thread] Current Thread [Next in Thread]