-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Make it clear which version of kubetest or kubetest2 is being used #20886
Comments
/help |
cc @amwat |
/assign |
/remove-help |
Changes: 1. Adds version flag for kubetest 2. Adds kubetest version in metadata.json 3. Fixes kubernetes#20886
Changes: 1. Adds version flag for kubetest 2. Adds kubetest version in metadata.json 3. Fixes kubernetes#20886
- Adds version flag for kubetest - Adds kubetest version in metadata.json - Fixes kubernetes#20886
tracked here: kubernetes-sigs/kubetest2#108 |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
/help |
@spiffxp: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed 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. |
/milestone v1.23 |
We still need to add a testgrid column-header in https://github.com/kubernetes/test-infra/blob/master/config/testgrids/default.yaml#L10 (probably we should consider an agnostic name to also cover kubetest2) I also have a PR open to square off the kubetest2 parts kubernetes-sigs/kubetest2#162 |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: 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. |
We may have
deprecated
kubetest, but it's still in use. Whatever we do here should supportkubetest2
or be included inkubetest2
kubernetes/kubernetes#96987 (comment) is an example of confusion over the fact that changes to
kubetest
don't take effect until job configs are updated to a new image (e.g.kubekins
)We could stand to document how changes flow a better. But it might help for troubleshooting if we make it clearer what version of kubetest is being used.
Ideas include:
metadata.json
so it can be displayed as a custom testgrid column (maybe related to Infra-Commit testgrid column missing for pod-utils jobs #20650)The text was updated successfully, but these errors were encountered: