Skip to content

Commit

Permalink
ci: deactivate blocked slack notifications (#7324)
Browse files Browse the repository at this point in the history
* ci: deactivate blocked slack notifications
* fix: remove cala from pipeline after rebase
  • Loading branch information
openoms authored Jan 9, 2025
1 parent 7dc1092 commit 20c4200
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions ci/pipeline-fragments.lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,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):
Expand Down
6 changes: 0 additions & 6 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,31 +321,25 @@ resources:
- #@ chart_repo_resource(chart)
- #@ testflight_tf_resource(chart)
#@ end
- #@ slack_resource("monitoring")

#@ 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
Expand Down

0 comments on commit 20c4200

Please sign in to comment.