Skip to content

Commit 64c510a

Browse files
authored
Stop dumping the full release test json to mattermost (#6629)
Task/Issue URL: https://app.asana.com/1/137249556945/project/488551667048375/task/1211111178114856?focus=true ### Description ### Steps to test this PR - [x] Make sure this passed: https://github.com/duckduckgo/Android/actions/runs/17122150272 - [x] Make sure the notification from 👆 looks ok in mattermost Co-authored-by: Craig Russell <[email protected]>
1 parent 139a1f1 commit 64c510a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release_tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,8 @@ jobs:
155155
mattermost-team-id: ${{ secrets.MM_TEAM_ID }}
156156
mattermost-channel-name: ${{ vars.MM_RELEASE_NOTIFY_CHANNEL }}
157157
mattermost-message: |
158-
${{env.emoji_success}} Release ${{ github.event.inputs.app-version }}: Tests for for tag ${{ github.event.inputs.test-tag }} PASSED successfully.
158+
${{env.emoji_success}} Release ${{ github.event.inputs.app-version }}: Tests for tag ${{ github.event.inputs.test-tag }} PASSED successfully.
159159
Console: ${{ steps.release-tests.outputs.MAESTRO_CLOUD_CONSOLE_URL }}
160-
Flow Results: json ${{ steps.release-tests.outputs.MAESTRO_CLOUD_FLOW_RESULTS }}
161160
162161
- name: Notify Mattermost - Maestro Tests FAILURES or ISSUES DETECTED
163162
# Condition: Our script detected 'failure' OR the Maestro action itself reported failure
@@ -171,7 +170,6 @@ jobs:
171170
mattermost-message: |
172171
${{env.emoji_failure}} Release ${{ github.event.inputs.app-version }}: Tests for tag ${{ github.event.inputs.test-tag }} FAILED or encountered issues.
173172
Console: ${{ steps.release-tests.outputs.MAESTRO_CLOUD_CONSOLE_URL }}
174-
Flow Results: json ${{ steps.release-tests.outputs.MAESTRO_CLOUD_FLOW_RESULTS }}
175173
176174
- name: Notify Mattermost - Maestro Tests CANCELED Flows Present (Informational or Warning)
177175
# Condition: Our script detected 'canceled_present' AND no critical 'failure' was found
@@ -186,7 +184,6 @@ jobs:
186184
mattermost-message: |
187185
:warning: Release ${{ github.event.inputs.app-version }}: Some tests for tag ${{ github.event.inputs.test-tag }} were CANCELED. Please review.
188186
Console: ${{ steps.release-tests.outputs.MAESTRO_CLOUD_CONSOLE_URL }}
189-
Flow Results: json ${{ steps.release-tests.outputs.MAESTRO_CLOUD_FLOW_RESULTS }}
190187
191188
- name: Create Asana task when workflow failed
192189
if: ${{ failure() }}

0 commit comments

Comments
 (0)