@@ -17,7 +17,7 @@ The release manager must:
1717Whenever a new Kubernetes minor version is released, our kubernetes-csi CI jobs
1818must be updated.
1919
20- [ Our CI jobs] ( https://k8s- testgrid.appspot.com /sig-storage-csi-ci ) have the
20+ [ Our CI jobs] ( https://testgrid.k8s.io /sig-storage-csi-ci ) have the
2121naming convention ` <hostpath-deployment-version>-on-<kubernetes-version> ` .
2222
23231 . Jobs should be actively monitored to find and fix failures in sidecars and
@@ -90,18 +90,18 @@ naming convention `<hostpath-deployment-version>-on-<kubernetes-version>`.
90901. Submit a PR for README changes, in particular, Compatibility, Feature status,
9191 and any other sections that may need updating.
92921. Check that all [canary CI
93- jobs](https://k8s- testgrid.appspot.com /sig-storage-csi-ci) are passing,
93+ jobs](https://testgrid.k8s.io /sig-storage-csi-ci) are passing,
9494 and that test coverage is adequate for the changes that are going into the release.
95951. Check that the post-\< sidecar\> -push-images builds are succeeding.
96- [Example](https://k8s- testgrid.appspot.com /sig-storage-image-build#post-external-snapshotter-push-images)
96+ [Example](https://testgrid.k8s.io /sig-storage-image-build#post-external-snapshotter-push-images)
97971. Make sure that no new PRs have merged in the meantime, and no PRs are in
9898 flight and soon to be merged.
99991. Create a new release following a previous release as a template. Be sure to select the correct
100100 branch. This requires Github release permissions as required by the prerequisites.
101101 [external-provisioner example](https://github.com/kubernetes-csi/external-provisioner/releases/new)
1021021. If release was a new major/minor version, create a new ` release-< minor> `
103103 branch at that commit.
104- 1. Check [image build status](https://k8s- testgrid.appspot.com /sig-storage-image-build).
104+ 1. Check [image build status](https://testgrid.k8s.io /sig-storage-image-build).
1051051. Promote images from k8s-staging-sig-storage to registry.k8s.io/sig-storage. From
106106 the [k8s image
107107 repo](https://github.com/kubernetes/k8s.io/tree/HEAD/registry.k8s.io/images/k8s-staging-sig-storage),
@@ -120,7 +120,7 @@ naming convention `<hostpath-deployment-version>-on-<kubernetes-version>`.
120120
121121The following jobs are triggered after tagging to produce the corresponding
122122image(s):
123- https://k8s- testgrid.appspot.com /sig-storage-image-build
123+ https://testgrid.k8s.io /sig-storage-image-build
124124
125125Clicking on a failed build job opens that job in https://prow.k8s.io. Next to
126126the job title is a rerun icon (circle with arrow). Clicking it opens a popup
0 commit comments