Skip to content

Commit 2b4e0df

Browse files
Prepare 21.3 branch
1 parent 35a10cf commit 2b4e0df

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

common.jsonnet

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)