File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -360,6 +360,8 @@ def select_benchmarks(benchmarks: str):
360
360
return "," .join (
361
361
["all" , * [f"-{ x } " for x in util .get_excluded_benchmarks () if x ]]
362
362
)
363
+ elif benchmarks == "all_and_excluded" :
364
+ return "all"
363
365
return benchmarks
364
366
365
367
Original file line number Diff line number Diff line change 35
35
fork : python
36
36
ref : ${{ needs.determine_head.outputs.commit }}
37
37
machine : all
38
- benchmarks : all
38
+ benchmarks : all_and_excluded
39
39
pgo : true
40
40
tier2 : false
41
41
secrets : inherit
47
47
fork : python
48
48
ref : ${{ needs.determine_head.outputs.commit }}
49
49
machine : all
50
- benchmarks : all
50
+ benchmarks : all_and_excluded
51
51
pgo : true
52
52
tier2 : false
53
53
jit : true
60
60
fork : python
61
61
ref : ${{ needs.determine_head.outputs.commit }}
62
62
machine : all
63
- benchmarks : all
63
+ benchmarks : all_and_excluded
64
64
pgo : true
65
65
tier2 : false
66
66
jit : false
You can’t perform that action at this time.
0 commit comments