summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author David Saff <saff@google.com> 2024-09-24 17:56:07 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2024-09-24 17:56:07 +0000
commitad1e84a2fff50cf50d5d085a11e0788b37b8ae8c (patch)
tree55e22835b33d3ad0328fc3c4c209416999cf64d0
parent86fc0649eb09de879e5dc5f9b3b321d2912eb4b4 (diff)
parent9bdd3f4ee6ba1c0fc9dbc2c74257fbfc6d725dac (diff)
Merge "Create TEST_OWNERS for SystemUI" into main am: 9bdd3f4ee6
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3272137 Change-Id: Ia4a4ae9652fda1913b763e0f37dd0d010f52fdb2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--packages/SystemUI/TEST_OWNERS5
-rw-r--r--packages/SystemUI/multivalentTests/src/com/android/systemui/qs/OWNERS1
-rw-r--r--packages/SystemUI/tests/src/com/android/systemui/biometrics/OWNERS1
-rw-r--r--packages/SystemUI/tests/src/com/android/systemui/statusbar/OWNERS1
-rw-r--r--packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/OWNERS3
5 files changed, 10 insertions, 1 deletions
diff --git a/packages/SystemUI/TEST_OWNERS b/packages/SystemUI/TEST_OWNERS
new file mode 100644
index 000000000000..eadc86e386cb
--- /dev/null
+++ b/packages/SystemUI/TEST_OWNERS
@@ -0,0 +1,5 @@
+# Test maintainers for system UI
+# usernames listed here are able to approve changes to sysui unit tests,
+# for restructuring and test maintenance only
+
+saff@google.com
diff --git a/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/OWNERS b/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/OWNERS
index cd04e82d7816..d3eec977fd53 100644
--- a/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/OWNERS
+++ b/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/OWNERS
@@ -1,3 +1,4 @@
set noparent
include /packages/SystemUI/src/com/android/systemui/qs/OWNERS
+include /packages/SystemUI/TEST_OWNERS
diff --git a/packages/SystemUI/tests/src/com/android/systemui/biometrics/OWNERS b/packages/SystemUI/tests/src/com/android/systemui/biometrics/OWNERS
index 5420c377be39..58ae2b2fa6df 100644
--- a/packages/SystemUI/tests/src/com/android/systemui/biometrics/OWNERS
+++ b/packages/SystemUI/tests/src/com/android/systemui/biometrics/OWNERS
@@ -3,3 +3,4 @@ set noparent
# Bug component: 879035
include /services/core/java/com/android/server/biometrics/OWNERS
beverlyt@google.com
+include /packages/SystemUI/TEST_OWNERS
diff --git a/packages/SystemUI/tests/src/com/android/systemui/statusbar/OWNERS b/packages/SystemUI/tests/src/com/android/systemui/statusbar/OWNERS
index 1c52b8d25347..48a20ddf8ca3 100644
--- a/packages/SystemUI/tests/src/com/android/systemui/statusbar/OWNERS
+++ b/packages/SystemUI/tests/src/com/android/systemui/statusbar/OWNERS
@@ -1,3 +1,4 @@
set noparent
include /packages/SystemUI/src/com/android/systemui/statusbar/OWNERS
+include /packages/SystemUI/TEST_OWNERS
diff --git a/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/OWNERS b/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/OWNERS
index 7f5384d1dbf3..1da700770d4e 100644
--- a/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/OWNERS
+++ b/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/OWNERS
@@ -1,3 +1,4 @@
set noparent
-include /packages/SystemUI/src/com/android/systemui/statusbar/notification/OWNERS \ No newline at end of file
+include /packages/SystemUI/src/com/android/systemui/statusbar/notification/OWNERS
+include /packages/SystemUI/TEST_OWNERS