Skip to content

Commit

Permalink
include Pager Duty on pr checks (#3121)
Browse files Browse the repository at this point in the history
  • Loading branch information
g-duval authored Nov 14, 2024
1 parent 3bbb38e commit 41846c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rhcicd/pr_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ buildAndPushToQuay "notifications-connector-drawer"
buildAndPushToQuay "notifications-connector-email"
buildAndPushToQuay "notifications-connector-google-chat"
buildAndPushToQuay "notifications-connector-microsoft-teams"
buildAndPushToQuay "notifications-connector-pagerduty"
buildAndPushToQuay "notifications-connector-servicenow"
buildAndPushToQuay "notifications-connector-slack"
buildAndPushToQuay "notifications-connector-splunk"
Expand All @@ -39,6 +40,7 @@ export EXTRA_DEPLOY_ARGS="""
--set-image-tag notifications-connector-email=${IMAGE_TAG}
--set-image-tag notifications-connector-google-chat=${IMAGE_TAG}
--set-image-tag notifications-connector-microsoft-teams=${IMAGE_TAG}
--set-image-tag notifications-connector-pagerduty=${IMAGE_TAG}
--set-image-tag notifications-connector-servicenow=${IMAGE_TAG}
--set-image-tag notifications-connector-slack=${IMAGE_TAG}
--set-image-tag notifications-connector-splunk=${IMAGE_TAG}
Expand Down

0 comments on commit 41846c3

Please sign in to comment.