[llvm] [github] Document the process for requesting the CI/CD role (PR #115321)
Louis Dionne via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 7 06:15:45 PST 2024
https://github.com/ldionne created https://github.com/llvm/llvm-project/pull/115321
See https://discourse.llvm.org/t/rfc-proposing-a-new-ci-cd-admin-for-the-project
>From 042382270c14a160470e58fa48f575716e1d823f Mon Sep 17 00:00:00 2001
From: Louis Dionne <ldionne.2 at gmail.com>
Date: Thu, 7 Nov 2024 09:13:52 -0500
Subject: [PATCH] [github] Document the process for requesting the CI/CD role
See https://discourse.llvm.org/t/rfc-proposing-a-new-ci-cd-admin-for-the-project
---
llvm/docs/GitHub.rst | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/llvm/docs/GitHub.rst b/llvm/docs/GitHub.rst
index d785d9da9a7f48..37995969b6df38 100644
--- a/llvm/docs/GitHub.rst
+++ b/llvm/docs/GitHub.rst
@@ -433,3 +433,12 @@ will be created with the specified commits.
If a commit you want to backport does not apply cleanly, you may resolve
the conflicts locally and then create a pull request against the release
branch. Just make sure to add the release milestone to the pull request.
+
+Getting admin access to CI infrastructure
+=========================================
+
+Any individual who is responsible for setting up and/or maintaining CI infrastructure for a LLVM project can
+request to be granted the CI/CD role to the LLVM organization admins. The request can be made by creating
+`a Github issue <https://github.com/llvm/llvm-project/issues/new>`_ and using the ``infrastructure`` label.
+Applicants must include a justification for why the role is being requested. Applications are reviewed on a
+case-by-case basis by the LLVM admins and the role can be revoked at any point as the LLVM admins see fit.
More information about the llvm-commits
mailing list