From c855ca56d83881ca6ae0a474a79700b63e4f8ea2 Mon Sep 17 00:00:00 2001
From: tm689 <tm689@cam.ac.uk>
Date: Fri, 1 Mar 2024 10:29:00 +0000
Subject: [PATCH] chore: update config to include grouping options

---
 .../coordinator/configs/config_EastAfrica_fc_live.json      | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/tests/test_data/test_deployment/regions/EastAfrica/resources/coordinator/configs/config_EastAfrica_fc_live.json b/tests/test_data/test_deployment/regions/EastAfrica/resources/coordinator/configs/config_EastAfrica_fc_live.json
index aecc5f8..c7ae97d 100644
--- a/tests/test_data/test_deployment/regions/EastAfrica/resources/coordinator/configs/config_EastAfrica_fc_live.json
+++ b/tests/test_data/test_deployment/regions/EastAfrica/resources/coordinator/configs/config_EastAfrica_fc_live.json
@@ -35,8 +35,12 @@
             "WRSIS" : {}
         },
         "Groups" : {
-            "Prod" : ["ODK-server", "kobo-server"]
+            "PROD" : {
+                "Origin" : ["ODK-server", "kobo-server"]
+            }
         },
+        "GroupBy" : ["Origin"],
+        "GroupsToIgnore" : ["ODK-server", "kobo-server", "newODK", "newODK2", "CSV-CAM"],
         "SourcesConfigFilename" : "../../test_data/test_deployment/regions/EastAfrica/resources/wheat_source_generation/configs/config_EastAfrica_mapspam2017.R",
         "SourcesRegionName" : "EastAfrica",
         "pySourcesConfigFilename" : "../../test_data/test_deployment/regions/EastAfrica/resources/source_gen/configs/config_EastAfrica_mapspam2017.json"
-- 
GitLab