Skip to content

Conversation

@JoelSpeed
Copy link
Contributor

This updates the way we look at feature gates to use the new featuregateaccess interface from library-go. This means the decision is now made centrally and not by vendored code in each repository, which will greatly improve the UX for promoting a feature in this repo.

/hold for library-go pin

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Apr 26, 2023
@openshift-ci openshift-ci bot requested review from damdo and elmiko April 26, 2023 16:47
recorder,
)

featureGateAccessor.SetChangeHandler(func(featureChange featuregates.FeatureChange) {
Copy link
Contributor

Choose a reason for hiding this comment

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

you sure it does?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We've been watching and reacting to the feature gate changes since we started this operator, if it couldn't handle the change (eg from nothing to TPNU) then we would have hit issues before no?

@JoelSpeed
Copy link
Contributor Author

/hold

Since this comes so early in the bootstrap process, it relies on the install time feature gate rendering, will need to merge the installer PR before we can merge

@JoelSpeed JoelSpeed force-pushed the update-feature-gate-observation branch 2 times, most recently from 28f6af3 to 2f48abb Compare April 28, 2023 08:53
@JoelSpeed JoelSpeed force-pushed the update-feature-gate-observation branch from 2f48abb to c135301 Compare May 2, 2023 10:42
@JoelSpeed
Copy link
Contributor Author

/hold cancel

I believe prior issues are now resolved

@openshift-ci openshift-ci bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label May 2, 2023
@JoelSpeed JoelSpeed changed the title [OCPCLOUD-2034] Update feature gate observation to use featuregateaccess OCPBUGS-13547: [OCPCLOUD-2034] Update feature gate observation to use featuregateaccess May 11, 2023
@openshift-ci-robot openshift-ci-robot added jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. labels May 11, 2023
@openshift-ci-robot
Copy link

@JoelSpeed: This pull request references Jira Issue OCPBUGS-13547, which is valid. The bug has been moved to the POST state.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.14.0) matches configured target version for branch (4.14.0)
  • bug is in the state New, which is one of the valid states (NEW, ASSIGNED, POST)

Requesting review from QA contact:
/cc @sunzhaohua2

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

This updates the way we look at feature gates to use the new featuregateaccess interface from library-go. This means the decision is now made centrally and not by vendored code in each repository, which will greatly improve the UX for promoting a feature in this repo.

/hold for library-go pin

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/test-infra repository.

@openshift-ci-robot openshift-ci-robot added the bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. label May 11, 2023
@openshift-ci openshift-ci bot requested a review from sunzhaohua2 May 11, 2023 15:35
@JoelSpeed
Copy link
Contributor Author

/approve

@openshift-ci
Copy link
Contributor

openshift-ci bot commented May 11, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: JoelSpeed

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details 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

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 11, 2023
Copy link
Contributor

@elmiko elmiko left a comment

Choose a reason for hiding this comment

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

i'm not super familiar with the featuregate access stuff, but this pr makes sense to me
/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label May 15, 2023
@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD 9241965 and 2 for PR HEAD 805a622 in total

@JoelSpeed
Copy link
Contributor Author

/retest

@openshift-merge-robot openshift-merge-robot merged commit fe83685 into openshift:master May 16, 2023
@openshift-ci-robot
Copy link

@JoelSpeed: Jira Issue OCPBUGS-13547: Some pull requests linked via external trackers have merged:

The following pull requests linked via external trackers have not merged:

These pull request must merge or be unlinked from the Jira bug in order for it to move to the next state. Once unlinked, request a bug refresh with /jira refresh.

Jira Issue OCPBUGS-13547 has not been moved to the MODIFIED state.

Details

In response to this:

This updates the way we look at feature gates to use the new featuregateaccess interface from library-go. This means the decision is now made centrally and not by vendored code in each repository, which will greatly improve the UX for promoting a feature in this repo.

/hold for library-go pin

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/test-infra repository.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented May 16, 2023

@JoelSpeed: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-azure-ovn-ccm-install 805a622 link false /test e2e-azure-ovn-ccm-install
ci/prow/e2e-gcp-ovn-ccm-install 805a622 link false /test e2e-gcp-ovn-ccm-install
ci/prow/e2e-gcp-ovn-techpreview 805a622 link false /test e2e-gcp-ovn-techpreview

Full PR test history. Your PR dashboard.

Details

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/test-infra repository. I understand the commands that are listed here.

This was referenced May 16, 2023
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. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants