type result
=
| Input_check of {
}
| ||||||||
| Select_check of {
}
| ||||||||
| Step_result of {
}
|
val config : db_path:string ‑> use_docker:bool ‑> keep_all:bool ‑> precious:Core.String.Set.t ‑> config
val id : t ‑> string
val requirement : t ‑> Allocator.request
val perform : Allocator.resource ‑> config ‑> t ‑> result Lwt.t
val failure : result ‑> bool
val render_step_command : np:int ‑> mem:int ‑> config ‑> Bistro.step ‑> Bistro.dep Bistro.Command.t ‑> string
val render_step_dumps : np:int ‑> mem:int ‑> config ‑> Bistro.step ‑> (string * string) list