mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-04 03:01:05 +02:00
modified nix-eval-jobs command
This commit is contained in:
parent
0ea363da23
commit
86ae3b7af8
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue