[libcxx-commits] [libcxx] 75e09ce - [libcxx] Add BOT_OWNERS.txt
David Spickett via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Nov 22 07:41:27 PST 2022
Author: David Spickett
Date: 2022-11-22T15:41:23Z
New Revision: 75e09ce9b3bf2c45d08b0c883af40725a4756de5
URL: https://github.com/llvm/llvm-project/commit/75e09ce9b3bf2c45d08b0c883af40725a4756de5
DIFF: https://github.com/llvm/llvm-project/commit/75e09ce9b3bf2c45d08b0c883af40725a4756de5.diff
LOG: [libcxx] Add BOT_OWNERS.txt
Buildkite doesn't provide a way to list bot owners so currently
we are pinging people on Discord and Phabricator.
Which works ok until that person is on vacation. This file gives us
a place to list multiple people, or group contacts for each bot.
I've stuck to the CODE_OWNERS.txt format because there's no great
reason to change it.
Reviewed By: #libc, EricWF, ldionne
Differential Revision: https://reviews.llvm.org/D138445
Added:
libcxx/utils/ci/BOT_OWNERS.txt
Modified:
libcxx/docs/AddingNewCIJobs.rst
Removed:
################################################################################
diff --git a/libcxx/docs/AddingNewCIJobs.rst b/libcxx/docs/AddingNewCIJobs.rst
index 613929ae14a9c..f9428f85a4574 100644
--- a/libcxx/docs/AddingNewCIJobs.rst
+++ b/libcxx/docs/AddingNewCIJobs.rst
@@ -46,6 +46,9 @@ it's possible to reproduce CI issues locally with ease, understanding of
course that some setups may require access to special hardware that is not
available.
+Finally, add your contact info to ``libcxx/utils/ci/BOT_OWNERS.txt``. This will
+be used to contact you when there are issues with the bot.
+
Testing Your New Job
====================
diff --git a/libcxx/utils/ci/BOT_OWNERS.txt b/libcxx/utils/ci/BOT_OWNERS.txt
new file mode 100644
index 0000000000000..0586f9717b985
--- /dev/null
+++ b/libcxx/utils/ci/BOT_OWNERS.txt
@@ -0,0 +1,13 @@
+This file is a list of the people or groups responsible for ensuring that bots
+are running correctly. They will also deal with platform specific issues that
+cannot be figured out by the community alone.
+
+The list is sorted by surname and formatted to allow easy grepping and
+beautification by scripts. The fields are: name (N), email (E), web-address
+(W), PGP key ID and fingerprint (P), description (D), snail-mail address
+(S), Phabricator handle (H) and IRC handle (I). Each entry should contain at
+least the (N), (E) and (D) fields.
+
+N: Linaro Toolchain Working Group
+E: linaro-toolchain at lists.linaro.org
+D: Armv7, Armv8, AArch64
More information about the libcxx-commits
mailing list