Skip to content

Commit 58f2bcd

Browse files
authored
[flakybot] Add xpu in support platforms (#7066)
1 parent fcb3518 commit 58f2bcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

torchci/lib/flakyBot/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export const supportedPlatforms = new Map([
99
["mac", ["module: macos"]],
1010
["macos", ["module: macos"]],
1111
["rocm", ["module: rocm"]],
12+
["xpu", ["module: xpu"]],
1213
["slow", []],
1314
["win", ["module: windows"]],
1415
["windows", ["module: windows"]],

0 commit comments

Comments
 (0)