-
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
testgrid should show the new build SHA in upgrade test #3392
Comments
FWIW Gubernator used to show both versions in the metadata at the top, but in some of the job config and test-infra refactoring, it seems like this functionality was lost. |
Update this method to include both versions in the metadata.json, which will result in it getting exposed to both gubernator and testgrid |
/area kubetest |
@fejta which method, |
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/pony sad someday someone will work on this. |
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. |
/remove-lifecycle rotten |
@justaugustus i can try this one if i get some initial guide, like where to start :) |
This was primarily in reference to all of the jobs that now live here: https://testgrid.k8s.io/sig-release-orphaned They are run via kubetest: https://github.com/kubernetes/test-infra/tree/master/kubetest#upgrade-skew-kubemark Testgrid columns are defined in testgrid config.yaml like so: https://github.com/kubernetes/test-infra/blob/master/testgrid/config.md#column-headers So the questions I can't answer off the top of my head and leave to you are:
|
@spiffxp Thanks Aaron, since I'm quite new to the codebase I will ping you at slack to talk more, of course, if you agree on that :) |
until the rest is agreed there's nothing to do in kubetest, this metadata can just as easily come from the (rather broken) upgrade system. |
/remove-lifecycle frozen |
/remove-priority important-soon |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
this is something we still want to do? |
IMHO both versions are under test and I think it's debateable which is primary. |
I don't have bandwidth for this, if nobody else does I guess we can let it age out. This sort of thing remains something the release-team has the power to change if they want, see https://github.com/kubernetes/test-infra/blob/master/testgrid/config.md#column-headers for how to specify what data should appear in what column It just requires the time to figure out how to get the versions you want, and to make sure they end up in metadata.json (or finished.json's metadata object) |
I opened #20650 for another testgrid columne hygiene thing I think the community could help with |
Rotten issues close after 30d of inactivity. Send feedback to sig-contributor-experience at kubernetes/community. |
@fejta-bot: 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. |
e.g., https://k8s-testgrid.appspot.com/1.6-1.7-upgrade
The UI shows the SHA of the old image. It's more useful if the UI instead shows the SHA of the image the cluster is upgraded to, because that's what the release team cares about.
cc @krzyzacy @ixdy
The text was updated successfully, but these errors were encountered: