@@ -17,7 +17,7 @@ The release manager must:
17
17
Whenever a new Kubernetes minor version is released, our kubernetes-csi CI jobs
18
18
must be updated.
19
19
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
21
21
naming convention ` <hostpath-deployment-version>-on-<kubernetes-version> ` .
22
22
23
23
1 . 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>`.
90
90
1. Submit a PR for README changes, in particular, Compatibility, Feature status,
91
91
and any other sections that may need updating.
92
92
1. 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,
94
94
and that test coverage is adequate for the changes that are going into the release.
95
95
1. 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)
97
97
1. Make sure that no new PRs have merged in the meantime, and no PRs are in
98
98
flight and soon to be merged.
99
99
1. Create a new release following a previous release as a template. Be sure to select the correct
100
100
branch. This requires Github release permissions as required by the prerequisites.
101
101
[external-provisioner example](https://github.com/kubernetes-csi/external-provisioner/releases/new)
102
102
1. If release was a new major/minor version, create a new ` release-< minor> `
103
103
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).
105
105
1. Promote images from k8s-staging-sig-storage to registry.k8s.io/sig-storage. From
106
106
the [k8s image
107
107
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>`.
120
120
121
121
The following jobs are triggered after tagging to produce the corresponding
122
122
image(s):
123
- https://k8s- testgrid.appspot.com /sig-storage-image-build
123
+ https://testgrid.k8s.io /sig-storage-image-build
124
124
125
125
Clicking on a failed build job opens that job in https://prow.k8s.io. Next to
126
126
the job title is a rerun icon (circle with arrow). Clicking it opens a popup
0 commit comments