Skip to content

Commit

Permalink
Temporary restore running notify-gitlab-success in schedule pipelines.
Browse files Browse the repository at this point in the history
  • Loading branch information
levsha authored and marko-k0 committed Jun 26, 2023
1 parent 148e0fa commit 9716c8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gitlab-ci/config/100--finalize--notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ notify-gitlab-success:
extends:
- .ubuntu-cargo-k8s
rules:
# Run on schedule pipelines as several Honeycomb alert rules rely on this.
# TODO(IDX-2856): Disable when alerts will be send from superset.
- if: '$CI_PIPELINE_SOURCE == "schedule"'
when: on_success
# Send a slack notification on rc--* pipeline succees.
# Limit to "push" pipeline source so that GitLab doesn't send spurious alerts for manual or
# scheduled pipelines that developers may create off the rc branch.
Expand Down

0 comments on commit 9716c8a

Please sign in to comment.