-
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-0145] Add CEL field to WhenExpression, and feature flag to guard the field #7247
Conversation
Skipping CI for Draft Pull Request. |
/kind feature |
The following is the coverage report on the affected files.
|
83e5b6c
to
d48d115
Compare
/test pull-tekton-pipeline-unit-tests |
d48d115
to
c98847b
Compare
c98847b
to
0322e41
Compare
0322e41
to
4999539
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
00f70fb
to
145ba47
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
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.
@Yongxuanzhang thanks for breaking down the implementation
Can we please add incremental docs as well, so in this PR we can include docs for the API and feature flag -- and add a note that this is work in progress 🙏🏾
… the field add cel to the WhenExpression, a feature flag enable-cel-in-whenexpression to guard thie new api field. Signed-off-by: Yongxuan Zhang yongxuanzhang@google.com
145ba47
to
e487bfb
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jerop 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 |
/retest |
The failing test: https://prow.tekton.dev/view/gs/tekton-prow/pr-logs/pull/tektoncd_pipeline/7247/pull-tekton-pipeline-alpha-integration-tests/1715445654538424320 |
Yes, I think the content is there, just the ordering is different. This will be very flaky. Fixing now. cc @chengjoey |
/retest |
Changes
This commit is the 2nd PR of TEP-0145 tracking issue is #7244.
This commit adds
CEL
field to theWhenExpression
, a feature flagenable-cel-in-whenexpression
to guard the new api field.Signed-off-by: Yongxuan Zhang yongxuanzhang@google.com
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes