From bd0d804125bae498e6bf7e1e1bcd61643c60414a Mon Sep 17 00:00:00 2001 From: dberzano Date: Fri, 13 Jun 2014 15:51:50 +0200 Subject: [PATCH] Cloud RelVal more verbose and using temp dirs --- PWGPP/benchmark/benchmark.config.d/50cloud.config.example | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/PWGPP/benchmark/benchmark.config.d/50cloud.config.example b/PWGPP/benchmark/benchmark.config.d/50cloud.config.example index e4a444ce005..9763f4e3696 100644 --- a/PWGPP/benchmark/benchmark.config.d/50cloud.config.example +++ b/PWGPP/benchmark/benchmark.config.d/50cloud.config.example @@ -6,6 +6,12 @@ # Cloud configuration for the ALICE Release Validation. # +# Override benchmark.config: make makeflow more verbose +makeflowOptions="-T condor -d all" + +# Override benchmark.config: use temporary dir instead of output dir in some cases +reconstructInTemporaryDir=1 + # EC2 credentials (must export) export EC2_ACCESS_KEY='your_ec2_access_key' export EC2_SECRET_KEY='your_ec2_secret_key' -- 2.39.3