[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: Add TODO.org.
From: |
Mathieu Othacehe |
Subject: |
branch master updated: Add TODO.org. |
Date: |
Thu, 21 Jan 2021 07:04:32 -0500 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix-cuirass.
The following commit(s) were added to refs/heads/master by this push:
new da6a5c0 Add TODO.org.
da6a5c0 is described below
commit da6a5c0355e72d725003c9005a9974f2a476d999
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Jan 21 13:04:19 2021 +0100
Add TODO.org.
* TODO.org: New file.
---
TODO.org | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/TODO.org b/TODO.org
new file mode 100644
index 0000000..fadc189
--- /dev/null
+++ b/TODO.org
@@ -0,0 +1,24 @@
+* Add "BuildSteps" table like in Hydra.
+This will prevent package dependencies to be built multiple times.
+
+* Add tests for the remote building mechanism.
+- Write test cases covering the nominal remote building scenario, with a
+ server dispatching build tasks to multiple local workers.
+- Write test cases covering workers disconnection and reconnection.
+- Write test cases covering build timeout.
+
+* Improve the "/workers" page.
+- Add build machines status (CPU, RAM) usage.
+- The opensuse monitor page could be a good model:
+ https://build.opensuse.org/monitor.
+
+* Add new metrics.
+- Add "build speed per machine" and "idle time per machine" metrics.
+
+* Report build failures by email/RSS.
+
+* Add a user account section.
+- Add customized monitoring dashboards.
+- Add build failures notifications subscription page.
+- Add a substitutes availability service, so that users can be notified when
+ the substitutes coverage of their manifest is passing a threshold.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: Add TODO.org.,
Mathieu Othacehe <=