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 = 'c48d42b13ed07d9bc45ea8cd4d6d6f85c9ff2370 ' ,
9+ local overlay = 'a36d8fd53fe9941f8c0f7d598baae49d6ed760c3 ' ,
1010
1111 local no_overlay = 'cb733e564850cd37b685fcef6f3c16b59802b22c' ,
1212
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ local jdks = (import "common.json").jdks;
1616 deploy: {targets+: ['deploy' ]},
1717 gate: {targets+: ['gate' ]},
1818 postMerge: {targets+: ['post-merge' ]},
19- bench: {targets+: ['bench' , 'post-merge' ]},
19+ bench: {targets+: ['bench' ]},
2020 dailyBench: {targets+: ['bench' , 'daily' ]},
2121 weeklyBench: {targets+: ['bench' , 'weekly' ]},
2222 manualBench: {targets+: ['bench' ]},
@@ -30,6 +30,7 @@ local jdks = (import "common.json").jdks;
3030
3131 local common = python3 + {
3232 packages+: {
33+ 'mx' : '5.268.1' ,
3334 'pip:pylint' : '==1.9.3' ,
3435 'pip:ninja_syntax' : '==1.7.2' ,
3536 },
You can’t perform that action at this time.
0 commit comments