From 2c9226e6ca537983319abaed987045d40fecaf06 Mon Sep 17 00:00:00 2001 From: Jamie Madill Date: Mon, 4 Oct 2021 16:07:23 -0400 Subject: [PATCH] Add docs on how to request CQ/issue tracker access. Bug: angleproject:3096 Change-Id: I375c19826855ad10d94ae24c8f32a06df93245aa Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3202477 Reviewed-by: Jonah Ryan-Davis Commit-Queue: Jamie Madill --- doc/ContributingCode.md | 1 + doc/TestingAndProcesses.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/doc/ContributingCode.md b/doc/ContributingCode.md index 6af8340e9..0248de921 100644 --- a/doc/ContributingCode.md +++ b/doc/ContributingCode.md @@ -263,6 +263,7 @@ See also: * [Chromium Projects: Contributing Code][Contributing-code] * [depot_tools tutorial][depot-tools-tutorial] * [angle_perftests README][Perftest-README] +* [ANGLE Testing and Processes](TestingAndProcesses.md) [Committer-status]: https://dev.chromium.org/getting-involved/become-a-committer [Contributing-code]: http://www.chromium.org/developers/contributing-code/ diff --git a/doc/TestingAndProcesses.md b/doc/TestingAndProcesses.md index 573a906fb..d2f06d360 100644 --- a/doc/TestingAndProcesses.md +++ b/doc/TestingAndProcesses.md @@ -82,3 +82,19 @@ You have two options for creating a CL to the expectations files: need to change your CL later), which will create a CL. 2. Otherwise please [check out the code](https://chromium.googlesource.com/chromium/src/+/HEAD/docs/get_the_code.md) and [upload a CL](https://chromium.googlesource.com/chromium/src/+/refs/heads/main/docs/contributing.md#Creating-a-change) + +# Requesting access to the Commit Queue and issue tracker + +If you need to request access for a user (or yourself) please ask a project owner to help. Googlers, email +angle-team@google.com. External users, find a couple owners in the [OWNERS](../OWNERS) file and send a +request via email. + +If you are an ANGLE owner and you want to grant a user access: + + * For the Monorail issue tracker, add users via the ["People" administration console][MonorailPeople]. + * For the ANGLE Commit Queue (CQ), grant try-job access via the [Chrome Infra Auth administration console][ChromeAdmin]. + * The admin console also has a separate group for [CQ access][CQAccessAdmin]. + +[MonorailPeople]: https://bugs.chromium.org/p/angleproject/people/list +[ChromeAdmin]: https://chrome-infra-auth.appspot.com/auth/groups/project-angle-tryjob-access +[CQAccessAdmin]: https://chrome-infra-auth.appspot.com/auth/groups/project-angle-committers