diff --git a/tools/wa_user_directory/config.yaml b/tools/wa_user_directory/config.yaml index a02f23070804c81428b6fb61e060d5e205a2dbbc..7b9579c58db44b58a12cc8c8c47f5ce68bf31264 100644 --- a/tools/wa_user_directory/config.yaml +++ b/tools/wa_user_directory/config.yaml @@ -11,3 +11,6 @@ max_retries: 0 # If any of the workloads fail during the initialization phase, don't bail out # on the rest of the run bail_on_init_failure: false + +# Default result processors +result_processors: ['csv', 'status']