Skip to content

Instantly share code, notes, and snippets.

@ocharles
Created December 8, 2017 11:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ocharles/5b5af9223a47f25fab57027e19ee9700 to your computer and use it in GitHub Desktop.
Save ocharles/5b5af9223a47f25fab57027e19ee9700 to your computer and use it in GitHub Desktop.
[root@hydra:~]# hydra-eval-jobsets client .jobset
...
path is /nix/store/dv867wa31zw373gc2mhjp50hwpizzvs0-git-export
The .jobsets jobset must only have a single job named 'jobsets' at /nix/store/slxivaqskl0c3bllbyyg4vjm7micb0cf-hydra-2017-11-21/bin/.hydra-eval-jobset-wrapped line 634.
[root@hydra:~]# grep pullRequests /nix/store/dv867wa31zw373gc2mhjp50hwpizzvs0-git-export/hydra-jobsets.nix
, pullRequests
# (builtins.fromJSON (builtins.readFile pullRequests)));
builtins.trace pullRequests { jobsets = pkgs.writeText "spec.json" (builtins.toJSON jobsetAttrs); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment