-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Ideas for test extensions improvements #7322
Comments
Note, point 3 of the above list can be addressed via #7562; most specifically, we can make the test extension to not block by default, unless a specific setting exists. |
/triage accepted |
I think in combination with variable discovery this can be more. Essentially treat variables like our regular API types:
3 + 4 only make sense in combination with variable discovery. 1 + 2 would make already sense today. Theoratically 3. + a util which produces the variable schema as YAML would also make sense already today without discovery. We should also allow type-safe access to builtin variables. |
/close |
@fabriziopandini: Closing this issue. In 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/test-infra repository. |
While developing #7288 we collected some ideas for improving test extensions; I'm reporting them here in order to keep track/ trigger discussion on next steps
/area runtime-sdk
/kind feature
The text was updated successfully, but these errors were encountered: