Created
December 8, 2017 11:48
-
-
Save ocharles/5b5af9223a47f25fab57027e19ee9700 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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