Skip to content

Commit cf685a8

Browse files
Prepare release branch
1 parent 2e2b059 commit cf685a8

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 = '586c94f91290a4595d78cc386797344727108d32',
9+
local overlay = '9e952ebb715cbb4f8244a561421657a34dcfe2e7',
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 jdks = (import "common.json").jdks;
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']},
@@ -36,6 +36,7 @@ local jdks = (import "common.json").jdks;
3636

3737
local common = python3 + {
3838
packages+: {
39+
'mx': '5.274.1',
3940
'pip:pylint': '==1.9.3',
4041
'pip:ninja_syntax': '==1.7.2',
4142
},

0 commit comments

Comments
 (0)