File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ local common = import 'common.jsonnet';
66 // Used to run fewer jobs
77 local debug = false ,
88
9- local overlay = '886aca6f23b314483bf8ff1e6b889d008aa8236a ' ,
9+ local overlay = '367259d543af6784c2d13814449a630460adc676 ' ,
1010
1111 local no_overlay = 'cb733e564850cd37b685fcef6f3c16b59802b22c' ,
1212
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ local common_json = (import "common.json");
2222 deploy: {targets+: ['deploy' ]},
2323 gate: {targets+: ['gate' ]},
2424 postMerge: {targets+: ['post-merge' ]},
25- bench: {targets+: ['bench' , 'post-merge' ]},
25+ bench: {targets+: ['bench' ]},
2626 dailyBench: {targets+: ['bench' , 'daily' ]},
2727 weeklyBench: {targets+: ['bench' , 'weekly' ]},
2828 manualBench: {targets+: ['bench' ]},
@@ -37,6 +37,7 @@ local common_json = (import "common.json");
3737
3838 local common = python3 + {
3939 packages+: {
40+ 'mx' : '5.310.0' ,
4041 'pip:pylint' : '==1.9.3' ,
4142 'pip:ninja_syntax' : '==1.7.2' ,
4243 },
You can’t perform that action at this time.
0 commit comments