Skip to content

Commit d8ea2e9

Browse files
committed
[GR-21492] Maintenance of post-merge/daily/weekly jobs.
PullRequest: js/1362
2 parents ab491e1 + af39735 commit d8ea2e9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ci.jsonnet

Lines changed: 2 additions & 2 deletions
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 = 'f7dc6ec145f82f1a3d4a7a31537db24353b30c0a',
9+
local overlay = '60b6cf373a6bac2d0780060c563a4c1c1830c8c0',
1010

1111
local no_overlay = 'cb733e564850cd37b685fcef6f3c16b59802b22c',
1212

@@ -21,7 +21,7 @@ local common = import 'common.jsonnet';
2121
['mx', '-p', 'graal-js', 'deploy-binary-if-master', '--skip-existing', 'graaljs-lafo'],
2222
['mx', '-p', 'graal-nodejs', 'deploy-binary-if-master', '--skip-existing', 'graalnodejs-lafo'],
2323
],
24-
timelimit: '15:00',
24+
timelimit: '30:00',
2525
},
2626

2727
builds: graalJs.builds + graalNodeJs.builds + [

common.jsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
bench: {targets+: ['bench', 'post-merge']},
2424
dailyBench: {targets+: ['bench', 'daily']},
2525
weeklyBench: {targets+: ['bench', 'weekly']},
26+
manualBench: {targets+: ['bench']},
2627
weekly: {targets+: ['weekly']},
2728

2829
local python3 = {

0 commit comments

Comments
 (0)