Skip to content

Commit 0f27954

Browse files
Bayarmunkh Davaadorjfacebook-github-bot
authored andcommitted
add oncall annotation for TARGETS files in fbcode based on contbuild information - /data/users/bayarmunkh/target_oncalls_11_pytorch (#1404)
Summary: Pull Request resolved: #1404 This diff adds oncall to Buck TARGETS files in fbcode repository based on their contbuild information. This diff was generated by this command: ./fbcode/ownership/coverage/submit_diff_with_file_oncall_mapping.sh /data/users/bayarmunkh/target_oncalls_14 see more context here: https://fb.workplace.com/groups/fbcode/posts/6551897871513663 and https://fb.workplace.com/groups/fbcode.devx/permalink/3149549092006627/ drop_conflicts Reviewed By: aniketmathur Differential Revision: D52122373 fbshipit-source-id: 7e578330543a3db95dc20ca93b46458ba0c424fa
1 parent 9b09bb0 commit 0f27954

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

profiler/TARGETS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime")
55

6+
oncall("executorch")
7+
68
runtime.python_library(
79
name = "parse_profiler_library",
810
srcs = [

schema/TARGETS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@
33

44
load(":targets.bzl", "define_common_targets")
55

6+
oncall("executorch")
7+
68
define_common_targets()

util/TARGETS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@
33

44
load(":targets.bzl", "define_common_targets")
55

6+
oncall("executorch")
7+
68
define_common_targets()

0 commit comments

Comments
 (0)