forked from tektoncd/pipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Support Task-level Resources Requirements: Part #1 #1
Closed
austinzhao-go
wants to merge
1
commit into
tep-0104-per-task-resources-requirements
from
tep-0104/backup-before-descope-task
Closed
Support Task-level Resources Requirements: Part #1 #1
austinzhao-go
wants to merge
1
commit into
tep-0104-per-task-resources-requirements
from
tep-0104/backup-before-descope-task
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Required fields and related webhook validations are added to support a user to configure the computing resources per Task/Pod which significantly reduces the over-asked amount configured by the step-level.
austinzhao-go
added a commit
that referenced
this pull request
Jun 16, 2022
Required fields and related webhook validations are added to support a user to configure the computing resources per Task/Pod which significantly reduces the over-asked amount configured by the step-level.
austinzhao-go
force-pushed
the
tep-0104-per-task-resources-requirements
branch
from
June 16, 2022 00:53
58b5fea
to
a274242
Compare
austinzhao-go
added a commit
that referenced
this pull request
Jun 16, 2022
Required fields and related webhook validations are added to support a user to configure compute resources for TaskRun which will significantly reduce the over-asked resources amount configured by the Step-level.
austinzhao-go
force-pushed
the
tep-0104-per-task-resources-requirements
branch
from
June 16, 2022 02:22
a274242
to
3c668a9
Compare
austinzhao-go
added a commit
that referenced
this pull request
Jun 16, 2022
Required fields and related webhook validations are added to support a user to configure compute resources for TaskRun which will significantly reduce the over-asked resources amount configured by the Step-level.
austinzhao-go
force-pushed
the
tep-0104-per-task-resources-requirements
branch
from
June 16, 2022 02:35
3c668a9
to
445529f
Compare
austinzhao-go
added a commit
that referenced
this pull request
Jun 16, 2022
Required fields and related webhook validations are added to support a user to configure compute resources for TaskRun which will significantly reduce the over-asked resources amount configured by the Step-level.
austinzhao-go
force-pushed
the
tep-0104-per-task-resources-requirements
branch
from
June 16, 2022 17:36
445529f
to
9ce0894
Compare
austinzhao-go
added a commit
that referenced
this pull request
Jun 17, 2022
Required fields and related webhook validations are added to support a user to configure compute resources for TaskRun which will significantly reduce the over-asked resources amount configured by the Step-level.
austinzhao-go
force-pushed
the
tep-0104-per-task-resources-requirements
branch
from
June 17, 2022 13:12
9ce0894
to
030d627
Compare
austinzhao-go
added a commit
that referenced
this pull request
Jun 17, 2022
Required fields and related webhook validations are added to support a user to configure compute resources for TaskRun which will significantly reduce the over-asked resources amount configured by the Step-level.
austinzhao-go
force-pushed
the
tep-0104-per-task-resources-requirements
branch
from
June 17, 2022 15:40
030d627
to
e67fb1c
Compare
austinzhao-go
added a commit
that referenced
this pull request
Jun 20, 2022
Required fields and related webhook validations are added to support a user to configure compute resources for TaskRun which will significantly reduce the over-asked resources amount configured by the Step-level.
austinzhao-go
force-pushed
the
tep-0104-per-task-resources-requirements
branch
from
June 20, 2022 12:56
e67fb1c
to
2e80113
Compare
austinzhao-go
added a commit
that referenced
this pull request
Jun 29, 2022
Required fields and related webhook validations are added to support a user to configure compute resources for TaskRun which will significantly reduce the over-asked resources amount configured by the Step-level.
austinzhao-go
added a commit
that referenced
this pull request
Jul 4, 2022
Required fields and related webhook validations are added to support a user to configure the computing resources per Task/Pod which significantly reduces the over-asked amount configured by the step-level.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Required fields and related webhook validations are added to support
a user to configure the computing resources per Task/Pod which significantly
reduces the over-asked amount configured by the step-level.
Changes
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
(if there are no user facing changes, use release note "NONE")
Release Notes