Skip to content

Commit 04115ce

Browse files
committed
[GR-25354] Add JDK 15 gate.
1 parent a93d811 commit 04115ce

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

common.jsonnet

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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']},

graal-js/ci.jsonnet

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
],

0 commit comments

Comments
 (0)