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

Fix default-timeout-minutes from Config Not Being Set Correctly for v1alpha1 #2406

Merged

Conversation

danielhelfand
Copy link
Member

@danielhelfand danielhelfand commented Apr 15, 2020

This pull request is a follow up of #2333 and #2324. #2333 fixed #2324 for v1beta1 PipelineRuns/TaskRuns not having the default-timeout-minutes correctly applied. Unfortunately, this issue will still apply to v1alpha1 PipelineRuns/TaskRuns.

This pull request fixes this issue by applying the same changes from #2333 to v1alpha1 PipelineRun/TaskTun defaults.

Submitter Checklist

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

Release Notes

Fix default-timeout-minutes not being applied to v1alpha1 PipelineRuns/TaskRuns

@googlebot googlebot added the cla: yes Trying to make the CLA bot happy with ppl from different companies work on one commit label Apr 15, 2020
@tekton-robot tekton-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Apr 15, 2020
@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/apis/pipeline/v1alpha1/pipelinerun_defaults.go 93.8% 91.7% -2.1

@tekton-robot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: sbwsg

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 added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 15, 2020
@dibyom
Copy link
Member

dibyom commented Apr 15, 2020

/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Apr 15, 2020
@tekton-robot tekton-robot merged commit a9a8c22 into tektoncd:master Apr 15, 2020
@afrittoli afrittoli added the kind/bug Categorizes issue or PR as related to a bug. label Apr 30, 2020
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 kind/bug Categorizes issue or PR as related to a bug. lgtm Indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

default-timeout-minutes Not Being Applied to PipelineRuns/TaskRuns
5 participants