Skip to content

Commit 6e03eae

Browse files
authored
[ez][HUD] Move inductor periodic workflows into its own group (#6495)
Previously they were under periodic, now they're under inductor periodic old <img width="1757" alt="image" src="https://github.com/user-attachments/assets/495b7095-edb0-49cc-89eb-fd2bcaad7910" /> new <img width="1332" alt="image" src="https://github.com/user-attachments/assets/493efac4-4e93-4ae7-a180-6b972a7d557b" />
1 parent 8af14b5 commit 6e03eae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

torchci/lib/JobClassifierUtil.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const GROUP_MEMORY_LEAK_CHECK = "Memory Leak Check";
66
const GROUP_RERUN_DISABLED_TESTS = "Rerun Disabled Tests";
77
const GROUP_UNSTABLE = "Unstable";
88
const GROUP_PERIODIC = "Periodic";
9+
const GROUP_INDUCTOR_PERIODIC = "Inductor Periodic";
910
const GROUP_SLOW = "Slow";
1011
const GROUP_LINT = "Lint";
1112
const GROUP_INDUCTOR = "Inductor";
@@ -44,6 +45,10 @@ export const groups = [
4445
regex: /unstable/,
4546
name: GROUP_UNSTABLE,
4647
},
48+
{
49+
regex: /inductor-periodic/,
50+
name: GROUP_INDUCTOR_PERIODIC,
51+
},
4752
{
4853
regex: /periodic/,
4954
name: GROUP_PERIODIC,
@@ -155,6 +160,7 @@ const HUD_GROUP_SORTING = [
155160
GROUP_SLOW,
156161
GROUP_DOCS,
157162
GROUP_INDUCTOR,
163+
GROUP_INDUCTOR_PERIODIC,
158164
GROUP_ANNOTATIONS_AND_LABELING,
159165
GROUP_OTHER,
160166
GROUP_BINARY_WINDOWS,

0 commit comments

Comments
 (0)