-
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
TEP-0090: Matrix - Update Pipeline
API definition
#4601
Conversation
/lgtm |
While adding documentation for `Matrix`, as proposed in [TEP-0090][tep-0090], found a couple of issues with the existing `Pipelines` documentation. Most important is that the `Pipeline` API definition is missing some fields, see [doc][doc]. This commit has the documentation updates that are not directly related to `Matrix`, but are needed to prepare to add the `Matrix` docs. In this change, we update the `Pipeline` API definition to reflect all the existing fields. We also include other fixes in the `Pipelines` documentation, including removing confusing use of name `parameter` to refer to `field`. [tep-0090]: https://github.com/tektoncd/community/blob/main/teps/0090-matrix.md [doc]: https://github.com/tektoncd/pipeline/blob/62c9b0d861bd2ae01263dfa67ba41fb0fa2bc9a9/docs/pipelines.md#configuring-a-pipeline
e263b61
to
de75481
Compare
- [`name`](#adding-finally-to-the-pipeline) - the name of this `Task` within the context of this `Pipeline`. | ||
- [`taskRef`](#adding-finally-to-the-pipeline) - a reference to a `Task` definition. | ||
- [`taskSpec`](#adding-finally-to-the-pipeline) - a specification of a `Task`. | ||
- [`retries`](#using-the-retries-field) - Specifies the number of times to retry the execution of a `Task` after |
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.
@vdemeester, here is the answer to your question 🤣 finally
does support retries
😄
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.
haha yea, had to test it out to prove we support retries, was confused given our discussion yesterday at pipeline wg 😀
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 you @jerop 👍 we need similar updates to https://github.com/tektoncd/pipeline/blob/main/docs/tasks.md#configuring-a-task 😄
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pritidesai 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 |
/lgtm |
/test pull-tekton-pipeline-alpha-integration-tests |
Changes
While adding documentation for
Matrix
, as proposed in TEP-0090,found a couple of issues with the existing
Pipelines
documentation. Mostimportant is that the
Pipeline
API definition is missing some fields, seedoc. This commit has the documentation updates that are not directly
related to
Matrix
, but are needed to prepare to add theMatrix
docs.In this change, we update the
Pipeline
API definition to reflect all theexisting fields. We also include other fixes in the
Pipelines
documentation,including removing confusing use of name
parameter
to refer tofield
./kind documentation
Issue: #2050
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
Release Notes