Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: deactivate blocked slack notifications #7324

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions ci/pipeline-fragments.lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
7 changes: 0 additions & 7 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading