-
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(RHTAPREL-717): use new PipelineRun builder #313
Conversation
4788e34
to
68918a8
Compare
Kudos, SonarCloud Quality Gate passed!
|
68918a8
to
810781f
Compare
810781f
to
2a63441
Compare
f82f7e3
to
bdf97ac
Compare
258814f
to
107752f
Compare
107752f
to
087bc48
Compare
087bc48
to
f868d47
Compare
New changes are detected. LGTM label has been removed. |
/test release-service-e2e |
Blocked by konflux-ci/e2e-tests#1055 |
/retest |
1 similar comment
/retest |
This commit uses the new builder to generate the managed PipelineRun. Signed-off-by: David Moreno García <[email protected]>
f868d47
to
50c7c7b
Compare
|
/retest |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #313 +/- ##
==========================================
- Coverage 85.61% 84.98% -0.63%
==========================================
Files 30 29 -1
Lines 1703 1645 -58
==========================================
- Hits 1458 1398 -60
- Misses 169 170 +1
- Partials 76 77 +1 ☔ View full report in Codecov by Sentry. |
This commit uses the new builder to generate the managed PipelineRun.
Signed-off-by: David Moreno García [email protected]
Depends on #310, #311 and #312