guix-cuirass/TODO

33 lines
932 B
Plaintext
Raw Normal View History

2021-03-22 12:49:07 +01:00
-*- mode: org; coding: utf-8; -*-
#+TITLE: What's left to do?
#+STARTUP: content hidestars
2023-10-15 17:56:33 +02:00
* Allow latest-channel-instances to time out
* Allow builds to be retried several times
2023-07-15 17:36:28 +02:00
* 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
2023-07-15 19:40:57 +02:00
* Make =remote-worker= more dynamic
- replace fixed =--workers= option with something based on current load (?)
2023-07-15 17:36:28 +02:00
* Improve the user interface
2023-10-25 00:43:36 +02:00
** /eval page includes =channels.scm= snippet and instructions
** Evaluation dashboard shows completion bar (as on welcome page)
2023-07-15 17:36:28 +02:00
2023-07-15 19:40:57 +02:00
* Add Guix Build Coordinator backend
2023-07-15 17:36:28 +02:00
* Use Spritely Goblins
- make it possible to hand over capabilities to invidivual agents
* COMMENT Copyright
2021-03-22 12:49:07 +01:00
Copyright © 2021 Mathieu Othacehe <othacehe@gnu.org>
2023-07-15 17:36:28 +02:00
Copyright © 2023 Ludovic Courtès <ludo@gnu.org>