2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/guix-cuirass.git synced 2023-12-14 06:03:04 +01:00
guix-cuirass/TODO
2021-03-22 18:29:06 +01:00

25 lines
907 B
Org Mode

-*- mode: org; coding: utf-8; -*-
#+TITLE: What's left to do?
#+STARTUP: content hidestars
Copyright © 2021 Mathieu Othacehe <othacehe@gnu.org>
* 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.
* Add new metrics.
- Add "build speed per machine" and "idle time per machine" metrics.
* 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.