Skip to content
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

Merged
merged 1 commit into from
Jun 23, 2022

Conversation

jerop
Copy link
Member

@jerop jerop commented Jun 23, 2022

Changes

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.

/kind misc

Submitter Checklist

As the author of this PR, please check off the items in this checklist:

  • [n/a] Docs included if any changes are user facing
  • [n/a] Tests included if any functionality added or changed
  • Follows the commit message standard
  • Meets the Tekton contributor standards (including
    functionality, content, code)
  • Release notes block below has been filled in (if there are no user facing changes, use release note "NONE")

Release Notes

NONE

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.
@tekton-robot tekton-robot added release-note-none Denotes a PR that doesnt merit a release note. kind/misc Categorizes issue or PR as a miscellaneuous one. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jun 23, 2022
@jerop
Copy link
Member Author

jerop commented Jun 23, 2022

cc @abayer @afrittoli @dibyom please take a look

@abayer
Copy link
Contributor

abayer commented Jun 23, 2022

/approve

I assume that the next step after this merges is to add

        - name: EMBEDDED_STATUS_GATE
          value: "minimal"

...to the env for pull-tekton-pipeline-alpha-integration-tests in prow/config.yaml in Plumbing?

@tekton-robot
Copy link
Collaborator

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 23, 2022
@jerop
Copy link
Member Author

jerop commented Jun 23, 2022

I assume that the next step after this merges is to add

        - name: EMBEDDED_STATUS_GATE
          value: "minimal"

...to the env for pull-tekton-pipeline-alpha-integration-tests in prow/config.yaml in Plumbing?

@abayer exactly, you're spoiling the surprise 😁

@abayer
Copy link
Contributor

abayer commented Jun 23, 2022

heehee. =)

jerop added a commit to jerop/plumbing that referenced this pull request Jun 23, 2022
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.
Copy link
Member

@afrittoli afrittoli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Jun 23, 2022
@tekton-robot tekton-robot merged commit b12907f into tektoncd:main Jun 23, 2022
tekton-robot pushed a commit to tektoncd/plumbing that referenced this pull request Jun 23, 2022
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.
@jerop jerop changed the title Allow setting embedded status feature flag to minimal in tests TEP-0090: Allow setting embedded status feature flag to minimal in tests Jun 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. kind/misc Categorizes issue or PR as a miscellaneuous one. lgtm Indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesnt merit a release note. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants