Skip to content

Commit 1f7e605

Browse files
committed
fixed broken links of testgrid dashboard
1 parent de2fba8 commit 1f7e605

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

SIDECAR_RELEASE_PROCESS.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The release manager must:
1717
Whenever a new Kubernetes minor version is released, our kubernetes-csi CI jobs
1818
must 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
2121
naming convention `<hostpath-deployment-version>-on-<kubernetes-version>`.
2222

2323
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>`.
9090
1. Submit a PR for README changes, in particular, Compatibility, Feature status,
9191
and any other sections that may need updating.
9292
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,
9494
and that test coverage is adequate for the changes that are going into the release.
9595
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)
9797
1. Make sure that no new PRs have merged in the meantime, and no PRs are in
9898
flight and soon to be merged.
9999
1. 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)
102102
1. 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).
105105
1. 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

121121
The following jobs are triggered after tagging to produce the corresponding
122122
image(s):
123-
https://k8s-testgrid.appspot.com/sig-storage-image-build
123+
https://testgrid.k8s.io/sig-storage-image-build
124124

125125
Clicking on a failed build job opens that job in https://prow.k8s.io. Next to
126126
the job title is a rerun icon (circle with arrow). Clicking it opens a popup

0 commit comments

Comments
 (0)