Try to enable hydra testing of "pending" branch

This commit is contained in:
Ryan Trinkle 2018-11-18 14:30:21 -05:00
parent c1fd6245d0
commit 42afdc21da
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ let
};
processedPrs = mapAttrs' makePr (builtins.fromJSON (builtins.readFile prs));
jobsetsAttrs = processedPrs //
genAttrs ["master"] branchJobset;
genAttrs ["master" "pending"] branchJobset;
in {
jobsets = pkgs.writeText "spec.json" (builtins.toJSON jobsetsAttrs);
}