-
Notifications
You must be signed in to change notification settings - Fork 2
Description
For instance when rebuilding a failed build, I would like to rebuild the "reference OK" build : means the last one that was green.
We won't be able to do this completely, because inputs are maybe not available (commit or deps) but we could at least try to emulate some parts : the sparrowfile and sparky.yaml and therefore, as it is inside these files, the docker image and/or host target (but not its state of course).
It requires to store this "last OK config" somehow (versioning ? db ?).
It's not 100% clear in my mind and it's a nice to have, but I really think it has great added value for end user.
On end user side, I would like to have an option to start 2 builds at the same time, one behing the reference and the other the current.
Should play well with #32 😀