mirror of
git://git.savannah.gnu.org/guix/guix-cuirass.git
synced 2024-12-29 11:40:16 +01:00
32 lines
932 B
Org Mode
32 lines
932 B
Org Mode
-*- mode: org; coding: utf-8; -*-
|
||
|
||
#+TITLE: What's left to do?
|
||
#+STARTUP: content hidestars
|
||
|
||
* Allow ‘latest-channel-instances’ to time out
|
||
* Allow builds to be retried several times
|
||
* Notify instead of polling
|
||
|
||
- 'register' notifies 'remote-server' of available builds
|
||
- 'remote-server' notifies 'remote-worker' processes of available builds
|
||
- 'web' notifies 'register' of build requests
|
||
|
||
* Make =remote-worker= more dynamic
|
||
|
||
- replace fixed =--workers= option with something based on current load (?)
|
||
|
||
* Improve the user interface
|
||
|
||
** /eval page includes =channels.scm= snippet and instructions
|
||
** Evaluation dashboard shows completion bar (as on welcome page)
|
||
|
||
* Add Guix Build Coordinator backend
|
||
|
||
* Use Spritely Goblins
|
||
|
||
- make it possible to hand over capabilities to invidivual agents
|
||
|
||
* COMMENT Copyright
|
||
|
||
Copyright © 2021 Mathieu Othacehe <othacehe@gnu.org>
|
||
Copyright © 2023 Ludovic Courtès <ludo@gnu.org>
|