aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShahbaz Youssefi <syoussefi@chromium.org>2023-12-04 22:43:39 -0500
committerAngle LUCI CQ <angle-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-12-06 19:57:14 +0000
commitd788c2c0814efea3959552aeeb9794fbd25b25e1 (patch)
treef13fb2d32c62236678813682ff42a20a3ea0622d
parent6d9f0aee9026e09f667d8d06459b8f25d11c4bc7 (diff)
downloadangle-d788c2c0814efea3959552aeeb9794fbd25b25e1.tar.gz
Remove team members no longer part of the project
Bug: None Change-Id: I66bf34ece50995fdecfab55a2198e9946e9be4cd Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5087208 Auto-Submit: Shahbaz Youssefi <syoussefi@chromium.org> Reviewed-by: Geoff Lang <geofflang@chromium.org> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
-rw-r--r--.clang-format1
-rw-r--r--OWNERS4
-rw-r--r--WATCHLISTS3
-rw-r--r--doc/ContributingCode.md2
-rw-r--r--infra/config/OWNERS1
-rw-r--r--src/libANGLE/capture/OWNERS1
-rw-r--r--src/libANGLE/renderer/gl/OWNERS1
-rw-r--r--src/tests/restricted_traces/OWNERS1
-rw-r--r--tools/flex-bison/README.md2
-rw-r--r--tools/glslang/README.md2
10 files changed, 4 insertions, 14 deletions
diff --git a/.clang-format b/.clang-format
index 9633f2cc83..609edd3da6 100644
--- a/.clang-format
+++ b/.clang-format
@@ -46,7 +46,6 @@ AlignConsecutiveAssignments: true
# Use 2 space negative offset for access modifiers
AccessModifierOffset: -2
-# TODO(jmadill): Decide if we want this on. Doesn't have an "all or none" mode.
AllowShortCaseLabelsOnASingleLine: false
# Useful for spacing out functions in classes
diff --git a/OWNERS b/OWNERS
index ae6b20269b..862f0ada7a 100644
--- a/OWNERS
+++ b/OWNERS
@@ -5,7 +5,6 @@
# @chromium.org email addresses:
geofflang@chromium.org
-jmadill@chromium.org
kbr@chromium.org
syoussefi@chromium.org
ynovikov@chromium.org
@@ -17,12 +16,9 @@ chrisforbes@google.com
cnorthrop@google.com
geofflang@google.com
ianelliott@google.com
-jmadill@google.com
-jonahr@google.com
lpy@google.com
romanl@google.com
solti@google.com
-srisser@google.com
syoussefi@google.com
vantablack@google.com
ynovikov@google.com
diff --git a/WATCHLISTS b/WATCHLISTS
index 47c9803aa7..f0e7d8a3a0 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -19,7 +19,6 @@
# Please keep alphabetical
##############################################################################
'WATCHLISTS': {
- 'vulkan': ['cclao+angleWatchVk@google.com',
- 'jmadill+watch@chromium.org'],
+ 'vulkan': ['cclao+angleWatchVk@google.com'],
},
}
diff --git a/doc/ContributingCode.md b/doc/ContributingCode.md
index db718afd0e..80744a19bc 100644
--- a/doc/ContributingCode.md
+++ b/doc/ContributingCode.md
@@ -56,7 +56,7 @@
* To kick off a try job, use the 'CQ Dry Run' button, or set the Commit-Queue +1 label to trigger
a dry run of the CQ (will not land the change).
* If you are not part of the `angle-committers` group, you will need to either ask to be added or
- ask a member of the group to submit the tryjob for you. Add jmadill or geofflang as a reviewer
+ ask a member of the group to submit the tryjob for you. Add syoussefi or geofflang as a reviewer
for assistance.
* Wait for the bots to report the result on the code review page. The bot results should be
visible in Gerrit as yellow (in-progress), green (passed), or red (failed). This can take up to
diff --git a/infra/config/OWNERS b/infra/config/OWNERS
index a77cf581cc..5953da0cb7 100644
--- a/infra/config/OWNERS
+++ b/infra/config/OWNERS
@@ -1,3 +1,2 @@
geofflang@chromium.org
-jmadill@chromium.org
ynovikov@chromium.org
diff --git a/src/libANGLE/capture/OWNERS b/src/libANGLE/capture/OWNERS
index 787073e2cd..1ab1839530 100644
--- a/src/libANGLE/capture/OWNERS
+++ b/src/libANGLE/capture/OWNERS
@@ -1,2 +1 @@
-jmadill@chromium.org
cnorthrop@google.com
diff --git a/src/libANGLE/renderer/gl/OWNERS b/src/libANGLE/renderer/gl/OWNERS
index f220a7a890..8158660fda 100644
--- a/src/libANGLE/renderer/gl/OWNERS
+++ b/src/libANGLE/renderer/gl/OWNERS
@@ -1,2 +1 @@
geofflang@chromium.org
-jonahr@google.com
diff --git a/src/tests/restricted_traces/OWNERS b/src/tests/restricted_traces/OWNERS
index ea7391a638..1ab1839530 100644
--- a/src/tests/restricted_traces/OWNERS
+++ b/src/tests/restricted_traces/OWNERS
@@ -1,2 +1 @@
cnorthrop@google.com
-jmadill@chromium.org
diff --git a/tools/flex-bison/README.md b/tools/flex-bison/README.md
index fc5979751e..9fc21bab46 100644
--- a/tools/flex-bison/README.md
+++ b/tools/flex-bison/README.md
@@ -17,7 +17,7 @@ simultaneously. Note that we don't currently support Mac for generating the
lexer and parser files. If we do we should add a flex/bison download for Mac
as well.
-Contact jmadill or syoussefi for any help with updating the binaries.
+Contact syoussefi for any help with updating the binaries.
## Updating flex and bison binaries
diff --git a/tools/glslang/README.md b/tools/glslang/README.md
index d3583f24b0..94aa6aa326 100644
--- a/tools/glslang/README.md
+++ b/tools/glslang/README.md
@@ -17,4 +17,4 @@ Please update both Windows and Linux binaries at the same time. Use two CLs. One
for each platform. Note that we don't currently support Mac on Vulkan. If we do
we should add a glslang download for Mac as well.
-Contact jmadill or syoussefi for any help with the validator or updating the binaries.
+Contact syoussefi for any help with the validator or updating the binaries.