-
Notifications
You must be signed in to change notification settings - Fork 465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DNM] test adding slack notification for test summaries #10211
Conversation
/skip-ci testing gha |
Visit the preview URL for this PR (updated for commit 5345d0a): https://gloo-edge--pr10211-jbohanon-test-summar-plmyfbcz.web.app (expires Tue, 05 Nov 2024 14:19:39 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 77c2b86e287749579b7ff9cadb81e099042ef677 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love the output, can we add the job / test name or something?
https://solo-io-corp.slack.com/archives/C0314KESVNV/p1729194404389549
@@ -37,6 +40,7 @@ runs: | |||
shell: bash | |||
run: make go-test | |||
- name: Summarize tests | |||
if: ${{ always() }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh my summarize wasnt always before? woof
/kick-ci |
Description
Notify in slack for failures in the Kubernetes E2E suites. This uses the test summary output previously added and a modified version of the current slack notification script.
Outstanding
I have not had time to sort out why the template env expansion for
<$PARENT_JOB_URL|$PREAMBLE>
is not working, other than that should be about ready.