-
Notifications
You must be signed in to change notification settings - Fork 125
Test Result Report Notification #459
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
Conversation
✅ Integration test succeeded!Requested by @sunmou99 on commit a0e851c |
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.
- TODO: remove GitHub APP trigger
Not sure that this will be possible - without this, it's not possible for a workflow to trigger another workflow.
_COMMENT_SUFFIX) | ||
github.update_issue_comment(token, issue_number, comment) | ||
else: | ||
# github.delete_label(token, issue_number, _LABEL_SUCCEED) |
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.
How come these (and above) are commented out?
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.
Because we are reusing the same issue, the label logic makes the issue grows longer. Plus, I feel opening/closing issue suggesting the success/failure states.
Anthony and I talked about it during today's sync meeting. He agreed with what we have right now. But, we can definitely make some changes later with feedbacks.
I also updated the design doc When should we create a new Issue (pros and cons). Feel free to throw some comments
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.
This seems mostly okay, I think we'll have to see what issues arise (if any) once this goes in.
Thanks for this change!
github.py
: A utility for GitHub REST APIit_workflow.py
: script which helps to update PR/Issue comments and labels during testing process.Added post-submit check:
github.event.action == 'closed' && github.event.pull_request.merged == true
Created Nightly Test Result Report (repo)
TODO: Nightly Test Result Report for packaged SDK to be defined
TODO: remove GitHub APP trigger