Skip to content

Commit 0dadeff

Browse files
committed
[integration] Remove Teams notification in favor of GitHub adaptive cards
1 parent c3965e5 commit 0dadeff

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.circleci/config.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
version: 2.1
33
orbs:
44
slack: circleci/[email protected]
5-
ms-teams: cloudradar-monitoring/[email protected]
65
jobs:
76
ensure_formatting:
87
docker:
@@ -26,9 +25,6 @@ jobs:
2625
branch_pattern: main
2726
event: fail
2827
template: basic_fail_1
29-
- ms-teams/report:
30-
only_on_fail: true
31-
webhook_url: $MS_TEAMS_WEBHOOK_URL
3228
test:
3329
docker:
3430
- image: cimg/python:3.13
@@ -55,9 +51,6 @@ jobs:
5551
branch_pattern: main
5652
event: fail
5753
template: basic_fail_1
58-
- ms-teams/report:
59-
only_on_fail: true
60-
webhook_url: $MS_TEAMS_WEBHOOK_URL
6154
build:
6255
working_directory: ~/openbas-client
6356
docker:
@@ -85,9 +78,6 @@ jobs:
8578
branch_pattern: main
8679
event: fail
8780
template: basic_fail_1
88-
- ms-teams/report:
89-
only_on_fail: true
90-
webhook_url: $MS_TEAMS_WEBHOOK_URL
9181
- persist_to_workspace:
9282
root: ~/openbas-client
9383
paths:
@@ -118,29 +108,20 @@ jobs:
118108
branch_pattern: main
119109
event: fail
120110
template: basic_fail_1
121-
- ms-teams/report:
122-
only_on_fail: true
123-
webhook_url: $MS_TEAMS_WEBHOOK_URL
124111
notify_rolling:
125112
docker:
126113
- image: "cimg/base:stable"
127114
steps:
128115
- slack/notify:
129116
event: pass
130117
template: basic_success_1
131-
- ms-teams/report:
132-
only_on_fail: false
133-
webhook_url: $MS_TEAMS_WEBHOOK_URL
134118
notify:
135119
docker:
136120
- image: "cimg/base:stable"
137121
steps:
138122
- slack/notify:
139123
event: pass
140124
template: basic_success_1
141-
- ms-teams/report:
142-
only_on_fail: false
143-
webhook_url: $MS_TEAMS_WEBHOOK_URL
144125

145126
workflows:
146127
version: 2

0 commit comments

Comments
 (0)