From: Renato Golin Date: Thu, 21 Jul 2016 16:46:44 +0000 (+0000) Subject: Adding RELEASE_TESTERS.TXT X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=999dd2b266c4c968b63c05e94671443d4270ef72;p=platform%2Fupstream%2Fllvm.git Adding RELEASE_TESTERS.TXT llvm-svn: 276302 --- diff --git a/llvm/RELEASE_TESTERS.TXT b/llvm/RELEASE_TESTERS.TXT new file mode 100644 index 0000000..eeba675 --- /dev/null +++ b/llvm/RELEASE_TESTERS.TXT @@ -0,0 +1,57 @@ +This file is a list of the people responsible for ensuring that targets and +environments get tested and validated during the release process. + +They will also, in conjunction with the release manager and the code owners, +accept patches into stable release branches, tag critical bugs and release +stoppers as well as make sure that no regressions were observed on their +targets since the last release. + +N: Ben Pope +E: benpope81@gmail.com +T: x86 +O: Ubuntu + +N: Sylvestre Ledru +E: sylvestre@debian.org +T: x86 +O: Debian + +N: Nikola Smiljanic +E: popizdeh@gmail.com +T: x86 +O: OpenSUSE, Fedora + +N: Brian Cain +E: brian.cain@gmail.com +T: x86 +O: SuSE Enterprise, CentOS + +N: Bernhard Rosenkränzer +E: bero@linaro.org +T: x86 +O: OpenMandriva + +N: Dimitry Andric +E: dimitry@andric.com +T: x86 +O: FreeBSD + +N: Hans Wennborg +E: hans@chromium.org +T: x86 +O: Windows + +N: Renato Golin +E: renato.golin@linaro.org +T: ARM +O: Linux + +N: Diana Picus +E: diana.picus@linaro.org +T: AArch64 +O: Linux + +N: Vasileios Kalintiris +E: Vasileios.Kalintiris@imgtec.com +T: MIPS +O: Linux diff --git a/llvm/docs/HowToReleaseLLVM.rst b/llvm/docs/HowToReleaseLLVM.rst index e892e49..5ea6d49 100644 --- a/llvm/docs/HowToReleaseLLVM.rst +++ b/llvm/docs/HowToReleaseLLVM.rst @@ -194,6 +194,9 @@ The official release testers are volunteered from the community and have consistently validated and released binaries for their targets/OSs. To contact them, you should email the ``release-testers@lists.llvm.org`` mailing list. +The official testers list is in the file ``RELEASE_TESTERS.TXT``, in the ``LLVM`` +repository. + Community Testing -----------------