-
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: Allow setting embedded status feature flag to minimal in tests #5032
Conversation
We recently added support for minimal embedded status, which is gated behind the `embedded-status` feature flag. In this change, we support setting `embedded-status` when running end-to-end tests. It defaults to "full" because this is the current default value for the flag.
cc @abayer @afrittoli @dibyom please take a look |
/approve I assume that the next step after this merges is to add
...to the |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abayer 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 |
@abayer exactly, you're spoiling the surprise 😁 |
heehee. =) |
In tektoncd/pipeline#5032, we added the logic for setting embedded status when running end to end tests. In this change, we set `embedded-status` to `"minimal"` so that we can dogfood the feature alongside other alpha features. This also allows us to run examples with `Matrix` which needs minimal embedded status.
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.
/lgtm
In tektoncd/pipeline#5032, we added the logic for setting embedded status when running end to end tests. In this change, we set `embedded-status` to `"minimal"` so that we can dogfood the feature alongside other alpha features. This also allows us to run examples with `Matrix` which needs minimal embedded status.
Changes
We recently added support for minimal embedded status, which is gated behind the
embedded-status
feature flag. In this change, we support settingembedded-status
when running end-to-end tests. It defaults to "full" because this is the current default value for the flag./kind misc
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
Release Notes