File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,12 @@ local jdks = (import "common.json").jdks;
1313 },
1414 },
1515
16+ jdk15: {
17+ downloads+: {
18+ JAVA_HOME: jdks["oraclejdk15" ],
19+ },
20+ },
21+
1622 deploy: {targets+: ['deploy' ]},
1723 gate: {targets+: ['gate' ]},
1824 postMerge: {targets+: ['post-merge' ]},
Original file line number Diff line number Diff line change @@ -84,6 +84,9 @@ local common = import '../common.jsonnet';
8484 // jdk 11 - windows
8585 graalJs + common.jdk11 + common.gate + common.windows + common.gateTags + {environment+: {TAGS: 'Test262-default' }} + {name: 'js-gate-test262-default-jdk11-windows-amd64' },
8686
87+ // jdk 15 - linux
88+ graalJs + common.jdk15 + common.gate + common.linux + common.gateTags + {environment+: {TAGS: 'default' }} + {name: 'js-gate-default-jdk15-linux-amd64' },
89+
8790 // interop benchmarks
8891 graalJs + common.jdk8 + common.bench + common.x52 + interopJmhBenchmarks + {name: 'js-bench-interop-jmh-jdk8-linux-amd64' },
8992 ],
You can’t perform that action at this time.
0 commit comments