Skip to content

Commit

Permalink
Increase timelimit of downstream-substratevm gate from 45min to 1h.
Browse files Browse the repository at this point in the history
  • Loading branch information
woess committed Dec 17, 2024
1 parent 1cf6bc7 commit ffdae38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion graal-js/ci.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ local ci = import '../ci.jsonnet';
run+: [
['mx', 'gate', '--all-suites', '--no-warning-as-error', '--strict-mode', '--tags', 'build,${TAGS}'],
],
timelimit: '1:00:00',
},

local interopJmhBenchmarks = common.buildCompiler + {
Expand Down Expand Up @@ -164,7 +165,7 @@ local ci = import '../ci.jsonnet';
promoteToTarget(common.postMerge, [ci.mainGatePlatform]),

// PGO profiles
graalJs + downstreamSubstratevmEE + {environment+: {TAGS: 'pgo_collect_js'}} + {name: 'pgo-profiles', timelimit: '1:00:00'} +
graalJs + downstreamSubstratevmEE + {environment+: {TAGS: 'pgo_collect_js'}} + {name: 'pgo-profiles'} +
promoteToTarget(common.postMerge, [ci.mainGatePlatform]) +
excludePlatforms([common.darwin_amd64]), # Too slow
], defaultTarget=common.weekly),
Expand Down

0 comments on commit ffdae38

Please sign in to comment.