Skip to content

Commit

Permalink
Move FC SDK build failures to Customer UX bots slack channel (#4127)
Browse files Browse the repository at this point in the history
## Summary

This moves the Financial Connections build failures to the
#connections-customer-ux-bots slack channel, as well as Kris's test
channel.

## Motivation

Better visibility on test failures. 

## Testing

N/a

## Changelog

N/a
  • Loading branch information
mats-stripe authored Oct 15, 2024
1 parent 2834eed commit 90f95a6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,17 @@ workflows:
inputs:
- event_description: iOS E2E tests failing! $BITRISE_BUILD_URL.
- integration_key: $AUX_PAGERDUTY_INTEGRATION_KEY
- slack@3:
is_always_run: true
run_if: .IsBuildFailed
inputs:
- webhook_url: $WEBHOOK_SLACK_CUX_BOTS
- webhook_url_on_error: $WEBHOOK_SLACK_CUX_BOTS
- slack@3:
is_always_run: true
inputs:
- webhook_url: $WEBHOOK_SLACK_CONNECTIONS_MOBILE
- webhook_url_on_error: $WEBHOOK_SLACK_CONNECTIONS_MOBILE
- slack@3:
is_always_run: true
run_if: .IsBuildFailed
Expand Down

0 comments on commit 90f95a6

Please sign in to comment.