From e37a51584b05b4ee7ca069981716e4f8a7e19042 Mon Sep 17 00:00:00 2001 From: Ben Mehlow Date: Mon, 8 Dec 2025 12:34:18 -0800 Subject: [PATCH] Annotate oncall for frequent signals Summary: The underlying goal is that all files in fbcode have owners annotated. This file has been identified as defining builds or tests that are frequently used, but don't have an oncall annotation. The purpose of the proper oncall is to ensure that the right people are notified on build or test breakages and that automated codemods (e.g. ai diffs) get proper review by the owners of the file or files. The oncall was determined by looking at other annotations nearby (e.g. the src files, files in the parent folders). Differential Revision: D87476364 --- backends/qualcomm/tests/TARGETS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backends/qualcomm/tests/TARGETS b/backends/qualcomm/tests/TARGETS index d968f954485..8976ed2ffeb 100644 --- a/backends/qualcomm/tests/TARGETS +++ b/backends/qualcomm/tests/TARGETS @@ -2,6 +2,8 @@ load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime") load("@fbcode_macros//build_defs:python_unittest.bzl", "python_unittest") load("@fbsource//xplat/executorch/backends/qualcomm/qnn_version.bzl", "get_qnn_library_version") +oncall("executorch") + runtime.python_library( name = "models", srcs = ["models.py"],