Skip to content

Commit ecc8a49

Browse files
committed
[GR-22627] Prepare release branch.
PullRequest: js/1467
2 parents ad0e0b1 + 78b1b59 commit ecc8a49

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

ci.jsonnet

Lines changed: 2 additions & 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 = '5895bea89fba3010ba8e7be17cb778c6fad6a6c0',
9+
local overlay = '50e0ff212b9dc5d46f51a25fb0d593f8112b2fa5',
1010

1111
local no_overlay = 'cb733e564850cd37b685fcef6f3c16b59802b22c',
1212

@@ -29,3 +29,4 @@ local common = import 'common.jsonnet';
2929
common.jdk8 + deployBinary + common.deploy + common.postMerge + common.darwin + {name: 'js-deploybinary-darwin-amd64'},
3030
],
3131
}
32+

common.jsonnet

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
deploy: {targets+: ['deploy']},
2020
gate: {targets+: ['gate']},
2121
postMerge: {targets+: ['post-merge']},
22-
bench: {targets+: ['bench', 'post-merge']},
22+
bench: {targets+: ['bench']},
2323
dailyBench: {targets+: ['bench', 'daily']},
2424
weeklyBench: {targets+: ['bench', 'weekly']},
2525
manualBench: {targets+: ['bench']},
@@ -33,6 +33,7 @@
3333

3434
local common = python3 + {
3535
packages+: {
36+
'mx': '5.261.3',
3637
'pip:pylint': '==1.9.3',
3738
'pip:ninja_syntax': '==1.7.2',
3839
},

graal-js/ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ local common = import '../common.jsonnet';
4646

4747
local graalTip = {
4848
setup+: [
49-
['git', 'clone', '--depth', '1', ['mx', 'urlrewrite', 'https://github.com/graalvm/graal.git'], '../../graal'],
49+
['git', 'clone', '--branch', 'release/graal-vm/20.1', '--depth', '1', ['mx', 'urlrewrite', 'https://github.com/graalvm/graal.git'], '../../graal'],
5050
['mx', 'sversions'],
5151
],
5252
timelimit: '30:00',

graal-nodejs/ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ local common = import '../common.jsonnet';
2727

2828
local cloneGraalTip = {
2929
run+: [
30-
['git', 'clone', '--depth', '1', ['mx', 'urlrewrite', 'https://github.com/graalvm/graal.git'], '../../graal'],
30+
['git', 'clone', '--branch', 'release/graal-vm/20.1', '--depth', '1', ['mx', 'urlrewrite', 'https://github.com/graalvm/graal.git'], '../../graal'],
3131
['mx', 'sversions'],
3232
],
3333
},

0 commit comments

Comments
 (0)