@@ -145,121 +145,3 @@ jobs:
145145 AZURE_SUBSCRIPTION_ID : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
146146 AZURE_TENANT_ID : ${{ secrets.AZURE_TENANT_ID }}
147147 AZURE_CLIENT_ID : ${{ secrets.AZURE_CLIENT_ID }}
148-
149- test-report-start-backwards-compatibility :
150- name : Test Slack report (Backwards Compatibility)
151- runs-on : ubuntu-22.04
152- permissions :
153- contents : read
154- steps :
155- - name : Checkout
156- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
157-
158- - name : Start
159- uses : ./report-deployment-status-to-slack
160- with :
161- project : $TEST_REPORT_PROJECT
162- environment : EU-QA Cloud
163- slack-channel : bre-alerts-test
164- tag : test-workflow-start
165- event : ' start'
166- commit-sha : $TEST_REPORT_COMMIT_SHA
167- url : https://github.com/bitwarden/gh-actions/actions/runs/${{ github.run_id }}
168- AZURE_KV_CI_SERVICE_PRINCIPAL : ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
169-
170- - name : Success
171- uses : ./report-deployment-status-to-slack
172- with :
173- project : $TEST_REPORT_PROJECT
174- environment : US-QA Cloud
175- slack-channel : bre-alerts-test
176- tag : test-workflow-success
177- event : ' success'
178- commit-sha : $TEST_REPORT_COMMIT_SHA
179- url : https://github.com/bitwarden/gh-actions/actions/runs/${{ github.run_id }}
180- AZURE_KV_CI_SERVICE_PRINCIPAL : ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
181-
182- - name : Failure
183- uses : ./report-deployment-status-to-slack
184- with :
185- project : $TEST_REPORT_PROJECT
186- environment : US-QA Cloud
187- slack-channel : bre-alerts-test
188- tag : test-workflow-failure
189- event : ' failure'
190- commit-sha : $TEST_REPORT_COMMIT_SHA
191- url : https://github.com/bitwarden/gh-actions/actions/runs/${{ github.run_id }}
192- AZURE_KV_CI_SERVICE_PRINCIPAL : ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
193-
194- - name : No Changes
195- uses : ./report-deployment-status-to-slack
196- with :
197- project : $TEST_REPORT_PROJECT
198- environment : EU-QA Cloud
199- slack-channel : bre-alerts-test
200- tag : test-workflow-failure
201- event : ' no-changes'
202- commit-sha : $TEST_REPORT_COMMIT_SHA
203- url : https://github.com/bitwarden/gh-actions/actions/runs/${{ github.run_id }}
204- AZURE_KV_CI_SERVICE_PRINCIPAL : ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
205-
206- test-report-db-migration-backwards-compatibility :
207- name : Test Slack report with different DB migration scenerios (Backwards Compatibility)
208- runs-on : ubuntu-22.04
209- permissions :
210- contents : read
211- steps :
212- - name : Checkout
213- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
214-
215- - name : With DB migration true on main
216- uses : ./report-deployment-status-to-slack
217- with :
218- project : $TEST_REPORT_PROJECT
219- environment : EU-QA Cloud
220- slack-channel : bre-alerts-test
221- tag : main
222- event : ' success'
223- commit-sha : $TEST_REPORT_COMMIT_SHA
224- db_migration_detected : true
225- url : https://github.com/bitwarden/gh-actions/actions/runs/${{ github.run_id }}
226- AZURE_KV_CI_SERVICE_PRINCIPAL : ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
227-
228- - name : With DB migration false on main
229- uses : ./report-deployment-status-to-slack
230- with :
231- project : $TEST_REPORT_PROJECT
232- environment : US-QA Cloud
233- slack-channel : bre-alerts-test
234- tag : main
235- event : ' failure'
236- commit-sha : $TEST_REPORT_COMMIT_SHA
237- db_migration_detected : false
238- url : https://github.com/bitwarden/gh-actions/actions/runs/${{ github.run_id }}
239- AZURE_KV_CI_SERVICE_PRINCIPAL : ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
240-
241- - name : With DB migration true on test branch
242- uses : ./report-deployment-status-to-slack
243- with :
244- project : $TEST_REPORT_PROJECT
245- environment : EU-QA Cloud
246- slack-channel : bre-alerts-test
247- tag : test-branch-failure
248- event : ' failure'
249- commit-sha : $TEST_REPORT_COMMIT_SHA
250- db_migration_detected : false
251- url : https://github.com/bitwarden/gh-actions/actions/runs/${{ github.run_id }}
252- AZURE_KV_CI_SERVICE_PRINCIPAL : ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
253-
254- - name : With DB migration false on test branch
255- uses : ./report-deployment-status-to-slack
256- with :
257- project : $TEST_REPORT_PROJECT
258- environment : US-QA Cloud
259- slack-channel : bre-alerts-test
260- tag : test-branch-success
261- event : ' success'
262- commit-sha : $TEST_REPORT_COMMIT_SHA
263- db_migration_detected : true
264- url : https://github.com/bitwarden/gh-actions/actions/runs/${{ github.run_id }}
265- AZURE_KV_CI_SERVICE_PRINCIPAL : ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
0 commit comments