-
Notifications
You must be signed in to change notification settings - Fork 118
<carry>: Enable VolumeAttributesClass tests in tech preview #2305
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
base: master
Are you sure you want to change the base?
Conversation
Skipping CI for Draft Pull Request. |
@jsafrane: the contents of this pull request could not be automatically validated. The following commits could not be validated and must be approved by a top-level approver:
Comment |
/payload-job periodic-ci-openshift-release-master-ci-4.20-e2e-aws-ovn-techpreview |
@jsafrane: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/38540330-356e-11f0-9808-ef0669ebbfd8-0 |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jsafrane The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
openshift-hack/e2e/annotate/rules.go
Outdated
// and they will not run in all other jobs (where the gate is disabled). | ||
"[OCPFeatureGate:VolumeAttributesClass]": { | ||
`\[FeatureGate:VolumeAttributesClass\]`, // Disabled: beta upstream, enabled in OCP TechPreview feature set. | ||
}, |
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.
Annotations are going away relatively soon #2299
You can write something alternatively to mutate the test name like this https://github.com/openshift/kubernetes/blob/master/openshift-hack/cmd/k8s-tests-ext/k8s-tests.go#L110-L114
The tests need VolumeAttributesClass feature gate enabled. Use `[OCPFeatureGate:]` to enable them in TP jobs and disable them in all other jobs.
7a5eb3c
to
a76ac77
Compare
@jsafrane: the contents of this pull request could not be automatically validated. The following commits could not be validated and must be approved by a top-level approver:
Comment |
@jsafrane: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
/hold |
The tests need VolumeAttributesClass feature gate enabled. Use
[OCPFeatureGate:]
to run them in TP jobs and skip them in all other jobs.