Skip to content

Commit 9c8585c

Browse files
committed
env/linux-ppc64{,le}/osuosl: update NOTES
Add details of 3 new big VMs: POWER8 (le), POWER9 (le), and POWER8 (be). Still not configured, but we have them provisioned. Updates golang/go#34830 Updates golang/go#21189 Updates golang/go#21260 Change-Id: If648e9966485062cda8131caf2ac5f87ab839fc5 Reviewed-on: https://go-review.googlesource.com/c/build/+/200820 Reviewed-by: Bryan C. Mills <[email protected]>
1 parent e43bf47 commit 9c8585c

File tree

2 files changed

+27
-43
lines changed
  • env

2 files changed

+27
-43
lines changed

env/linux-ppc64/osuosl/NOTES

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,20 @@ Filing tickets: https://support.osuosl.org/
88

99
Machines:
1010

11-
12-
13-
14-
15-
11+
* go-be-xenial-3: (10 GB RAM, 50 GB disk, 10 cores, POWER8)
1612

17-
They accept ssh key 'id_ed25519_golang1'. For example,
13+
ssh -i ~/.ssh/id_ed25519_golang1 [email protected]
14+
(key from http://go/go-builders-ssh)
1815

19-
ssh -i ~/.ssh/id_ed25519_golang1 [email protected]
20-
(key from http://go/go-builders-ssh)
16+
Linux go-be-xenial-3 4.4.0-130-powerpc64-smp #156-Ubuntu SMP Thu Jun 14 09:28:49 UTC 2018 ppc64 ppc64 ppc64 GNU/Linux
17+
18+
* Old machines, to be returned: (currently Debian jessie)
19+
20+
21+
22+
23+
24+
2125

2226
Each was once configured by scping setup.bash to them, logging in to
2327
each, and running:

env/linux-ppc64le/osuosl/NOTES

Lines changed: 15 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,26 @@ Filing tickets: https://support.osuosl.org/
88

99
Machines:
1010

11-
Large, Ubuntu Bionic:
11+
* go-le-bionic-1: (10 GB RAM, 50 GB disk, 10 cores, POWER9)
1212

13-
go-le-bionic-1: [email protected]
13+
ssh -i ~/.ssh/id_ed25519_golang1 [email protected]
14+
(key from http://go/go-builders-ssh)
1415

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
1617

17-
18-
19-
20-
18+
* go-le-bionic-2: (10 GB RAM, 50 GB disk, 10 cores, POWER8)
2119

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)
2322

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+
2631

2732
Each was once configured by scping setup.bash to them, logging in to
2833
each, and running:
@@ -31,28 +36,3 @@ $ sudo ./setup.bash <BUILDKEY_HERE>
3136

3237
TODO: these should be updated like linux-arm and linux-arm64 to use Docker
3338
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

Comments
 (0)