diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-06-10 13:09:14 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-06-10 13:09:14 +0200 |
commit | d2b7b11f3c5d95089e18fec7bfd10b7381dec490 (patch) | |
tree | 5df6835ea0fa4f1dcab2bdb74df836519be2fc7f /README.infrastructure | |
parent | 12c44fd66aee83cee82ace2b244cb13399307653 (diff) | |
download | jenkins.debian.net-d2b7b11f3c5d95089e18fec7bfd10b7381dec490.tar.xz |
reproducible Debian: add basic README about the infrastructure used
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'README.infrastructure')
-rw-r--r-- | README.infrastructure | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/README.infrastructure b/README.infrastructure new file mode 100644 index 00000000..2cd6793a --- /dev/null +++ b/README.infrastructure @@ -0,0 +1,32 @@ +About the nodes used for jenkins.debian.net +=========================================== +:Author: Holger Levsen +:Authorinitials: holger +:EMail: holger@layer-acht.org +:Status: working, in progress +:lang: en +:Doctype: article +:License: GPLv2 + +== Scope + +This README is about all the nodes used for jenkins.debian.net and tests.reproducible-builds.org + +=== amd64 and i386 nodes + +amd64 and i386 nodes run as VMs in the Profitbricks cloud. Mattia and Holger have "physical" +access including remote console and BIOS access. + +=== arm64 nodes + +We have 8 arm64 nodes running on moonshot hardware kindly given access to us by Codethink. +Holger has access to a nine node acting as console server. + +(Technically some of the armhf nodes below are also arm64 systems.) + +=== armhf nodes + +Vagrant hosts a fantastic zoo of over 23 armhf boards in his basement, to which besides him also +Mattia and Holger have access via a console server. + +// vim: set filetype=asciidoc: |