Skip to content

Commit fe763b0

Browse files
committed
update once more
--- name: Pull Request about: Propose changes to the codebase title: "Brief description of changes" labels: '' assignees: '' --- ## Description Please include a summary of the change and which issue is fixed or feature is implemented. Please also include relevant motivation and context. List any dependencies that are required for this change. Fixes # (issue) Implements # (issue) ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update - [ ] Refactoring/Code cleanup - [ ] Build/CI/CD related changes - [ ] Other (please describe): ## How Has This Been Tested? Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. - [ ] Test A - [ ] Test B **Test Configuration**: * Firmware version: * Hardware: * Toolchain: * SDK: ## Checklist: - [ ] My code follows the style guidelines of this project (ran `black .`, `isort .`, `flake8 .`) - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published in downstream modules - [ ] I have checked my code and corrected any misspellings ## Screenshots (if applicable) If applicable, add screenshots to help showcase your changes. ## Additional context Add any other context about the PR here.
1 parent 521091f commit fe763b0

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/e2e-smoke-test.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -189,16 +189,16 @@ jobs:
189189
echo " - Within acceptable range: 36%-60%"
190190
fi
191191
192-
- name: Send failure notification to Slack
193-
uses: act10ns/slack@v1
194-
if: failure()
195-
with:
196-
status: failure
197-
message: |
198-
E2E Smoke Test failed
199-
Success Rate: ${{ steps.run_test.outputs.success_rate || 'Unknown' }}
200-
Expected: 36%-60% to pass
201-
Test Exit Code: ${{ steps.run_test.outputs.test_exit_code || 'Unknown' }}
202-
Job: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
203-
env:
204-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
192+
# - name: Send failure notification to Slack
193+
# uses: act10ns/slack@v1
194+
# if: failure()
195+
# with:
196+
# status: failure
197+
# message: |
198+
# E2E Smoke Test failed
199+
# Success Rate: ${{ steps.run_test.outputs.success_rate || 'Unknown' }}
200+
# Expected: 36%-60% to pass
201+
# Test Exit Code: ${{ steps.run_test.outputs.test_exit_code || 'Unknown' }}
202+
# Job: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
203+
# env:
204+
# SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 commit comments

Comments
 (0)