-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add a comment once e2e finishes #5308
Comments
Isn't it enough just the CI check? |
Maybe 🤔 I am thinking how to do a review properly, once I trigger e2e test on a couple of PRs, I want to get back to these once they finish. Most likely we can disregard this idea. |
Yeah I know, maybe this is more about me, knowing when a new e2e test execution finished, so I can review the result. Sometimes it is hard to keep track. I should probably solve this on my side, the label is an overkill. |
@JorTurFer what would actually help is to get some kind of notification once the e2e run finishes. Now it just updates a comment which is not something that generates notifications. |
Actually, the notification is sent on every comment |
We could try to notify somehow to a slack channel. Could it help? If yes, we have to request the slack channel in kubernetes workspace |
It is not sent on comments updates, or am I mistaken? I am interested in getting a notification once e2e test run finishes. Slack notification is probably an overkill. |
I can see value in a comment post or so indeed |
Modified the proposal to create a new comment, instead of just a label. |
I think we should use the same for starting e2e tests instead of updating the message with test run link given that does not trigger GitHub notification, but it might be just me. |
The comment should mention whether the e2e passed or not, if not, it should also print the failed tests. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
Proposal
In order to be able to tell which e2e test run has passed, we should generate a new comment instead of just adding an emoji to the original comment (the one with
/run-e2e
command). The new comment should quote the original comment so we have a reference.The benefit is, that we get a notification that e2e test run has finished, so we can check the results.
Old Proposal (we don't want to go this direction)
In order to be able to tell which PR is ready for final review/merge, it would be nice if a label (eg
e2e-passed
) could be added to the PR.If the there are additional commits/pushes to the PR, the label should be automatically removed.
The text was updated successfully, but these errors were encountered: