From 74a2d9aa3e5b5c3aa99111ba4d9eda3bf874e3e1 Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Fri, 27 Jun 2025 09:34:58 -0300 Subject: [PATCH] SIENTIAPDE-1110 Update GITHUB_BRANCH in values.yaml to SIENTIAPDE-1110-criar-testes-e-2-e and remove prepare_activity from worker.py --- scouter/worker/worker.py | 1 - values.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/scouter/worker/worker.py b/scouter/worker/worker.py index 321620a..8ccfa91 100644 --- a/scouter/worker/worker.py +++ b/scouter/worker/worker.py @@ -73,7 +73,6 @@ async def main(): activities.aggregate_data, activities.group_and_hold_data, activities.export_data_to_postgres, - activities.prepare_activity, ] ), Worker( diff --git a/values.yaml b/values.yaml index 67923f8..48db1f1 100644 --- a/values.yaml +++ b/values.yaml @@ -123,7 +123,7 @@ env: - name: GITHUB_REPO_URL value: "git@github.com:Aignosi/sientia-dataops-scouter_temporal.git" - name: GITHUB_BRANCH - value: "main" + value: "SIENTIAPDE-1110-criar-testes-e-2-e" - name: PYTHON_APP value: "scouter.worker.worker"