Skip to content

Commit f510c3c

Browse files
fix the category issue
1 parent a69559f commit f510c3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/scripts/check-ut.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,8 @@ def determine_category(ut):
247247
return 'op_transformers'
248248
elif ut == 'test_xpu':
249249
return 'test_xpu'
250+
elif ut == 'xpu_profiling':
251+
return 'xpu_profiling'
250252
elif 'op_ut' in ut:
251253
return 'op_ut'
252254
else:

0 commit comments

Comments
 (0)