@cryptotaxi247 / infra / commits / edd70cfc

Upload build logs to the binary cache

Eelco Dolstra committed Apr 3, 2017 at 11:56 UTC edd70cfc55b91ae7ddacaafd572c7df4f6bc4cbd
1 file changed +5 -2
delft/hydra.nix
+5 -2
@@ -35,7 +35,7 @@ in
35 enable_google_login = 1
36 google_client_id = 816926039128-ia4s4rsqrq998rsevce7i09mo6a4nffg.apps.googleusercontent.com
37
38 - store_uri = s3://nix-cache?secret-key=/var/lib/hydra/queue-runner/keys/cache.nixos.org-1/secret&write-nar-listing=1
38 + store_uri = s3://nix-cache?secret-key=/var/lib/hydra/queue-runner/keys/cache.nixos.org-1/secret&write-nar-listing=1&ls-compression=br&log-compression=br
39 binary_cache_public_uri = https://cache.nixos.org
40
41 <hipchat>
@@ -48,9 +48,12 @@ in
48 cache_size = 32m
49 </Plugin::Session>
50
51 - xxx-jobset-repeats = patchelf:master:3 nixos:reproducibility:1
51 + # patchelf:master:3
52 + xxx-jobset-repeats = nixos:reproducibility:1
53
54 nar_buffer_size = 12884901888
55 +
56 + upload_logs_to_binary_cache = true
57 '';
58
59 users.extraUsers.hydra.home = mkForce "/home/hydra";