-
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-815): pass RSC to managed pipelinerun #367
Conversation
The utilities added in this commit come from the shared-utils repository. In addition, the RPA already references the new Pipeline struct. Signed-off-by: David Moreno García <[email protected]>
This commit uses the new builder to generate the managed PipelineRun. Signed-off-by: David Moreno García <[email protected]>
Signed-off-by: Johnny Bieren <[email protected]>
Skipping CI for Draft Pull Request. |
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #367 +/- ##
==========================================
+ Coverage 83.92% 84.91% +0.99%
==========================================
Files 30 29 -1
Lines 1959 1564 -395
==========================================
- Hits 1644 1328 -316
+ Misses 244 164 -80
- Partials 71 72 +1 ☔ View full report in Codecov by Sentry. |
PR needs rebase. 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. |
Depends on #313