[libcxx-commits] [PATCH] D138445: [libcxx] Add BOT_OWNERS.txt
David Spickett via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 21 09:11:40 PST 2022
DavidSpickett created this revision.
Herald added a subscriber: arichardson.
Herald added a project: All.
DavidSpickett requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D138445
Files:
libcxx/docs/AddingNewCIJobs.rst
libcxx/utils/ci/BOT_OWNERS.txt
Index: libcxx/utils/ci/BOT_OWNERS.txt
===================================================================
--- /dev/null
+++ 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) and (I) IRC handle. 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
Index: libcxx/docs/AddingNewCIJobs.rst
===================================================================
--- libcxx/docs/AddingNewCIJobs.rst
+++ libcxx/docs/AddingNewCIJobs.rst
@@ -46,6 +46,9 @@
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
====================
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138445.476925.patch
Type: text/x-patch
Size: 1270 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221121/a33cf7f9/attachment.bin>
More information about the libcxx-commits
mailing list