From 4439600f8b61788b2df9635782b9e5ed0b88b075 Mon Sep 17 00:00:00 2001 From: Francois Farquet Date: Thu, 21 Jan 2021 16:25:04 +0100 Subject: [PATCH] Fixed renaissance 0.10 job definition --- compiler/ci_common/bench.hocon | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/compiler/ci_common/bench.hocon b/compiler/ci_common/bench.hocon index 8a42deb8707c..d839e84476b0 100644 --- a/compiler/ci_common/bench.hocon +++ b/compiler/ci_common/bench.hocon @@ -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} {