-
Notifications
You must be signed in to change notification settings - Fork 40
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(KONFLUX-5971): set intg test status in git according to PR bld PLR #981
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #981 +/- ##
=======================================
Coverage ? 64.14%
=======================================
Files ? 49
Lines ? 6253
Branches ? 0
=======================================
Hits ? 4011
Misses ? 1883
Partials ? 359 ☔ View full report in Codecov by Sentry. |
b117872
to
7689637
Compare
/test images |
7689637
to
deb7a4b
Compare
2b728c5
to
e80e2c2
Compare
/retest |
1 similar comment
/retest |
96355e8
to
791a90b
Compare
/retest |
b85d061
to
42f7a42
Compare
Tested on my cluster. the checkRun with pending status is created when build PLR is triggered and then is set to failed when build PLR fails, example checkRun https://github.com/hongweiliu17/devfile-sample-go-basic-1772/pull/2/checks |
/retest |
1 similar comment
/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, nice work!
* set integration tests status to pending when build plr is triggered or retriggered * set integration test status to failed/cancelled when build plr fails * set integration test status to failed/cancelled with failure reason when snapshot is not created to show to users on git provider Signed-off-by: Hongwei Liu<[email protected]>
42f7a42
to
eb907f5
Compare
I am wondering what the lifecycle of the temp snapshot is. Can you describe when is it being removed? Is there a possibility that multiple temp snapshots are being created at once? |
This temp snapshot will not be created. It is just one object to save the labels and annotations. |
/retest |
Signed-off-by: Hongwei Liu[email protected]
Maintainers will complete the following section