-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add Default TaskRun Workspace Bindings to config-default #2930
Add Default TaskRun Workspace Bindings to config-default #2930
Conversation
3bb9075
to
7b54c26
Compare
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.
Thanks for this! It also tackles the TaskRun portion of #2595
b18a0f6
to
594e525
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
594e525
to
fd7ad67
Compare
The following is the coverage report on the affected files.
|
fd7ad67
to
a934169
Compare
/kind feature |
The following is the coverage report on the affected files.
|
a934169
to
36a7704
Compare
The following is the coverage report on the affected files.
|
36a7704
to
fa5e84d
Compare
The following is the coverage report on the affected files.
|
fa5e84d
to
17d37ce
Compare
The following is the coverage report on the affected files.
|
17d37ce
to
68e2a90
Compare
The following is the coverage report on the affected files.
|
68e2a90
to
a884ebb
Compare
The following is the coverage report on the affected files.
|
160091d
to
1950cbf
Compare
The following is the coverage report on the affected files.
|
afaafae
to
8ceca9b
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
/test pull-tekton-pipeline-build-tests |
I've reviewed the test changes and they look good to me! I'm going to hold off on approving or lgtming the PR since I helped write a bit of it, would be good to get others' 👁️ on it for feedback. |
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.
/meow
In response to this:
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. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbwsg, 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 |
@jerop: 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. |
8ceca9b
to
845a4b4
Compare
The following is the coverage report on the affected files.
|
Currently, users have to completely specify `Workspaces` they don't care about or whose configuration should be entirely in the hands of admins. This PR enables users to specify default `Workspaces` for `TaskRuns`, for example they can use `emptyDir` by default. The `WorkspaceBinding` can be set in the `config-defaults` ConfigMap in `default-task-run-workspace-binding`. Fixes tektoncd#2398 and partially fixes tektoncd#2595.
845a4b4
to
acd42c6
Compare
The following is the coverage report on the affected files.
|
Given that there have been two approvals now I'm going to lgtm it as well. |
/lgtm |
Changes
Currently, users have to completely specify
Workspaces
they don't careabout or whose configuration should be entirely in the hands of admins.
This PR enables users to specify default
Workspaces
forTaskRuns
,for example they can use
emptyDir
by default.The
WorkspaceBinding
can be set in theconfig-defaults
ConfigMapin
default-task-run-workspace-binding
.Fixes #2398 and partially fixes #2595.
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:
cmd
dir, please updatethe release Task to build and release this image.
Reviewer Notes
If API changes are included, additive changes must be approved by at least two OWNERS and backwards incompatible changes must be approved by more than 50% of the OWNERS, and they must first be added in a backwards compatible way.
Release Notes
/cc sbwsg