From 143d76bd876bd26e5d23fe70c001afc54810f3ee Mon Sep 17 00:00:00 2001 From: Jonathan Idland Olsnes <73334350+Jonathanio123@users.noreply.github.com> Date: Tue, 24 Sep 2024 10:23:27 +0200 Subject: [PATCH] chore(summary): Enable new summary az funcs and disable old ones (#705) - [ ] New feature - [ ] Bug fix - [ ] High impact **Description of work:** **Testing:** - [ ] Can be tested - [ ] Automatic tests created / updated - [ ] Local tests are passing **Checklist:** - [ ] Considered automated tests - [ ] Considered updating specification / documentation - [ ] Considered work items - [ ] Considered security - [ ] Performed developer testing - [x] Checklist finalized / ready for review --- .../Deployment/disabled-functions.json | 9 -------- .../Deployment/disabled-functions.json | 21 ++++++++++++++++++- 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/src/Fusion.Summary.Functions/Deployment/disabled-functions.json b/src/Fusion.Summary.Functions/Deployment/disabled-functions.json index c07e041ff..dc1a983a6 100644 --- a/src/Fusion.Summary.Functions/Deployment/disabled-functions.json +++ b/src/Fusion.Summary.Functions/Deployment/disabled-functions.json @@ -6,25 +6,16 @@ { "environment": "ci", "disabledFunctions": [ - "weekly-department-recipients-sync", - "weekly-department-summary-sender", - "weekly-department-summary-worker" ] }, { "environment": "fqa", "disabledFunctions": [ - "weekly-department-recipients-sync", - "weekly-department-summary-sender", - "weekly-department-summary-worker" ] }, { "environment": "fprd", "disabledFunctions": [ - "weekly-department-recipients-sync", - "weekly-department-summary-sender", - "weekly-department-summary-worker" ] } ] diff --git a/src/backend/function/Fusion.Resources.Functions/Deployment/disabled-functions.json b/src/backend/function/Fusion.Resources.Functions/Deployment/disabled-functions.json index ba258050f..0ffa84289 100644 --- a/src/backend/function/Fusion.Resources.Functions/Deployment/disabled-functions.json +++ b/src/backend/function/Fusion.Resources.Functions/Deployment/disabled-functions.json @@ -1,8 +1,27 @@ [ { "environment": "pr", + "disabledFunctions": [] + }, + { + "environment": "ci", + "disabledFunctions": [ + "scheduled-report-content-Builder-function", + "scheduled-report-timer-trigger-function" + ] + }, + { + "environment": "fqa", + "disabledFunctions": [ + "scheduled-report-content-Builder-function", + "scheduled-report-timer-trigger-function" + ] + }, + { + "environment": "fprd", "disabledFunctions": [ - + "scheduled-report-content-Builder-function", + "scheduled-report-timer-trigger-function" ] } ]