@@ -8,21 +8,26 @@ Filing tickets: https://support.osuosl.org/
8
8
9
9
Machines:
10
10
11
- Large, Ubuntu Bionic:
11
+ * go-le-bionic-1: (10 GB RAM, 50 GB disk, 10 cores, POWER9)
12
12
13
-
13
+ ssh -i ~/.ssh/id_ed25519_golang1
[email protected]
14
+ (key from http://go/go-builders-ssh)
14
15
15
- To-be-returned old Debian (currently buster):
16
+ Linux go-le-bionic-1 4.15.0-65-generic #74-Ubuntu SMP Tue Sep 17 17:08:54 UTC 2019 ppc64le ppc64le ppc64le GNU/Linux
16
17
17
-
18
-
19
-
20
-
18
+ * go-le-bionic-2: (10 GB RAM, 50 GB disk, 10 cores, POWER8)
21
19
22
- They accept ssh key 'id_ed25519_golang1'. For example,
20
+ ssh -i ~/.ssh/id_ed25519_golang1
[email protected]
21
+ (key from http://go/go-builders-ssh)
23
22
24
- ssh -i ~/.ssh/id_ed25519_golang1
[email protected]
25
- (key from http://go/go-builders-ssh)
23
+ Linux go-le-bionic-2 4.15.0-65-generic #74-Ubuntu SMP Tue Sep 17 17:08:54 UTC 2019 ppc64le ppc64le ppc64le GNU/Linux
24
+
25
+ * Old machines, to be returned: (currently Debian buster):
26
+
27
+
28
+
29
+
30
+
26
31
27
32
Each was once configured by scping setup.bash to them, logging in to
28
33
each, and running:
@@ -31,28 +36,3 @@ $ sudo ./setup.bash <BUILDKEY_HERE>
31
36
32
37
TODO: these should be updated like linux-arm and linux-arm64 to use Docker
33
38
per build. That is https://golang.org/issue/21189
34
-
35
- Machine information:
36
-
37
- debian@go-le-1:~$ free
38
- total used free shared buffers cached
39
- Mem: 4177344 886208 3291136 95616 93888 580032
40
- -/+ buffers/cache: 212288 3965056
41
- Swap: 0 0 0
42
-
43
- debian@go-le-1:~$ cat /proc/cpuinfo
44
- processor : 0
45
- cpu : POWER8 (architected), altivec supported
46
- clock : 3425.000000MHz
47
- revision : 2.1 (pvr 004b 0201)
48
-
49
- processor : 1
50
- cpu : POWER8 (architected), altivec supported
51
- clock : 3425.000000MHz
52
- revision : 2.1 (pvr 004b 0201)
53
-
54
- timebase : 512000000
55
- platform : pSeries
56
- model : IBM pSeries (emulated by qemu)
57
- machine : CHRP IBM pSeries (emulated by qemu)
58
-
0 commit comments