resolve dependencies in the queue
This commit is contained in:
parent
3ab98b2728
commit
8bbccc55ee
2 changed files with 4 additions and 4 deletions
|
@ -86,7 +86,7 @@ in {
|
||||||
</git-input>
|
</git-input>
|
||||||
<runcommand>
|
<runcommand>
|
||||||
job = *:*:*
|
job = *:*:*
|
||||||
command = cat $HYDRA_JSON | ${pkgs.jq}/bin/jq -r '.drvPath' | xargs ${pkgs.nix}/bin/nix-store -q -R --include-outputs >> /var/lib/hydra/queue-runner/upload
|
command = cat $HYDRA_JSON | ${pkgs.jq}/bin/jq -r '.drvPath' >> /var/lib/hydra/queue-runner/upload
|
||||||
</runcommand>
|
</runcommand>
|
||||||
max_concurrent_evals = 1
|
max_concurrent_evals = 1
|
||||||
'';
|
'';
|
||||||
|
|
|
@ -100,11 +100,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1703013115,
|
"lastModified": 1703017416,
|
||||||
"narHash": "sha256-8n5iemY1R1Q6lzOObxBxSUlV5wyB/TRf2t9RNkDtnEg=",
|
"narHash": "sha256-N0sqBaMHn9JHR7izSF2P1YDOqTdQpklgQbKGAXn3GsI=",
|
||||||
"owner": "DarkKirb",
|
"owner": "DarkKirb",
|
||||||
"repo": "attic",
|
"repo": "attic",
|
||||||
"rev": "ce8532ac1bdfb5f667c65842961837536b7225c1",
|
"rev": "7f24aa9cf1a9bab44914483dfab69bdfff34c869",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Reference in a new issue