PR #24562 opened by michaelni URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/24562 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/24562.patch
The VMs of the old main server were migrated to two new servers at the same hoster. Document the AmpereOne server Ampere donated to the project in June 2026, where it is hosted, the Forgejo CI jobs it runs and that access is requested from root at ffmpeg.org like for the other servers. >From 56233bd1ff347b4a51ba7e8a216b8f4601980297 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer <[email protected]> Date: Fri, 18 Sep 2026 18:39:11 +0200 Subject: [PATCH 1/2] doc/infra.txt: add the Ampere server Document the AmpereOne server Ampere donated to the project in June 2026, where it is hosted, the Forgejo CI jobs it runs and that access is requested from root at ffmpeg.org like for the other servers. --- doc/infra.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/infra.txt b/doc/infra.txt index 77ca7d4fe3..c358174d0d 100644 --- a/doc/infra.txt +++ b/doc/infra.txt @@ -74,6 +74,17 @@ coverage: coverage.ffmpeg.org Fate code coverage +Ampere Server: +-------------- +Donated by Ampere in June 2026, see https://www.ffmpeg.org/#ampere2026 +AmpereOne (Mt. Mitchell) 2U system with 192 Arm cores, 512 GB of RAM, 24 NVMe bays and 2x25G networking +Hosted in germany +Runs Forgejo CI jobs (aarch64 with all dependencies, qemu based ppc) +Runs Fairy reviews and bug investigations. + +You want access to the Ampere server for FFmpeg work? Send mail to root at ffmpeg.org + + The main and fate server as well as VMs currently run ubuntu -- 2.52.0 >From 0d531fc0c5de6193efd2e5a84a3fb95c285c096d Mon Sep 17 00:00:00 2001 From: Michael Niedermayer <[email protected]> Date: Sat, 19 Sep 2026 01:56:43 +0200 Subject: [PATCH 2/2] doc/infra.txt: the main server was replaced by 2 The VMs of the old main server were migrated to two new servers at the same hoster. --- doc/infra.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/infra.txt b/doc/infra.txt index c358174d0d..256f1e0ae1 100644 --- a/doc/infra.txt +++ b/doc/infra.txt @@ -18,11 +18,11 @@ Servers: ~~~~~~~~ -Main Server: ------------- -Our Main server is hosted at telepoint.bg +Main Servers: +------------- +Our main servers are hosted at telepoint.bg for more details see: https://www.ffmpeg.org/#thanks_sponsor_0001 -Nothing runs on our main server directly, instead several VMs run on it. +Nothing runs on them directly, instead several VMs run on them. Main server security: --------------------- @@ -85,7 +85,7 @@ Runs Fairy reviews and bug investigations. You want access to the Ampere server for FFmpeg work? Send mail to root at ffmpeg.org -The main and fate server as well as VMs currently run ubuntu +The fate server currently runs ubuntu -- 2.52.0 _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
