Skip to content

Commit fa4f519

Browse files
authored
Merge pull request #1407 from Adaminite/update-appspot-mentions
Update mentions of testgrid dashboard link
2 parents 5dc31a1 + 7d00da0 commit fa4f519

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/release/overlays.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ When it comes to creation of overlays there are no strict rules on how overlays
1010
* Consider a scenario where the existing `stable-master` overlay needs to be changed for a new kubernetes version.
1111
* Update the `deploy/kubernetes/images/prow-stable-sidecar-rc-master` directory with appropriate image versions.
1212
* Update the `deploy/kubernetes/images/prow-stable-sidecar-rc-master` directory. If there are no additional kustomize diff patches to add, no updates are necessary.
13-
* At this stage, validate the changes made to the `prow-stable-sidecar-rc-master` overlay. Ensure the upstream testgrids like [this](https://k8s-testgrid.appspot.com/provider-gcp-compute-persistent-disk-csi-driver) are green, and verify with repository maintainers that downstream test grids (e.g GKE internal prow test grids) are green. Care must be taken to avoid directly making changes to `deploy/kubernetes/base` manifests at this stage, as they may impact existing overlays.
13+
* At this stage, validate the changes made to the `prow-stable-sidecar-rc-master` overlay. Ensure the upstream testgrids like [this](https://testgrid.k8s.io/provider-gcp-compute-persistent-disk-csi-driver) are green, and verify with repository maintainers that downstream test grids (e.g GKE internal prow test grids) are green. Care must be taken to avoid directly making changes to `deploy/kubernetes/base` manifests at this stage, as they may impact existing overlays.
1414

1515
A sample kustomize patch file would look like this:
1616

release-tools/SIDECAR_RELEASE_PROCESS.md

Lines changed: 4 additions & 4 deletions
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,7 +90,7 @@ 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. Make sure that no new PRs have merged in the meantime, and no PRs are in
9696
flight and soon to be merged.
@@ -99,7 +99,7 @@ naming convention `<hostpath-deployment-version>-on-<kubernetes-version>`.
9999
[external-provisioner example](https://github.com/kubernetes-csi/external-provisioner/releases/new)
100100
1. If release was a new major/minor version, create a new `release-<minor>`
101101
branch at that commit.
102-
1. Check [image build status](https://k8s-testgrid.appspot.com/sig-storage-image-build).
102+
1. Check [image build status](https://testgrid.k8s.io/sig-storage-image-build).
103103
1. Promote images from k8s-staging-sig-storage to registry.k8s.io/sig-storage. From
104104
the [k8s image
105105
repo](https://github.com/kubernetes/k8s.io/tree/HEAD/registry.k8s.io/images/k8s-staging-sig-storage),
@@ -118,7 +118,7 @@ naming convention `<hostpath-deployment-version>-on-<kubernetes-version>`.
118118

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

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

0 commit comments

Comments
 (0)