-
Notifications
You must be signed in to change notification settings - Fork 81
Add Support for Tekton Pipeline v1 APIs #762
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
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.
/kind feature
/hold |
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
/test pull-tekton-results-build-tests |
/test pull-tekton-results-unit-tests |
/test pull-tekton-results-integration-tests |
/test pull-tekton-results-build-tests |
The following is the coverage report on the affected files.
|
/test pull-tekton-results-build-tests |
The following is the coverage report on the affected files.
|
/test pull-tekton-results-build-tests |
/test pull-tekton-results-build-tests |
The following is the coverage report on the affected files.
|
/test pull-tekton-results-build-tests |
d8b2903
to
34f2e68
Compare
/test pull-tekton-results-unit-tests |
/test pull-tekton-results-integration-tests |
/test pull-tekton-results-build-tests |
/test pull-tekton-results-go-coverage |
/test pull-tekton-results-unit-tests |
/test pull-tekton-results-integration-tests |
/retest |
Add support for storing PipelineRun and TaskRun objects as v1. These CR are reconciled as v1 version of Pipelines API and then stored in DB as v1. Existing v1beta1 resources are kept as it is. An ability to convert these older record to v1 will be added.
/retest |
The following is the coverage report on the affected files.
|
/retest |
The following is the coverage report on the affected files.
|
/test pull-tekton-results-unit-tests |
2 similar comments
/test pull-tekton-results-unit-tests |
/test pull-tekton-results-unit-tests |
/lgtm |
Changes
Add support for storing PipelineRun and TaskRun objects as v1.
These CRs are reconciled as the v1 version of Pipelines API and then
stored in DB as v1. Existing v1beta1 resources are kept as it is.
An ability to convert these older records to v1 will be added.
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you review them:
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes