Skip to content

Commit

Permalink
[GR-23732] Lower MaxClasses for weekly CTW execution.
Browse files Browse the repository at this point in the history
PullRequest: graal/6307
  • Loading branch information
dougxc committed May 25, 2020
2 parents 3cd4bda + da2ca59 commit a2c7e6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/ci_common/gate.hocon
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gateCmdSuffix : ["-v", "--kill-with-sigquit", "gate", "--strict-mode", "--extra-vm-argument=-Dgraal.DumpOnError=true -Dgraal.PrintGraphFile=true -Dgraal.PrintBackendCFG=true", "--extra-vm-argument=${EXTRA_VM_ARGS}", "--tags"]
gateCmdSuffix : ["--kill-with-sigquit", "gate", "--strict-mode", "--extra-vm-argument=-Dgraal.DumpOnError=true -Dgraal.PrintGraphFile=true -Dgraal.PrintBackendCFG=true", "--extra-vm-argument=${EXTRA_VM_ARGS}", "--tags"]
gateCmd : ["mx", "--strict-compliance"] ${gateCmdSuffix}

graalWeekly: ${graal-weekly-notifications} {
Expand Down Expand Up @@ -77,7 +77,7 @@ gateTestCTW : {
gateTestCTWWeekly : {
environment : {
# GR-23372
EXTRA_VM_ARGS : "-DCompileTheWorld.MaxClasses=50000"
EXTRA_VM_ARGS : "-DCompileTheWorld.MaxClasses=5000"
}
run : [
# At least one gate build should run without strict
Expand Down

0 comments on commit a2c7e6a

Please sign in to comment.