Skip to content

Commit

Permalink
Add auto-label rules for Vulkan (#4144)
Browse files Browse the repository at this point in the history
This goes together with pytorch/pytorch#101026
  • Loading branch information
huydhn authored May 11, 2023
1 parent 6b5ea02 commit 69ef709
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions torchci/lib/bot/autoLabelBot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { addLabels, isPyTorchPyTorch } from "./utils";

const titleRegexToLabel: [RegExp, string][] = [
[/rocm/gi, "module: rocm"],
[/vulkan/gi, "module: vulkan"],
[/vulkan/gi, "ciflow/periodic"], // Vulkan tests are run periodically
[/DISABLED\s+test.*\(.*\)/g, "skipped"],
];

Expand Down

1 comment on commit 69ef709

@vercel
Copy link

@vercel vercel bot commented on 69ef709 May 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.