-
Notifications
You must be signed in to change notification settings - Fork 42
feat(stoneintg-1165): resolve pipelineruns from scenario #1092
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
Note that manipulating
|
7acd7d3
to
afa7821
Compare
config/crd/bases/appstudio.redhat.com_integrationtestscenarios.yaml
Outdated
Show resolved
Hide resolved
7615747
to
b69124e
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1092 +/- ##
=======================================
Coverage ? 62.43%
=======================================
Files ? 50
Lines ? 7036
Branches ? 0
=======================================
Hits ? 4393
Misses ? 2235
Partials ? 408 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Support referencing pipelineruns from integrationtestscenario resolver field. Uses Tekton's ResolutionRequest CR to grab remote data then creates PipelineRun in the cluster Signed-off-by: Ryan Cole <[email protected]>
@14rcole how feasible would it be to provide unit test coverage for the On first look, creating a new loader function to handle getting resolutionRequests (which is currently done here) and then using mock loaders to return a |
@dirgim I tried that but we can't import the |
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!
great work @14rcole |
Support referencing pipelineruns from integrationtestscenario resolver field. Uses Tekton's ResolutionRequest CR to grab remote data then creates PipelineRun in the cluster
Maintainers will complete the following section