File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 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):
360360 return "," .join (
361361 ["all" , * [f"-{ x } " for x in util .get_excluded_benchmarks () if x ]]
362362 )
363+ elif benchmarks == "all_and_excluded" :
364+ return "all"
363365 return benchmarks
364366
365367
Original file line number Diff line number Diff line change 3535 fork : python
3636 ref : ${{ needs.determine_head.outputs.commit }}
3737 machine : all
38- benchmarks : all
38+ benchmarks : all_and_excluded
3939 pgo : true
4040 tier2 : false
4141 secrets : inherit
4747 fork : python
4848 ref : ${{ needs.determine_head.outputs.commit }}
4949 machine : all
50- benchmarks : all
50+ benchmarks : all_and_excluded
5151 pgo : true
5252 tier2 : false
5353 jit : true
6060 fork : python
6161 ref : ${{ needs.determine_head.outputs.commit }}
6262 machine : all
63- benchmarks : all
63+ benchmarks : all_and_excluded
6464 pgo : true
6565 tier2 : false
6666 jit : false
You can’t perform that action at this time.
0 commit comments