Skip to content

Commit 3eeeae8

Browse files
[GR-34751] [GR-34814] Move some truffle & espresso testing to 11+.
PullRequest: graal/10575
2 parents 0a427f6 + 204fcec commit 3eeeae8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

espresso/ci_common/common.jsonnet

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ local benchmark_suites = ['dacapo', 'renaissance', 'scala-dacapo'];
128128
jdk17_gate_linux : base.jdk17 + self.gate + self.linux,
129129
jdk17_gate_darwin : base.jdk17 + self.gate + self.darwin,
130130
jdk17_gate_windows : base.jdk17 + self.gate + base.windows_17,
131+
jdk17_daily_linux : base.jdk17 + self.daily + self.linux,
132+
jdk17_daily_darwin : base.jdk17 + self.daily + self.darwin,
133+
jdk17_daily_windows : base.jdk17 + self.daily + base.windows_17,
131134

132135
// shared snippets
133136
eclipse: {

truffle/ci.jsonnet

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
local darwin_amd64 = common["darwin-amd64"],
77
local linux_amd64 = common["linux-amd64"],
88
local windows_amd64 = common["windows-amd64"],
9-
local amd64_jdks = [common.oraclejdk8, common.oraclejdk11, common.oraclejdk17],
109

1110
local truffle_common = {
1211
setup+: [
@@ -116,7 +115,7 @@
116115
linux_amd64 + jdk + simple_tool_maven_project_gate,
117116
linux_amd64 + jdk + simple_language_maven_project_gate,
118117
darwin_amd64 + jdk + truffle_weekly + gate_lite,
119-
] for jdk in amd64_jdks
118+
] for jdk in [common.oraclejdk11, common.oraclejdk17]
120119
]) + [
121120
linux_amd64 + common.oraclejdk8 + truffle_gate + {timelimit: "45:00"},
122121
linux_amd64 + common.oraclejdk11 + truffle_gate + {environment+: {DISABLE_DSL_STATE_BITS_TESTS: "true"}},

0 commit comments

Comments
 (0)