File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,11 @@ local ci = import '../ci.jsonnet';
151151 // interop benchmarks
152152 graalJs + common.jdk17 + common.bench + common.x52 + interopJmhBenchmarks + {name: 'js-bench-interop-jmh-jdk17-linux-amd64' },
153153
154- // POST-MERGE - PGO profiles
154+ // POST-MERGE
155+ // PGO profiles
155156 graalJs + common.jdk17 + common.postMerge + common.linux + downstreamSubstratevmEE + {environment+: {TAGS: 'pgo_collect_js' }} + {name: 'js-postmerge-pgo-profiles-jdk17-linux-amd64' },
157+
158+ // js.zone-rules-based-time-zones
159+ graalJs + common.jdk17 + common.postMerge + common.linux + gateTags('zonerulesbasedtimezones' ) + {name: 'js-postmerge-zonerulesbasedtimezones-jdk17-linux-amd64' },
156160 ],
157161}
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ def _graal_js_gate_runner(args, tasks):
8888 'directbytebuffer' : ['-Dpolyglot.js.direct-byte-buffer=true' , 'gate' ],
8989 'cloneuninitialized' : ['-Dpolyglot.js.test-clone-uninitialized=true' , 'gate' ],
9090 'lazytranslation' : ['-Dpolyglot.js.lazy-translation=true' , 'gate' ],
91+ 'zonerulesbasedtimezones' : ['-Dpolyglot.js.zone-rules-based-time-zones=true' , 'gate' ],
9192 'shareengine' : ['gate' , 'shareengine' ],
9293 'latestversion' : ['gate' , 'minesversion=2022' ],
9394 'instrument' : ['gate' , 'instrument' , 'timeoutoverall=1800' ]
You can’t perform that action at this time.
0 commit comments