Skip to content

Commit

Permalink
[GR-24270] Move some jaotc testing from weekly to daily and switch to…
Browse files Browse the repository at this point in the history
… jdk15+b27.

PullRequest: graal/6493
  • Loading branch information
dougxc committed Jun 18, 2020
2 parents aba0cc5 + 5a71d75 commit b7cc42b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"openjdk8": {"name": "openjdk", "version": "8u252+09-jvmci-20.1-b02", "platformspecific": true },
"oraclejdk8Debug": {"name": "oraclejdk", "version": "8u251+08-jvmci-20.1-b02-fastdebug", "platformspecific": true },
"oraclejdk11": {"name": "oraclejdk", "version": "11.0.6+8", "platformspecific": true },
"oraclejdk15": {"name": "oraclejdk", "version": "15+26", "platformspecific": true },
"oraclejdk15": {"name": "oraclejdk", "version": "15+27", "platformspecific": true },
"openjdk11": {"name": "openjdk", "version": "11.0.3+7", "platformspecific": true },
"labsjdk-ce-11": {"name": "labsjdk", "version": "ce-11.0.7+10-jvmci-20.1-b02", "platformspecific": true },
"labsjdk-ee-11": {"name": "labsjdk", "version": "ee-11.0.7+8-jvmci-20.1-b02", "platformspecific": true }
Expand Down
6 changes: 4 additions & 2 deletions compiler/ci_includes/gate_tasks.hocon
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

builds += [
${gateJAOTC} ${oraclejdk15} ${gateLinuxAMD64} {name: "gate-compiler-jaotc-openjdk-15-linux-amd64", timelimit: "30:00"}
${gateJAOTC} ${oraclejdk15} ${gateLinuxAMD64} {name: "weekly-jaotc-openjdk-15-linux-amd64", timelimit: "1:20:00"} ${graalWeekly} {
${gateJAOTC} ${oraclejdk15} ${gateLinuxAMD64} {name: "daily-jaotc-openjdk-15-linux-amd64", timelimit: "1:20:00"} {
environment: {
JAOTC_TEST_GROUP: "weekly"
JAOTC_TEST_GROUP: "daily"
}
targets: [daily]
notify_emails: [ "[email protected]", "[email protected]" ]
}
]
2 changes: 1 addition & 1 deletion compiler/mx.compiler/mx_jaotc.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def jaotc_classpath():
'javac': [jaotc_common_opts],
'modules': [jaotc_common_opts],
},
'weekly': {
'daily': {
'tests': ['graal-jlink', 'java.base'],
'modules': jaotc_common_gc_compressed,
},
Expand Down

0 comments on commit b7cc42b

Please sign in to comment.