@cryptotaxi247 / infra / commits / c0830a6c

Remove dead machines

Eelco Dolstra committed Jul 5, 2018 at 13:42 UTC c0830a6c2487f11d272a27eda35e6284837a7ac2
1 file changed -30
delft/machines.nix
-30
@@ -10,16 +10,6 @@ lib: with lib;
10 }
11 */
12
13 - { # 8-core NixOS build machine.
14 - hostName = "kenny";
15 - ipAddress = "131.180.119.71"; # fe80::222:19ff:fe55:cc0d
16 - ethernetAddress = "00:22:19:55:cc:0d";
17 - systems = [ "x86_64-linux" "i686-linux" ];
18 - maxJobs = 8;
19 - speedFactor = 2;
20 - buildUser = "buildfarm";
21 - }
22 -
13 { # 8-core NixOS build machine.
14 hostName = "stan";
15 ipAddress = "131.180.119.74"; # fe80::222:19ff:fe55:bf2e
@@ -30,26 +20,6 @@ lib: with lib;
20 #buildUser = "buildfarm";
21 }
22
33 - { # 8-core NixOS build machine.
34 - hostName = "kyle";
35 - ipAddress = "131.180.119.72"; # fe80::222:19ff:fe55:c118
36 - ethernetAddress = "00:22:19:55:c1:18";
37 - systems = [ "x86_64-linux" "i686-linux" ];
38 - maxJobs = 8;
39 - speedFactor = 2;
40 - buildUser = "buildfarm";
41 - }
42 -
43 - { # 64-bit Mac OS X build machine.
44 - hostName = "butters";
45 - ipAddress = "131.180.119.68";
46 - ethernetAddress = "00:24:36:f3:cd:c0";
47 - system = "x86_64-darwin";
48 - aliases = ["mac64-1"];
49 - maxJobs = 2;
50 - buildUser = "nix";
51 - }
52 -
23 { # Old Hydra server, now build machine.
24 hostName = "hydra";
25 ipAddress = "131.180.119.69";