Skip to content

Commit 582e40e

Browse files
committed
[CI] Reduce the number of tests to speed up workflow
1 parent 4f72da0 commit 582e40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_tests_required_pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
config:
3434
- type: 'Check'
35-
excluded_tests: '^.*([5-9]proc|[1-9][0-9]+proc|[5-9]thread|[1-9][0-9]+thread).*$'
35+
excluded_tests: '^.*([3-9]proc|[1-9][0-9]+proc|[3-9]thread|[1-9][0-9]+thread).*$'
3636
excluded_tests_with_labels: 'LARGE_HYBRID'
3737
ctest_args: '-j4 --timeout 1200'
3838

0 commit comments

Comments
 (0)