Skip to content

Commit

Permalink
Merge pull request #75 from solidusio/waiting-for-dev/remove_slack_no…
Browse files Browse the repository at this point in the history
…tifications

Remove Slack notifications for CI failures
  • Loading branch information
waiting-for-dev authored Feb 10, 2023
2 parents f8309ef + edc3c8a commit 08e840b
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,22 @@ orbs:
# to change this configuration every time a Solidus version is released
# or goes EOL.
solidusio_extensions: solidusio/extensions@volatile
slack: circleci/[email protected]

commands:
notify:
steps:
- slack/notify:
event: fail
template: basic_fail_1
branch_pattern: master

jobs:
run-specs-with-postgres:
executor: solidusio_extensions/postgres
steps:
- solidusio_extensions/run-tests
- notify
run-specs-with-mysql:
executor: solidusio_extensions/mysql
steps:
- solidusio_extensions/run-tests
- notify

workflows:
"Run specs on supported Solidus versions":
jobs:
- run-specs-with-postgres:
context: slack-secrets
- run-specs-with-mysql:
context: slack-secrets
- run-specs-with-postgres
- run-specs-with-mysql
"Weekly run specs against master":
triggers:
- schedule:
Expand All @@ -44,7 +31,5 @@ workflows:
only:
- master
jobs:
- run-specs-with-postgres:
context: slack-secrets
- run-specs-with-mysql:
context: slack-secrets
- run-specs-with-postgres
- run-specs-with-mysql

0 comments on commit 08e840b

Please sign in to comment.