Skip to content

Commit

Permalink
[TEP-0104]: Descope to runtime only
Browse files Browse the repository at this point in the history
This commit updates TEP-0104 to specify that we will implement
Task-level resource requirements for TaskRuns only to start,
and we may consider adding support on Tasks in the future.
  • Loading branch information
lbernick committed Jun 13, 2022
1 parent 22bb865 commit 7bf7943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teps/0104-tasklevel-resource-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ depending on its inputs. In addition, LimitRanges don’t distinguish between Te

### API Changes

Augment the Task API with a "computeResources" field that allows the user to configure the resource requirements
Augment the TaskRun API with a "computeResources" field that allows the user to configure the resource requirements
of a Task. An example TaskRun is as follows.

```
Expand Down

0 comments on commit 7bf7943

Please sign in to comment.