-
Notifications
You must be signed in to change notification settings - Fork 42
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
feat(STONEINTG-843): add consoleURL plr to github checkrun #651
Conversation
/retest |
/retest required |
@kasemAlem: The
Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test all |
I think that the commit (and also PR) title shouldn't be marked as Also, the title is currently too long and is failing the gitlint check. |
/retest |
/retest required |
@kasemAlem: The
Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test all |
/test integration-service-e2e |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #651 +/- ##
==========================================
- Coverage 72.74% 72.56% -0.18%
==========================================
Files 46 46
Lines 4590 4615 +25
==========================================
+ Hits 3339 3349 +10
- Misses 900 912 +12
- Partials 351 354 +3 ☔ View full report in Codecov by Sentry. |
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.
LGTM
c5fc3f6
to
2bc9eef
Compare
adding the link of IntegrationTestScenarios plr in console to the github cehckrun and commitstatus Signed-off-by: Kasem Alem <[email protected]>
2bc9eef
to
2dabb6b
Compare
Quality Gate passedIssues Measures |
/retest |
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.
LGTM
Summary: summary, | ||
StartTime: detail.StartTime, | ||
CompletionTime: detail.CompletionTime, | ||
TestPipelineRunName: detail.TestPipelineRunName, |
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.
It looks like you added this in so that you could call FormatPipelineURL
in reporter_github.go
. Why not just add a URL parameter to the report and call FormatPipelineURL
here?
I ask because this is the approach I'm taking in STONEINTG-842. It works, but whatever we do should be the same so I can switch to your approach if there's some advantage to it.
We added new field to github endpoint CheckRun and CommitStatus on the creation :
For more details see STONEINTEG-843
Maintainers will complete the following section