SIENTIAPDE-1151
fix: update GITHUB_BRANCH in values.yaml and ensure error messages are converted to strings in formatters.py for improved notification clarity
This commit is contained in:
@@ -125,7 +125,7 @@ class Formatters(BaseActivity):
|
|||||||
self.send_notification(
|
self.send_notification(
|
||||||
metadata=metadata,
|
metadata=metadata,
|
||||||
notification_id="ORCHESTRATOR_BUILD_TAG_CONFIG_ERROR",
|
notification_id="ORCHESTRATOR_BUILD_TAG_CONFIG_ERROR",
|
||||||
message=e,
|
message=str(e),
|
||||||
block="orchestrator",
|
block="orchestrator",
|
||||||
level=NotificationLevel.ERROR
|
level=NotificationLevel.ERROR
|
||||||
)
|
)
|
||||||
@@ -141,7 +141,7 @@ class Formatters(BaseActivity):
|
|||||||
self.send_notification(
|
self.send_notification(
|
||||||
metadata=metadata,
|
metadata=metadata,
|
||||||
notification_id="ORCHESTRATOR_BUILD_TAG_CONFIG_ERROR",
|
notification_id="ORCHESTRATOR_BUILD_TAG_CONFIG_ERROR",
|
||||||
message=e,
|
message=str(e),
|
||||||
block="orchestrator",
|
block="orchestrator",
|
||||||
level=NotificationLevel.ERROR
|
level=NotificationLevel.ERROR
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -132,7 +132,7 @@ env:
|
|||||||
- name: GITHUB_REPO_URL
|
- name: GITHUB_REPO_URL
|
||||||
value: "git@github.com:Aignosi/sientia-dataops-orchestrator_temporal.git"
|
value: "git@github.com:Aignosi/sientia-dataops-orchestrator_temporal.git"
|
||||||
- name: GITHUB_BRANCH
|
- name: GITHUB_BRANCH
|
||||||
value: "SIENTIAPDE-1163-alterar-dinamica-de-notificacoes-para-usar-o-mongodb-ao-inves-do-kafka"
|
value: "SIENTIAPDE-1151-criar-testes-de-stress"
|
||||||
- name: PYTHON_APP
|
- name: PYTHON_APP
|
||||||
value: "orchestrator.worker.worker"
|
value: "orchestrator.worker.worker"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user