* Disable building on stan.
svn path=/configurations/trunk/tud/; revision=34670
Eelco Dolstra committed
Jan 14, 2013 at 11:17 UTC
df8fa8f9765a24770722d3ee3ac556b6440bcd0f
1 file changed
+15
-15
machines.nix
+15
-15
@@ -10,7 +10,7 @@ lib: with lib;
10
maxJobs = 2;
11
}
12
13
- /*
13
+ /*
14
{ # APC UPS.
15
hostName = "ups";
16
ipAddress = "192.168.1.6";
@@ -27,7 +27,7 @@ lib: with lib;
27
speedFactor = 2;
28
buildUser = "buildfarm";
29
}
30
-
30
+
31
{ # 8-core NixOS build machine.
32
hostName = "stan";
33
ipAddress = "192.168.1.20";
@@ -35,9 +35,9 @@ lib: with lib;
35
systems = [ "x86_64-linux" "i686-linux" ];
36
maxJobs = 8;
37
speedFactor = 2;
38
- buildUser = "buildfarm";
38
+ #buildUser = "buildfarm";
39
}
40
-
40
+
41
{ # 8-core NixOS build machine.
42
hostName = "kyle";
43
ipAddress = "192.168.1.21";
@@ -47,7 +47,7 @@ lib: with lib;
47
speedFactor = 2;
48
buildUser = "buildfarm";
49
}
50
-
50
+
51
{ # Windows XP build machine.
52
hostName = "garrison";
53
ipAddress = "192.168.1.11";
@@ -67,7 +67,7 @@ lib: with lib;
67
maxJobs = 2;
68
buildUser = "nix";
69
}
70
-
70
+
71
{ # Old Hydra server.
72
hostName = "hydra";
73
ipAddress = "192.168.1.18";
@@ -92,14 +92,14 @@ lib: with lib;
92
ethernetAddress = "f0:4d:a2:40:1b:be";
93
systems = [ "x86_64-linux" ];
94
}
95
-
95
+
96
{ # 48-core NixOS build machine.
97
hostName = "ike";
98
ipAddress = "192.168.1.27";
99
ethernetAddress = "f0:4d:a2:40:1b:91";
100
systems = [ "x86_64-linux" ];
101
}
102
-
102
+
103
{ # 48-core NixOS build machine.
104
hostName = "shelley";
105
ipAddress = "192.168.1.28";
@@ -110,14 +110,14 @@ lib: with lib;
110
111
/* Xen VMs hosted on mrhankey. Note that 00:16:3e is the prefix for
112
Xen MAC addresses. */
113
-
113
+
114
{ # NixOS test machine.
115
hostName = "drdoctor";
116
ipAddress = "192.168.1.51";
117
ethernetAddress = "00:16:3e:00:00:02";
118
systems = [ "x86_64-linux" ];
119
}
120
-
120
+
121
{ # Legacy JIRA server, put in its own Xen ghetto because our JIRA
122
# is very old and probably insecure.
123
hostName = "mrkitty";
@@ -133,9 +133,9 @@ lib: with lib;
133
systems = [ "x86_64-linux" ];
134
}
135
136
-
136
+
137
/* KVM VMs hosted on stan. */
138
-
138
+
139
{ # 32-bit OpenIndiana 151a (in a VM).
140
hostName = "tweek";
141
ipAddress = "192.168.1.50";
@@ -151,7 +151,7 @@ lib: with lib;
151
ethernetAddress = "00:16:3e:00:00:04";
152
systems = [ "i686-freebsd" ];
153
}
154
-
154
+
155
{ # Ubuntu 10.10 test machine.
156
hostName = "meerkat";
157
ipAddress = "192.168.1.54";
@@ -167,7 +167,7 @@ lib: with lib;
167
maxJobs = 1;
168
buildUser = "nix";
169
}
170
-
170
+
171
{ # 32-bit FreeBSD build machine (in a VM).
172
hostName = "demon";
173
ipAddress = "192.168.1.57";
@@ -176,5 +176,5 @@ lib: with lib;
176
maxJobs = 1;
177
buildUser = "nix";
178
}
179
-
179
+
180
]