diff --git a/cluster-autoscaler/FAQ.md b/cluster-autoscaler/FAQ.md index 17b25a0a82..6e9b3494c3 100644 --- a/cluster-autoscaler/FAQ.md +++ b/cluster-autoscaler/FAQ.md @@ -125,8 +125,8 @@ Since version 1.0.0 we consider CA as GA. It means that: * We have enough confidence that it does what it is expected to do. Each commit goes through a big suite of unit tests with more than 75% coverage (on average). We have a series of e2e tests that validate that CA works well on - [GCE](https://k8s-testgrid.appspot.com/sig-autoscaling#gce-autoscaling) - and [GKE](https://k8s-testgrid.appspot.com/sig-autoscaling#gke-autoscaling). + [GCE](https://testgrid.k8s.io/sig-autoscaling#gce-autoscaling) + and [GKE](https://testgrid.k8s.io/sig-autoscaling#gke-autoscaling). Due to the missing testing infrastructure, AWS (or any other cloud provider) compatibility tests are not the part of the standard development or release procedure. However there is a number of AWS users who run CA in their production environment and submit new code, patches and bug reports. diff --git a/vertical-pod-autoscaler/RELEASE.md b/vertical-pod-autoscaler/RELEASE.md index 7ff2862c17..4c3b05a187 100644 --- a/vertical-pod-autoscaler/RELEASE.md +++ b/vertical-pod-autoscaler/RELEASE.md @@ -23,7 +23,7 @@ We use the issue to communicate what is state of the release. ## Update VPA version const 1. [ ] Wait for all VPA changes that will be in the release to merge. -2. [ ] Wait for [the end to end tests](https://k8s-testgrid.appspot.com/sig-autoscaling-vpa) to run with all VPA changes +2. [ ] Wait for [the end to end tests](https://testgrid.k8s.io/sig-autoscaling-vpa) to run with all VPA changes included. To see what code was actually tested, look for `===== last commit =====` entries in the full `build-log.txt` of a given test run.