Skip to content
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

Propagate labels and annotation early on for PipelineRun #1168

Merged
merged 1 commit into from
Aug 13, 2019

Conversation

vdemeester
Copy link
Member

@vdemeester vdemeester commented Aug 6, 2019

Changes

If a PipelineRun fails on validation, with ReasonInvalidGraph,
ReasonInvalidBindings or ReasonParameterTypeMismatch, the
PipelineRun do not inherit the referenced Pipeline labels and
annotation.

This poses a problem for tools that uses those labels, especially
tekton.dev/pipeline= to filter the PipelineRun for a given
Pipeline.

This commits fixes that by propagating those labels and annotation as
early as it can (aka after making sure the PipelineRef is valid)

Fixes #1160

Signed-off-by: Vincent Demeester vdemeest@redhat.com

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you
review them:

See the contribution guide for more details.

Double check this list of stuff that's easy to miss:

Release Notes

Propagate Pipeline labels to Pipeline as soon as possible, so that they are applied even if there is early validation error during reconcile

@googlebot googlebot added the cla: yes Trying to make the CLA bot happy with ppl from different companies work on one commit label Aug 6, 2019
@tekton-robot tekton-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Aug 6, 2019
@tekton-robot
Copy link
Collaborator

The following is the coverage report on pkg/.
Say /test pull-tekton-pipeline-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/reconciler/v1alpha1/pipelinerun/pipelinerun.go Do not exist 82.4%

@vdemeester
Copy link
Member Author

/hold
I want to add some test 👼

@tekton-robot tekton-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 6, 2019
If a PipelineRun fails on validation, with `ReasonInvalidGraph`,
`ReasonInvalidBindings` or `ReasonParameterTypeMismatch`, the
PipelineRun do not inherit the referenced Pipeline labels and
annotation.

This poses a problem for tools that uses those labels, especially
`tekton.dev/pipeline=` to filter the PipelineRun for a given
Pipeline.

This commits fixes that by propagating those labels and annotation as
early as it can (aka after making sure the PipelineRef is valid)

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
@vdemeester
Copy link
Member Author

/hold cancel
I've added a test 👼 (or more accurately, updated one)

@tekton-robot tekton-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 13, 2019
@vdemeester
Copy link
Member Author

@bobcatfish @dibyom tentatively adding it to 0.6.0 milestone 👼

@vdemeester vdemeester modified the milestone: Pipelines 0.7 🐱 Aug 13, 2019
@tekton-robot
Copy link
Collaborator

The following is the coverage report on pkg/.
Say /test pull-tekton-pipeline-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/reconciler/v1alpha1/pipelinerun/pipelinerun.go Do not exist 82.4%

Copy link
Member

@dibyom dibyom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Aug 13, 2019
@tekton-robot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dibyom, vdemeester

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot merged commit a4e21a3 into tektoncd:master Aug 13, 2019
@vdemeester vdemeester deleted the 1160-labels-early branch August 13, 2019 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cla: yes Trying to make the CLA bot happy with ppl from different companies work on one commit lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid pipelinerun lacks labels
4 participants