kubernetes-csi / csi-release-tools

shared build and test files used by kubernetes-csi projects
Apache License 2.0
21 stars 71 forks source link

introduce control variable for non alpha feature gate configuration #196

Closed humblec closed 2 years ago

humblec commented 2 years ago

Some of the CSI components may need to tweak the by default enabled feature gates for latest clusters for their operations. This configuration knob helps them for controlling it.

From this release onwards, a configuration variable called `CSI_PROW_E2E_GATES_LATEST` is available for CSI components to control the feature gate configuration  for latest version of E2E clusters.

Signed-off-by: Humble Chirammal hchiramm@redhat.com

humblec commented 2 years ago

/assign @pohly

humblec commented 2 years ago

Sorry, I keep finding some nits that I missed earlier.

nw!, I too missed those.. hopefully everything is in place now. Thanks @pohly

k8s-ci-robot commented 2 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: humblec, pohly

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: - ~~[OWNERS](https://github.com/kubernetes-csi/csi-release-tools/blob/master/OWNERS)~~ [pohly] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment