Skip to content

Commit 4530a95

Browse files
committed
Add TWIRIBG1 and TWIRIMD1 to exclude list to prevent runner crash
1 parent df7836d commit 4530a95

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/actions/collect_info/s_getInfo.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@
2929

3030
# Exclude some problems
3131
# 'HS67', 'HS68', 'HS69', 'HS85', 'HS88', 'HS89', 'HS90', 'HS91', 'HS92' are under development and not ready for use
32-
# 'TWIRIBG1' will kill the process if run, so we exclude it
32+
# 'TWIRIBG1', 'TWIRIMD1' will kill the process (memory/CPU exhaustion) if run, so we exclude them
3333
problem_exclude = [
34-
'SPARCO10LS', 'SPARCO10', 'SPARCO11LS', 'SPARCO11', 'SPARCO12LS', 'SPARCO12', 'SPARCO2LS', 'SPARCO2', 'SPARCO3LS', 'SPARCO3', 'SPARCO5LS', 'SPARCO5', 'SPARCO7LS', 'SPARCO7', 'SPARCO8LS', 'SPARCO8', 'SPARCO9LS', 'SPARCO9', 'ROSSIMP3_mp'
34+
'SPARCO10LS', 'SPARCO10', 'SPARCO11LS', 'SPARCO11', 'SPARCO12LS', 'SPARCO12', 'SPARCO2LS', 'SPARCO2', 'SPARCO3LS', 'SPARCO3', 'SPARCO5LS', 'SPARCO5', 'SPARCO7LS', 'SPARCO7', 'SPARCO8LS', 'SPARCO8', 'SPARCO9LS', 'SPARCO9', 'ROSSIMP3_mp',
35+
'TWIRIBG1', 'TWIRIMD1'
3536
]
3637
problem_names = [name for name in problem_names if name not in problem_exclude]
3738

0 commit comments

Comments
 (0)