Skip to content

Commit 105d85f

Browse files
[GR-25037] Prepare 20.2 release branch.
PullRequest: js/1611
2 parents 7170cfb + da35ec8 commit 105d85f

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 = 'c48d42b13ed07d9bc45ea8cd4d6d6f85c9ff2370',
9+
local overlay = 'a36d8fd53fe9941f8c0f7d598baae49d6ed760c3',
1010

1111
local no_overlay = 'cb733e564850cd37b685fcef6f3c16b59802b22c',
1212

common.jsonnet

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

0 commit comments

Comments
 (0)