[NoQA] Post slack message when e2e tests fail or a regression has been detected#36004
Conversation
fa2d063 to
5717d3c
Compare
… to #newdot-performance
5717d3c to
31efcb5
Compare
|
@neil-marcellini Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
5e6cb28 to
294142c
Compare
mountiny
left a comment
There was a problem hiding this comment.
@hannojg Just to avoid any regressions with the announce failed workflow wcould you just add this specific call to the e2e tests without refactoring the announce failed workflow.
we do post in other channels like here
App/.github/workflows/platformDeploy.yml
Lines 377 to 423 in 3d79c9c
We can refactor later if this works as expected
|
Yes, updated the PR to use the action directly and not temper with the existing composite action! |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
| cat "./mainResults/Host_Machine_Files/\$WORKING_DIRECTORY/Test spec output.txt" || true | ||
|
|
||
| - name: Announce failed workflow in Slack | ||
| if: ${{ failure() }} |
There was a problem hiding this comment.
In the step above we check the failure like this, does it not matter?
| if: ${{ failure() }} | |
| if: failure() |
There was a problem hiding this comment.
oh, good point the double curly brackets are actually not needed - removed them!
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
|
🚀 Deployed to staging by https://github.com/mountiny in version: 1.4.39-0 🚀
|
|
🚀 Deployed to production by https://github.com/Beamanator in version: 1.4.39-8 🚀
|
Details
Coming from here.
The aim of these changes it to:
Fixed Issues
https://expensify.slack.com/archives/C035J5C9FAP/p1706861462618879
Tests
This is a dev/CI only change, no tests needed.
Offline tests
QA Steps
This is a dev/CI only change, no tests needed.
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)myBool && <MyComponent />.src/languages/*files and using the translation methodWaiting for Copylabel for a copy review on the original GH to get the correct copy.STYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel so the design team can review the changes.ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
This is a dev/CI only change, no screenshots needed.
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop