modified nix-eval-jobs command

This commit is contained in:
Julien Malka 2023-05-13 21:40:17 +02:00
parent 0ea363da23
commit 86ae3b7af8
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -363,6 +363,7 @@ def nix_eval_config(
name="Evaluation of hydraJobs",
command=[
"nix-eval-jobs",
"--force-recurse",
"--workers",
8,
"--option",
@ -373,6 +374,7 @@ def nix_eval_config(
"/var/lib/buildbot-worker/gcroot",
"--flake",
".#hydraJobs",
"--impure",
],
haltOnFailure=False,
)