@@ -170,18 +170,10 @@ jobs:
170
170
run : python3 scripts/run_tests.py --running-type="threads"
171
171
env :
172
172
OMP_NUM_THREADS : 5
173
- - name : Run func tests (threads, num_threads=6)
174
- run : python3 scripts/run_tests.py --running-type="threads"
175
- env :
176
- OMP_NUM_THREADS : 6
177
173
- name : Run func tests (threads, num_threads=7)
178
174
run : python3 scripts/run_tests.py --running-type="threads"
179
175
env :
180
176
OMP_NUM_THREADS : 7
181
- - name : Run func tests (threads, num_threads=8)
182
- run : python3 scripts/run_tests.py --running-type="threads"
183
- env :
184
- OMP_NUM_THREADS : 8
185
177
- name : Run func tests (threads, num_threads=11)
186
178
run : python3 scripts/run_tests.py --running-type="threads"
187
179
env :
@@ -190,14 +182,6 @@ jobs:
190
182
run : python3 scripts/run_tests.py --running-type="threads"
191
183
env :
192
184
OMP_NUM_THREADS : 13
193
- - name : Run func tests (threads, num_threads=15)
194
- run : python3 scripts/run_tests.py --running-type="threads"
195
- env :
196
- OMP_NUM_THREADS : 15
197
- - name : Run func tests (threads, num_threads=16)
198
- run : python3 scripts/run_tests.py --running-type="threads"
199
- env :
200
- OMP_NUM_THREADS : 16
201
185
ubuntu-clang-build :
202
186
needs :
203
187
- clang-format
@@ -338,18 +322,10 @@ jobs:
338
322
run : python3 scripts/run_tests.py --running-type="threads"
339
323
env :
340
324
OMP_NUM_THREADS : 5
341
- - name : Run tests (threads, num_threads=6)
342
- run : python3 scripts/run_tests.py --running-type="threads"
343
- env :
344
- OMP_NUM_THREADS : 6
345
325
- name : Run tests (threads, num_threads=7)
346
326
run : python3 scripts/run_tests.py --running-type="threads"
347
327
env :
348
328
OMP_NUM_THREADS : 7
349
- - name : Run tests (threads, num_threads=8)
350
- run : python3 scripts/run_tests.py --running-type="threads"
351
- env :
352
- OMP_NUM_THREADS : 8
353
329
- name : Run tests (threads, num_threads=11)
354
330
run : python3 scripts/run_tests.py --running-type="threads"
355
331
env :
@@ -358,14 +334,6 @@ jobs:
358
334
run : python3 scripts/run_tests.py --running-type="threads"
359
335
env :
360
336
OMP_NUM_THREADS : 13
361
- - name : Run tests (threads, num_threads=15)
362
- run : python3 scripts/run_tests.py --running-type="threads"
363
- env :
364
- OMP_NUM_THREADS : 15
365
- - name : Run tests (threads, num_threads=16)
366
- run : python3 scripts/run_tests.py --running-type="threads"
367
- env :
368
- OMP_NUM_THREADS : 16
369
337
ubuntu-clang-sanitizer-build :
370
338
needs :
371
339
- ubuntu-clang-build
@@ -508,21 +476,10 @@ jobs:
508
476
env :
509
477
OMP_NUM_THREADS : 5
510
478
ASAN_RUN : 1
511
- - name : Run tests (threads, num_threads=6)
512
- run : python3 scripts/run_tests.py --running-type="threads"
513
- env :
514
- OMP_NUM_THREADS : 6
515
- ASAN_RUN : 1
516
479
- name : Run tests (threads, num_threads=7)
517
480
run : python3 scripts/run_tests.py --running-type="threads"
518
481
env :
519
482
OMP_NUM_THREADS : 7
520
- ASAN_RUN : 1
521
- - name : Run tests (threads, num_threads=8)
522
- run : python3 scripts/run_tests.py --running-type="threads"
523
- env :
524
- OMP_NUM_THREADS : 8
525
- ASAN_RUN : 1
526
483
- name : Run tests (threads, num_threads=11)
527
484
run : python3 scripts/run_tests.py --running-type="threads"
528
485
env :
@@ -532,17 +489,6 @@ jobs:
532
489
run : python3 scripts/run_tests.py --running-type="threads"
533
490
env :
534
491
OMP_NUM_THREADS : 13
535
- ASAN_RUN : 1
536
- - name : Run tests (threads, num_threads=15)
537
- run : python3 scripts/run_tests.py --running-type="threads"
538
- env :
539
- OMP_NUM_THREADS : 15
540
- ASAN_RUN : 1
541
- - name : Run tests (threads, num_threads=16)
542
- run : python3 scripts/run_tests.py --running-type="threads"
543
- env :
544
- OMP_NUM_THREADS : 16
545
- ASAN_RUN : 1
546
492
macos-clang-build :
547
493
needs :
548
494
- clang-format
@@ -673,18 +619,10 @@ jobs:
673
619
run : python3 scripts/run_tests.py --running-type="threads"
674
620
env :
675
621
OMP_NUM_THREADS : 5
676
- - name : Run tests (threads, num_threads=6)
677
- run : python3 scripts/run_tests.py --running-type="threads"
678
- env :
679
- OMP_NUM_THREADS : 6
680
622
- name : Run tests (threads, num_threads=7)
681
623
run : python3 scripts/run_tests.py --running-type="threads"
682
624
env :
683
625
OMP_NUM_THREADS : 7
684
- - name : Run tests (threads, num_threads=8)
685
- run : python3 scripts/run_tests.py --running-type="threads"
686
- env :
687
- OMP_NUM_THREADS : 8
688
626
- name : Run tests (threads, num_threads=11)
689
627
run : python3 scripts/run_tests.py --running-type="threads"
690
628
env :
@@ -693,14 +631,6 @@ jobs:
693
631
run : python3 scripts/run_tests.py --running-type="threads"
694
632
env :
695
633
OMP_NUM_THREADS : 13
696
- - name : Run tests (threads, num_threads=15)
697
- run : python3 scripts/run_tests.py --running-type="threads"
698
- env :
699
- OMP_NUM_THREADS : 15
700
- - name : Run tests (threads, num_threads=16)
701
- run : python3 scripts/run_tests.py --running-type="threads"
702
- env :
703
- OMP_NUM_THREADS : 16
704
634
windows-msvc-build :
705
635
needs :
706
636
- clang-format
@@ -840,18 +770,10 @@ jobs:
840
770
run : python3 scripts/run_tests.py --running-type="threads"
841
771
env :
842
772
OMP_NUM_THREADS : 5
843
- - name : Run tests (threads, num_threads=6)
844
- run : python3 scripts/run_tests.py --running-type="threads"
845
- env :
846
- OMP_NUM_THREADS : 6
847
773
- name : Run tests (threads, num_threads=7)
848
774
run : python3 scripts/run_tests.py --running-type="threads"
849
775
env :
850
776
OMP_NUM_THREADS : 7
851
- - name : Run tests (threads, num_threads=8)
852
- run : python3 scripts/run_tests.py --running-type="threads"
853
- env :
854
- OMP_NUM_THREADS : 8
855
777
- name : Run tests (threads, num_threads=11)
856
778
run : python3 scripts/run_tests.py --running-type="threads"
857
779
env :
@@ -860,14 +782,6 @@ jobs:
860
782
run : python3 scripts/run_tests.py --running-type="threads"
861
783
env :
862
784
OMP_NUM_THREADS : 13
863
- - name : Run tests (threads, num_threads=15)
864
- run : python3 scripts/run_tests.py --running-type="threads"
865
- env :
866
- OMP_NUM_THREADS : 15
867
- - name : Run tests (threads, num_threads=16)
868
- run : python3 scripts/run_tests.py --running-type="threads"
869
- env :
870
- OMP_NUM_THREADS : 16
871
785
windows-clang-build :
872
786
needs :
873
787
- clang-format
@@ -996,21 +910,11 @@ jobs:
996
910
env :
997
911
OMP_NUM_THREADS : 5
998
912
CLANG_BUILD : 1
999
- - name : Run tests (threads, num_threads=6)
1000
- run : python3 scripts/run_tests.py --running-type="threads"
1001
- env :
1002
- OMP_NUM_THREADS : 6
1003
- CLANG_BUILD : 1
1004
913
- name : Run tests (threads, num_threads=7)
1005
914
run : python3 scripts/run_tests.py --running-type="threads"
1006
915
env :
1007
916
OMP_NUM_THREADS : 7
1008
917
CLANG_BUILD : 1
1009
- - name : Run tests (threads, num_threads=8)
1010
- run : python3 scripts/run_tests.py --running-type="threads"
1011
- env :
1012
- OMP_NUM_THREADS : 8
1013
- CLANG_BUILD : 1
1014
918
- name : Run tests (threads, num_threads=11)
1015
919
run : python3 scripts/run_tests.py --running-type="threads"
1016
920
env :
@@ -1021,16 +925,6 @@ jobs:
1021
925
env :
1022
926
OMP_NUM_THREADS : 13
1023
927
CLANG_BUILD : 1
1024
- - name : Run tests (threads, num_threads=15)
1025
- run : python3 scripts/run_tests.py --running-type="threads"
1026
- env :
1027
- OMP_NUM_THREADS : 15
1028
- CLANG_BUILD : 1
1029
- - name : Run tests (threads, num_threads=16)
1030
- run : python3 scripts/run_tests.py --running-type="threads"
1031
- env :
1032
- OMP_NUM_THREADS : 16
1033
- CLANG_BUILD : 1
1034
928
ubuntu-gcc-build-codecov :
1035
929
needs :
1036
930
- ubuntu-gcc-test-extended
0 commit comments