fc-evaulator: allow fail-fast behaviour
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I1da41766f1c499347279c41f2316f4376a6a6964
This commit is contained in:
parent
49638d5d14
commit
235c9834b7
5 changed files with 30 additions and 134 deletions
|
|
@ -82,11 +82,13 @@ in {
|
|||
poll_interval = 5;
|
||||
work_dir = "/var/lib/fc/evaluator";
|
||||
nix_timeout = 60;
|
||||
strict_errors = true;
|
||||
};
|
||||
|
||||
queue_runner = {
|
||||
poll_interval = 3;
|
||||
work_dir = "/var/lib/fc/queue-runner";
|
||||
strict_errors = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue