[PATCH] D22624: Adding RELEASE_TESTERS.TXT

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 21 05:28:08 PDT 2016


rengolin created this revision.
rengolin added a subscriber: llvm-commits.
rengolin set the repository for this revision to rL LLVM.

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.

Those people have publicly volunteered on the list already, but it would be better if they could echo their support in this review.

So far, in D22037 and the list, we had approval from:
 * Hans
 * Ben
 * Brian
 * Diana
 * Renato
 * Nikola
 * Vasileios (previously Daniel)

We still need:
 * Sylvestre
 * Bero
 * Dimitry

I'll email them directly to avoid spamming everyone.

Thanks!

Repository:
  rL LLVM

https://reviews.llvm.org/D22624

Files:
  RELEASE_TESTERS.TXT
  docs/HowToReleaseLLVM.rst

Index: docs/HowToReleaseLLVM.rst
===================================================================
--- docs/HowToReleaseLLVM.rst
+++ docs/HowToReleaseLLVM.rst
@@ -194,6 +194,9 @@
 consistently validated and released binaries for their targets/OSs. To contact
 them, you should email the ``release-testers at lists.llvm.org`` mailing list.
 
+The official testers list is in the file ``RELEASE_TESTERS.TXT``, in the ``LLVM``
+repository.
+
 Community Testing
 -----------------
 
Index: RELEASE_TESTERS.TXT
===================================================================
--- /dev/null
+++ 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 at gmail.com
+T: x86
+O: Ubuntu
+
+N: Sylvestre Ledru
+E: sylvestre at debian.org
+T: x86
+O: Debian
+
+N: Nikola Smiljanic
+E: popizdeh at gmail.com
+T: x86
+O: OpenSUSE, Fedora
+
+N: Brian Cain
+E: brian.cain at gmail.com
+T: x86
+O: SuSE Enterprise, CentOS
+
+N: Bernhard Rosenkränzer
+E: bero at linaro.org
+T: x86
+O: OpenMandriva
+
+N: Dimitry Andric
+E: dimitry at andric.com
+T: x86
+O: FreeBSD
+
+N: Hans Wennborg
+E: hans at chromium.org
+T: x86
+O: Windows
+
+N: Renato Golin
+E: renato.golin at linaro.org
+T: ARM
+O: Linux
+
+N: Diana Picus
+E: diana.picus at linaro.org
+T: AArch64
+O: Linux
+
+N: Vasileios Kalintiris
+E: Vasileios.Kalintiris at imgtec.com
+T: MIPS
+O: Linux


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22624.64861.patch
Type: text/x-patch
Size: 1726 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160721/f62bd49e/attachment.bin>


More information about the llvm-commits mailing list