From 1f43d3c855fae9d2559e16ffdaccb0ea95bed539 Mon Sep 17 00:00:00 2001 From: openoms Date: Tue, 10 Dec 2024 11:54:39 +0100 Subject: [PATCH] ci: deactivate blocked slack notifications --- ci/pipeline-fragments.lib.yml | 2 -- ci/pipeline.yml | 7 ------- 2 files changed, 9 deletions(-) diff --git a/ci/pipeline-fragments.lib.yml b/ci/pipeline-fragments.lib.yml index e7c7d5b555..4c22085744 100644 --- a/ci/pipeline-fragments.lib.yml +++ b/ci/pipeline-fragments.lib.yml @@ -141,8 +141,6 @@ plan: action: destroy vars: #@ vars get_params: { action: destroy } -- #@ slack_success_notification(deployment) -on_failure: #@ slack_failure_notification(deployment) #@ end #@ def bump_in_deployments_job(chart): diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 875f22180b..311975202e 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -336,37 +336,30 @@ resources: - #@ chart_repo_resource(chart) - #@ testflight_tf_resource(chart) #@ end -- #@ slack_resource("monitoring") #@ for chart in cala_charts: - #@ chart_repo_resource(chart) - #@ testflight_tf_resource(chart) #@ end -- #@ slack_resource("cala") #@ for chart in bitcoin_charts: - #@ chart_repo_resource(chart) - #@ testflight_tf_resource(chart) #@ end -- #@ slack_resource("bitcoin") #@ for chart in addons_charts: - #@ chart_repo_resource(chart) - #@ testflight_tf_resource(chart) #@ end -- #@ slack_resource("addons") - #@ chart_repo_resource("galoy") - #@ testflight_tf_resource("galoy") -- #@ slack_resource("galoy") - #@ chart_repo_resource("stablesats") - #@ testflight_tf_resource("stablesats") -- #@ slack_resource("stablesats") - #@ chart_repo_resource("galoy-deps") - #@ testflight_tf_resource("galoy-deps") -- #@ slack_resource("galoy-deps") - name: charts-repo type: git