Skip to content

Commit

Permalink
Fixed renaissance 0.10 job definition
Browse files Browse the repository at this point in the history
  • Loading branch information
farquet committed Jan 22, 2021
1 parent 6090192 commit 4439600
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions compiler/ci_common/bench.hocon
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,16 @@ bench-renaissance: ${bench-common} ${default-heap} ${renaissance-bench-notificat
timelimit: "3:00:00"
}

bench-renaissance-0-10-0: ${bench-renaissance} {
environment: ${bench-renaissance.environment} {
bench-renaissance-0-10-0: ${bench-common} ${default-heap} ${renaissance-bench-notifications} {
environment: {
SPARK_LOCAL_IP: "127.0.0.1"
RENAISSANCE_VERSION: "0.10.0"
}
targets: [bench, weekly]
run: [
${bench-jvmci.mx-renaissance} ${bench-arguments}
]
timelimit: "3:00:00"
}

bench-renaissance-no-db-shootout: ${bench-renaissance} {
Expand Down

0 comments on commit 4439600

Please sign in to comment.