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