svn path=/nixpkgs/branches/syscall-tracing/; revision=29261
This commit is contained in:
parent
6f36a40fae
commit
875f94e248
|
@ -35,7 +35,7 @@ rec {
|
|||
prio = level: job: toJob job // { schedulingPriority = level; };
|
||||
|
||||
toJob = x: if builtins.isAttrs x then x else
|
||||
{ type = "job"; systems = x; schedulingPriority = 5; };
|
||||
{ type = "job"; systems = x; schedulingPriority = 1; };
|
||||
|
||||
/* Perform a job on the given set of platforms. The function `f' is
|
||||
called by Hydra for each platform, and should return some job
|
||||
|
|
Loading…
Reference in New Issue
Block a user