From 80774287e2f86f5f170884898a71610042a19d39 Mon Sep 17 00:00:00 2001 From: Laura Abro Date: Thu, 24 Apr 2025 20:36:53 -0300 Subject: [PATCH] add configuration for calculating max rounds from collection --- worker/orca-agent/tests/config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/worker/orca-agent/tests/config.yaml b/worker/orca-agent/tests/config.yaml index 7e4c848..bb83b38 100644 --- a/worker/orca-agent/tests/config.yaml +++ b/worker/orca-agent/tests/config.yaml @@ -1,6 +1,8 @@ # Test Configuration task_id: "1111" # Task ID from config-task.yml middle_server_url: "http://localhost:3000" +# collection used to determine the max_rounds, if the value is not directly set +rounds_collection: "documentations" # base_port: 5000 # Base port for worker servers # max_rounds: 1 # Maximum number of test rounds