-
Notifications
You must be signed in to change notification settings - Fork 582
no-jira: Rename some Installer feature gates #2421
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
no-jira: Rename some Installer feature gates #2421
Conversation
Installer feature gates need to have "Install" in the name so that the proper tests are used for promotion analysis.
Installer feature gates need to have "Install" in the name in order for the promotion test analyzer to select the install tests as a standard.
Installer feature gates should include "install" in the name so that the correct tests are analyzed for feature gate promotion.
|
@patrickdillon: This pull request explicitly references no jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Hello @patrickdillon! Some important instructions when contributing to openshift/api: |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: patrickdillon The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/hold joel suggested I try instead the approach in #2423 |
|
@patrickdillon: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/close |
|
@patrickdillon: Closed this PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
This PR renames a few installer feature gates we are looking to promote soon. Installer feature gates should have "install" in the title so that the test analyzer will analyze install success--not a specific e2e test.. We forgot that convention when creating these feature gates, so we need to rename them.