From 983a018a4079d4db75ee547d8e0e59286e6d6f0e Mon Sep 17 00:00:00 2001 From: Nikita Shulga <2453524+malfet@users.noreply.github.com> Date: Fri, 17 Jan 2025 12:26:38 -0800 Subject: [PATCH] Label MPSInductor changes with `ciflow/mps` (#6186) --- torchci/lib/bot/autoLabelBot.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/torchci/lib/bot/autoLabelBot.ts b/torchci/lib/bot/autoLabelBot.ts index c83915676b..f42ca0d3e6 100644 --- a/torchci/lib/bot/autoLabelBot.ts +++ b/torchci/lib/bot/autoLabelBot.ts @@ -150,7 +150,9 @@ const repoSpecificAutoLabels: { [repo: string]: [RegExp, string][] } = { "pytorch/pytorch": [ [/aten\/src\/ATen\/mps/gi, "ciflow/mps"], [/aten\/src\/ATen\/native\/mps/gi, "ciflow/mps"], + [/torch\/_inductor\/codegen\/mps.py/gi, "ciflow/mps"], [/test\/test_mps.py/gi, "ciflow/mps"], + [/test\/inductor\/test_mps_basic.py/gi, "ciflow/mps"], ], "pytorch/fake-test-repo": [[/somefolder/gi, "cool-label"]], };