diff --git a/keps/sig-api-machinery/555-server-side-apply/README.md b/keps/sig-api-machinery/555-server-side-apply/README.md index 468658b1dec..1e5727c3c67 100644 --- a/keps/sig-api-machinery/555-server-side-apply/README.md +++ b/keps/sig-api-machinery/555-server-side-apply/README.md @@ -533,7 +533,7 @@ repo. The integration between that repo and kubernetes/kubernetes will mainly be tested by integration tests in [test/integration/apiserver/apply](https://github.com/kubernetes/kubernetes/tree/master/test/integration/apiserver/apply) and [test/cmd](https://github.com/kubernetes/kubernetes/blob/master/test/cmd/apply.sh), as well as unit tests where applicable. The feature will also be enabled in the -[alpha-features e2e test suite](https://k8s-testgrid.appspot.com/sig-release-master-blocking#gce-cos-master-alpha-features), +[alpha-features e2e test suite](https://testgrid.k8s.io/sig-release-master-blocking#gce-cos-master-alpha-features), which runs every hour and everytime someone types `/test pull-kubernetes-e2e-gce-alpha-features` on a PR. This will ensure that the cluster can still start up and the other endpoints will function normally when the feature is enabled. diff --git a/keps/sig-auth/1205-bound-service-account-tokens/README.md b/keps/sig-auth/1205-bound-service-account-tokens/README.md index cbd37b6dd67..53d65b6f09b 100644 --- a/keps/sig-auth/1205-bound-service-account-tokens/README.md +++ b/keps/sig-auth/1205-bound-service-account-tokens/README.md @@ -540,12 +540,12 @@ are properly reloading tokens by: - [x] Any known bugs fixed - [x] Tests passing - [x] E2E test [ServiceAccounts should mount projected service account - token when requested](https://k8s-testgrid.appspot.com/sig-auth-gce#gce) + token when requested](https://testgrid.k8s.io/sig-auth-gce#gce) - [x] E2E test [ServiceAccounts should set ownership and permission when RunAsUser or FsGroup is - present](https://k8s-testgrid.appspot.com/sig-auth-gce#gce) + present](https://testgrid.k8s.io/sig-auth-gce#gce) - [x] E2E test - [ServiceAccounts should support InClusterConfig with token rotation](https://k8s-testgrid.appspot.com/sig-auth-gce#gce-slow) + [ServiceAccounts should support InClusterConfig with token rotation](https://testgrid.k8s.io/sig-auth-gce#gce-slow) #### RootCAConfigMap @@ -584,7 +584,7 @@ are properly reloading tokens by: * [x] Tests passing - [x] Upgrade test - [sig-auth-serviceaccount-admission-controller-migration](https://k8s-testgrid.appspot.com/sig-auth-gce#upgrade-tests) + [sig-auth-serviceaccount-admission-controller-migration](https://testgrid.k8s.io/sig-auth-gce#upgrade-tests) * [x] TokenRequest/TokenRequestProjection GA @@ -648,7 +648,7 @@ are properly reloading tokens by: * **Were upgrade and rollback tested? Was the upgrade->downgrade->upgrade path tested?** for upgrade, we have set up e2e test running here: - https://k8s-testgrid.appspot.com/sig-auth-gce#upgrade-tests&width=5 + https://testgrid.k8s.io/sig-auth-gce#upgrade-tests&width=5 for downgrade, we have manually tested where a workload continues to authenticate successfully. @@ -752,7 +752,7 @@ some monitoring details). For now, we leave it here. - Mitigations: disable the BoundServiceAccountTokenVolume feature gate in the kube-apiserver and recreate pods. - Diagnostics: "failed to generate token" in kube-apiserver log. - - Testing: [e2e test](https://k8s-testgrid.appspot.com/sig-auth-gce#gce&width=5&include-filter-by-regex=ServiceAccounts%20should%20mount%20projected%20service%20account%20token) + - Testing: [e2e test](https://testgrid.k8s.io/sig-auth-gce#gce&width=5&include-filter-by-regex=ServiceAccounts%20should%20mount%20projected%20service%20account%20token) - failure to create root CA config map @@ -762,7 +762,7 @@ some monitoring details). For now, we leave it here. the kube-apiserver and recreate pods. - Diagnostics: "syncing [namespace]/[configmap name] failed" in kube-controller-manager log. - - Testing: [e2e test](https://k8s-testgrid.appspot.com/sig-auth-gce#gce&width=5&include-filter-by-regex=ServiceAccounts%20should%20guarantee%20kube-root-ca.crt%20exist%20in%20any%20namespace) + - Testing: [e2e test](https://testgrid.k8s.io/sig-auth-gce#gce&width=5&include-filter-by-regex=ServiceAccounts%20should%20guarantee%20kube-root-ca.crt%20exist%20in%20any%20namespace) - kubelet fails to renew token @@ -773,7 +773,7 @@ some monitoring details). For now, we leave it here. the kube-apiserver and recreate pods. - Diagnostics: "token [namespace]/[token name] expired and refresh failed" in kubelet log. - - Testing: [e2e test](https://k8s-testgrid.appspot.com/sig-auth-gce#gce-slow&width=5) + - Testing: [e2e test](https://testgrid.k8s.io/sig-auth-gce#gce-slow&width=5) - workload fails to refresh token from disk diff --git a/keps/sig-cloud-provider/2390-reporting-conformance-test-results-to-testgrid/README.md b/keps/sig-cloud-provider/2390-reporting-conformance-test-results-to-testgrid/README.md index fb433f392b4..80d96cfd8af 100644 --- a/keps/sig-cloud-provider/2390-reporting-conformance-test-results-to-testgrid/README.md +++ b/keps/sig-cloud-provider/2390-reporting-conformance-test-results-to-testgrid/README.md @@ -214,7 +214,7 @@ dashboards: test_group_name: cloud-provider-demo-e2e-conformance-release-v1.10 ``` -Once you've made the following changes, open a PR against the test-infra repo adding the sig testing label (`/sig testing`) and cc'ing @kubernetes/sig-testing-pr-reviews. Once your PR merges you should be able to view your results on https://k8s-testgrid.appspot.com/ which should be ready to be consumed by the necessary stakeholders (sig-release, sig-testing, etc). +Once you've made the following changes, open a PR against the test-infra repo adding the sig testing label (`/sig testing`) and cc'ing @kubernetes/sig-testing-pr-reviews. Once your PR merges you should be able to view your results on https://testgrid.k8s.io/ which should be ready to be consumed by the necessary stakeholders (sig-release, sig-testing, etc). #### Lifecycle of Test Results diff --git a/keps/sig-cloud-provider/2392-cloud-controller-manager/README.md b/keps/sig-cloud-provider/2392-cloud-controller-manager/README.md index 50e3570392f..cad664ca24c 100644 --- a/keps/sig-cloud-provider/2392-cloud-controller-manager/README.md +++ b/keps/sig-cloud-provider/2392-cloud-controller-manager/README.md @@ -243,7 +243,7 @@ such that these binaries can be installed via `kubectl apply -f` and the appropr running. Issues such as monitoring, configuring the new binaries will generally be left to cloud provider. However they should -ensure that test runs upload the logs for these new processes to [test grid](https://k8s-testgrid.appspot.com/). +ensure that test runs upload the logs for these new processes to [test grid](https://testgrid.k8s.io/). Applying the cloud controller manager is the only step that is different in the upgrade process. In order to complete the upgrade process, you need to apply the cloud-controller-manager deployment to the setup. diff --git a/keps/sig-cloud-provider/providers/2530-alibaba-cloud/README.md b/keps/sig-cloud-provider/providers/2530-alibaba-cloud/README.md index 3618eed2504..91cf97fe8b9 100644 --- a/keps/sig-cloud-provider/providers/2530-alibaba-cloud/README.md +++ b/keps/sig-cloud-provider/providers/2530-alibaba-cloud/README.md @@ -66,7 +66,7 @@ Usage of aliyun container services can be seen from github issues in the existin ### Testgrid Integration Alibaba cloud provider is reporting conformance test results to TestGrid as per the [Reporting Conformance Test Results to Testgrid KEP](https://github.com/kubernetes/enhancements/blob/master/keps/sig-cloud-provider/0018-testgrid-conformance-e2e.md). - See [report](https://k8s-testgrid.appspot.com/conformance-alibaba-cloud-provider#Alibaba%20Cloud%20Provider,%20v1.10) for more details. + See [report](https://testgrid.k8s.io/conformance-alibaba-cloud-provider#Alibaba%20Cloud%20Provider,%20v1.10) for more details. ### CNCF Certified Kubernetes Alibaba cloud provider is accepted as part of the [Certified Kubernetes Conformance Program](https://github.com/cncf/k8s-conformance). diff --git a/keps/sig-cloud-provider/providers/2531-baidu-cloud/README.md b/keps/sig-cloud-provider/providers/2531-baidu-cloud/README.md index a1d1e4320e7..5c0375b4a88 100644 --- a/keps/sig-cloud-provider/providers/2531-baidu-cloud/README.md +++ b/keps/sig-cloud-provider/providers/2531-baidu-cloud/README.md @@ -60,7 +60,7 @@ CCE-ticket-3: User want to have multi-tenant ability in a shared large CCE clust ### Testgrid Integration -Baidu applied for the testgrid in 2018, The original report for testgrid is [here](https://k8s-testgrid.appspot.com/conformance-cloud-provider-baiducloud). We are currently working on renewing the testgrid. +Baidu applied for the testgrid in 2018, The original report for testgrid is [here](https://testgrid.k8s.io/conformance-cloud-provider-baiducloud). We are currently working on renewing the testgrid. ### CNCF Certified Kubernetes diff --git a/keps/sig-cluster-lifecycle/kubeadm/3614-etcd-learner-mode/README.md b/keps/sig-cluster-lifecycle/kubeadm/3614-etcd-learner-mode/README.md index e69e0d75e6a..d139e1d1c82 100644 --- a/keps/sig-cluster-lifecycle/kubeadm/3614-etcd-learner-mode/README.md +++ b/keps/sig-cluster-lifecycle/kubeadm/3614-etcd-learner-mode/README.md @@ -371,7 +371,7 @@ We expect no non-infra related flakes in the last month as a GA graduation crite - : --> -[kubeadm-kinder-learner-mode-latest](https://testgrid.k8s.io/sig-cluster-lifecycle-kubeadm#kubeadm-kinder-learner-mode-latest) was added as part of the [kubeadm dashboard](https://k8s-testgrid.appspot.com/sig-cluster-lifecycle-kubeadm) since v1.27. All tests in this dashboard use the [kinder](https://github.com/kubernetes/kubeadm/tree/main/kinder) tool. +[kubeadm-kinder-learner-mode-latest](https://testgrid.k8s.io/sig-cluster-lifecycle-kubeadm#kubeadm-kinder-learner-mode-latest) was added as part of the [kubeadm dashboard](https://testgrid.k8s.io/sig-cluster-lifecycle-kubeadm) since v1.27. All tests in this dashboard use the [kinder](https://github.com/kubernetes/kubeadm/tree/main/kinder) tool. - During Alpha (disabled by default): add a new e2e test that enables the feature gate EtcdLearnerMode - During Beta (enabled by default): modify the e2e test to test the feature gate EtcdLearnerMode as disabled diff --git a/keps/sig-instrumentation/1602-structured-logging/README.md b/keps/sig-instrumentation/1602-structured-logging/README.md index e9f4574e429..86b1d18e22b 100644 --- a/keps/sig-instrumentation/1602-structured-logging/README.md +++ b/keps/sig-instrumentation/1602-structured-logging/README.md @@ -210,7 +210,7 @@ klog.InfoS("Node unavailable", "node", klog.KRef("", "nodepool-1")) As migration to new message structure will be done manually we will be focusing on logs that have the greatest impact for log querying and processing. We will be focusing on log messages Proposed plan of measurements: -* Using log data from single run of kubernetes [gce-master-scale-performance](https://k8s-testgrid.appspot.com/sig-scalability-gce#gce-master-scale-performance) tests +* Using log data from single run of kubernetes [gce-master-scale-performance](https://testgrid.k8s.io/sig-scalability-gce#gce-master-scale-performance) tests * Based on logs generated on master node * Aggregate from components: * kube-controller-manager @@ -449,7 +449,7 @@ I0129 03:30:57.673664 1 httplog.go:90] verb="GET" URI="/api/v1/namespaces/ For migration to structured API we would like to propose to remove `statusStack` and `addedInfo` arguments. Our reasons: * Log format already neglects to put metadata for them, breaking the convention. -* We didn't find any case of those fields being non empty in [gce-master-scale-performance](https://k8s-testgrid.appspot.com/sig-scalability-gce#gce-master-scale-performance) +* We didn't find any case of those fields being non empty in [gce-master-scale-performance](https://testgrid.k8s.io/sig-scalability-gce#gce-master-scale-performance) Proposed log format for http access: ```go diff --git a/keps/sig-network/1024-nodelocal-cache-dns/README.md b/keps/sig-network/1024-nodelocal-cache-dns/README.md index 5a115605ac6..2cc1d87b9bd 100644 --- a/keps/sig-network/1024-nodelocal-cache-dns/README.md +++ b/keps/sig-network/1024-nodelocal-cache-dns/README.md @@ -230,9 +230,9 @@ Per-zone metrics will be available via the metrics/prometheus plugin in CoreDNS. ### Test Plan * We are running all the existing DNS tests with NodeLocal DNSCache enabled: - - [kube-dns-performance-nodecache](https://k8s-testgrid.appspot.com/sig-network-gce#gce-kubedns-performance-nodecache) - - [coredns-performance-nodecache](https://k8s-testgrid.appspot.com/sig-network-gce#gce-coredns-performance-nodecache) - - [kube-dns-nodecache](https://k8s-testgrid.appspot.com/sig-network-gce#gci-gce-kube-dns-nodecache) + - [kube-dns-performance-nodecache](https://testgrid.k8s.io/sig-network-gce#gce-kubedns-performance-nodecache) + - [coredns-performance-nodecache](https://testgrid.k8s.io/sig-network-gce#gce-coredns-performance-nodecache) + - [kube-dns-nodecache](https://testgrid.k8s.io/sig-network-gce#gci-gce-kube-dns-nodecache) ## Graduation Criteria @@ -246,7 +246,7 @@ Per-zone metrics will be available via the metrics/prometheus plugin in CoreDNS. - Upgrade to a newer CoreDNS version(1.6.x) in [node-cache](https://github.com/kubernetes/dns/pull/328). - Add a plan for periodic upgrade to newer CoreDNS versions. -- Ensure that Kubernetes [e2e tests with NodeLocal DNSCache](https://k8s-testgrid.appspot.com/sig-network-gce#gci-gce-kube-dns-nodecache) are passing. +- Ensure that Kubernetes [e2e tests with NodeLocal DNSCache](https://testgrid.k8s.io/sig-network-gce#gci-gce-kube-dns-nodecache) are passing. - Scalability tests with NodeLocal DNSCache enabled, verifying the HA mode as well as the regular mode. - Add tests that clearly demonstrate the benefits of NodeLocal DNSCache and document the steps to run them. - Have 10 users running in production with NodeLocal DNSCache enabled. diff --git a/keps/sig-node/1539-hugepages/README.md b/keps/sig-node/1539-hugepages/README.md index 828a96bfda2..9a03ec3f866 100644 --- a/keps/sig-node/1539-hugepages/README.md +++ b/keps/sig-node/1539-hugepages/README.md @@ -540,13 +540,13 @@ locality guarantees as a feature of QoS. In particular, pods in the - Reports of successful usage of the feature for isolating huge page resources. - E2E testing validating its usage. --- https://k8s-testgrid.appspot.com/sig-node-kubelet#node-kubelet-serial&include-filter-by-regex=Feature%3AHugePages +-- https://testgrid.k8s.io/sig-node-kubelet#node-kubelet-serial&include-filter-by-regex=Feature%3AHugePages ## Graduation Criteria for HugePageStorageMediumSize - Reports of successful usage of the hugepage- resources - E2E testing validating its usage --- https://k8s-testgrid.appspot.com/sig-node-kubelet#kubelet-serial-gce-e2e-hugepages +-- https://testgrid.k8s.io/sig-node-kubelet#kubelet-serial-gce-e2e-hugepages ## Test Plan diff --git a/keps/sig-node/2043-pod-resource-concrete-assigments/README.md b/keps/sig-node/2043-pod-resource-concrete-assigments/README.md index ead6902c6e4..429f4b86b1d 100644 --- a/keps/sig-node/2043-pod-resource-concrete-assigments/README.md +++ b/keps/sig-node/2043-pod-resource-concrete-assigments/README.md @@ -263,7 +263,7 @@ The infrastructure required is expensive and it is not clear what additional tes #### Alpha - [X] Implement the new service API. -- [X] [Ensure proper e2e node tests are in place](https://k8s-testgrid.appspot.com/sig-node-kubelet#node-kubelet-serial&include-filter-by-regex=DevicePluginProbe). +- [X] [Ensure proper e2e node tests are in place](https://testgrid.k8s.io/sig-node-kubelet#node-kubelet-serial&include-filter-by-regex=DevicePluginProbe). #### Alpha to Beta Graduation - [X] Demonstrate that the endpoint can be used to replace in-tree GPU device metrics in production environments (NVIDIA, sig-node April 30, 2019). diff --git a/keps/sig-node/606-compute-device-assignment/README.md b/keps/sig-node/606-compute-device-assignment/README.md index 350efa8bbe5..6937dee18ae 100644 --- a/keps/sig-node/606-compute-device-assignment/README.md +++ b/keps/sig-node/606-compute-device-assignment/README.md @@ -191,7 +191,7 @@ covered by e2e tests #### Alpha - [X] Implement the new service API. -- [X] [Ensure proper e2e node tests are in place](https://k8s-testgrid.appspot.com/sig-node-kubelet#node-kubelet-serial&include-filter-by-regex=DevicePluginProbe). +- [X] [Ensure proper e2e node tests are in place](https://testgrid.k8s.io/sig-node-kubelet#node-kubelet-serial&include-filter-by-regex=DevicePluginProbe). #### Alpha to Beta Graduation - [X] Demonstrate that the endpoint can be used to replace in-tree GPU device metrics in production environments (NVIDIA, sig-node April 30, 2019). diff --git a/keps/sig-node/727-resource-metrics-endpoint/README.md b/keps/sig-node/727-resource-metrics-endpoint/README.md index 0847917efc2..679daf1fc0f 100644 --- a/keps/sig-node/727-resource-metrics-endpoint/README.md +++ b/keps/sig-node/727-resource-metrics-endpoint/README.md @@ -231,7 +231,7 @@ to implement this enhancement. ##### e2e tests Test the new endpoint with a node-e2e test similar to the current summary API test. -Testgrid: https://k8s-testgrid.appspot.com/sig-node-kubelet#node-kubelet-features-master&include-filter-by-regex=ResourceMetricsAPI +Testgrid: https://testgrid.k8s.io/sig-node-kubelet#node-kubelet-features-master&include-filter-by-regex=ResourceMetricsAPI ### Graduation Criteria diff --git a/keps/sig-node/757-pid-limiting/README.md b/keps/sig-node/757-pid-limiting/README.md index 6b5698fb8f9..59b6f0c8377 100644 --- a/keps/sig-node/757-pid-limiting/README.md +++ b/keps/sig-node/757-pid-limiting/README.md @@ -129,7 +129,7 @@ Beta - ensure proper node e2e test coverage is integrated verifying cgroup settings - see testing: https://github.com/kubernetes/kubernetes/blob/master/test/e2e_node/pids_test.go -https://k8s-testgrid.appspot.com/sig-node-kubelet#node-kubelet-serial&include-filter-by-regex=Feature%3ASupportPodPidsLimit +https://testgrid.k8s.io/sig-node-kubelet#node-kubelet-serial&include-filter-by-regex=Feature%3ASupportPodPidsLimit GA - assuming no negative user feedback based on production experience, promote diff --git a/keps/sig-scheduling/1258-default-pod-topology-spread/README.md b/keps/sig-scheduling/1258-default-pod-topology-spread/README.md index eb0729ba9c7..3a65cfaff70 100644 --- a/keps/sig-scheduling/1258-default-pod-topology-spread/README.md +++ b/keps/sig-scheduling/1258-default-pod-topology-spread/README.md @@ -287,7 +287,7 @@ To ensure this feature to be rolled out in high quality. Following tests are man - [X] No negative feedback. - Issue [#102136](https://github.com/kubernetes/kubernetes/issues/102136) has been fixed and backported. -- [X] [Integration test](https://k8s-testgrid.appspot.com/presubmits-kubernetes-blocking#pull-kubernetes-integration&include-filter-by-regex=TestDefaultPodTopologySpread). +- [X] [Integration test](https://testgrid.k8s.io/presubmits-kubernetes-blocking#pull-kubernetes-integration&include-filter-by-regex=TestDefaultPodTopologySpread). - [X] [E2E test]( https://testgrid.k8s.io/sig-scheduling#sig-scheduling-kind,%20multizone&include-filter-by-regex=Multi-AZ) ## Production Readiness Review Questionnaire diff --git a/keps/sig-scheduling/1923-prefer-nominated-node/README.md b/keps/sig-scheduling/1923-prefer-nominated-node/README.md index e36e8da1646..4b61e2df9e1 100644 --- a/keps/sig-scheduling/1923-prefer-nominated-node/README.md +++ b/keps/sig-scheduling/1923-prefer-nominated-node/README.md @@ -203,7 +203,7 @@ in back-to-back releases. - No negative feedback. - The feature gate `PreferNominatedNode` will graduate to GA. -- [Integration test](https://k8s-testgrid.appspot.com/presubmits-kubernetes-blocking#pull-kubernetes-integration&include-filter-by-regex=TestPreferNominatedNode). +- [Integration test](https://testgrid.k8s.io/presubmits-kubernetes-blocking#pull-kubernetes-integration&include-filter-by-regex=TestPreferNominatedNode). ## Production Readiness Review Questionnaire diff --git a/keps/sig-storage/2264-csi-release-ci-process/README.md b/keps/sig-storage/2264-csi-release-ci-process/README.md index 36827adf395..1917ac24b1b 100644 --- a/keps/sig-storage/2264-csi-release-ci-process/README.md +++ b/keps/sig-storage/2264-csi-release-ci-process/README.md @@ -244,7 +244,7 @@ driver. - Test results are visible in GitHub PRs and test failures block merging. - Test results are visible in the [SIG-Storage - testgrid](https://k8s-testgrid.appspot.com/sig-storage-kubernetes) or + testgrid](https://testgrid.k8s.io/sig-storage-kubernetes) or a sub-dashboard. - The Prow test output and/or metadata clearly shows what revisions of the different components were tested. diff --git a/keps/sig-storage/3107-csi-nodeexpandsecret/README.md b/keps/sig-storage/3107-csi-nodeexpandsecret/README.md index fab639c50ca..86bbb6a7fcc 100644 --- a/keps/sig-storage/3107-csi-nodeexpandsecret/README.md +++ b/keps/sig-storage/3107-csi-nodeexpandsecret/README.md @@ -173,7 +173,7 @@ N/A support to mentioned sidecar, the e2e tests will be added and validated using example CSI driver [tests](https://github.com/kubernetes/kubernetes/blob/master/test/e2e/storage/drivers/csi-test/driver/driver.go). - E2E test PR is available [here](https://github.com/kubernetes/kubernetes/pull/115451) - and this test has been enabled in the [testgrid](https://k8s-testgrid.appspot.com/presubmits-kubernetes-nonblocking#pull-kubernetes-e2e-gce-cos-alpha-features) + and this test has been enabled in the [testgrid](https://testgrid.k8s.io/presubmits-kubernetes-nonblocking#pull-kubernetes-e2e-gce-cos-alpha-features) ### Graduation Criteria diff --git a/keps/sig-storage/559-volume-subpath-expansion/README.md b/keps/sig-storage/559-volume-subpath-expansion/README.md index a1737886d2d..b7bb5b23a72 100644 --- a/keps/sig-storage/559-volume-subpath-expansion/README.md +++ b/keps/sig-storage/559-volume-subpath-expansion/README.md @@ -258,8 +258,8 @@ Beta->GA should occur in 1.17 after a period of Beta implmentation and not uncov Alpha 1.14 milestones achieved: * Alpha implementation: https://github.com/kubernetes/kubernetes/pull/71351 * Documentation: https://github.com/kubernetes/website/pull/11843 -* Alpha test grid: https://k8s-testgrid.appspot.com/sig-storage-kubernetes#gce-alpha-features -* Alpha node test grid: https://k8s-testgrid.appspot.com/sig-node-kubelet#node-kubelet-alpha +* Alpha test grid: https://testgrid.k8s.io/sig-storage-kubernetes#gce-alpha-features +* Alpha node test grid: https://testgrid.k8s.io/sig-node-kubelet#node-kubelet-alpha Beta 1.15 milestones achieved: * Beta implementation: https://github.com/kubernetes/kubernetes/pull/76546 @@ -270,8 +270,8 @@ Beta 1.15 milestones achieved: Stable 1.17 milestones achieved: * Stable implementation: https://github.com/kubernetes/kubernetes/pull/82578 * Documentation: https://github.com/kubernetes/website/pull/16547 -* sig-storage test grid: https://k8s-testgrid.appspot.com/sig-storage-kubernetes#gce&include-filter-by-regex=Variable -* sig-storage slow tests: https://k8s-testgrid.appspot.com/sig-storage-kubernetes#gce-slow&include-filter-by-regex=Variable +* sig-storage test grid: https://testgrid.k8s.io/sig-storage-kubernetes#gce&include-filter-by-regex=Variable +* sig-storage slow tests: https://testgrid.k8s.io/sig-storage-kubernetes#gce-slow&include-filter-by-regex=Variable ## Alternatives - Using subPathFrom A possible further implementation could derive directly from the `fieldRef` as diff --git a/keps/sig-storage/625-csi-migration/README.md b/keps/sig-storage/625-csi-migration/README.md index 9e8d120957f..bb9e13d06ba 100644 --- a/keps/sig-storage/625-csi-migration/README.md +++ b/keps/sig-storage/625-csi-migration/README.md @@ -307,7 +307,7 @@ Specifically, for each in-tree plugin corresponding CSI drivers, it havs - Full k8s storage e2e tests - Migration enabled functional e2e tests. For example: - GCE PD [migration testgrid](https://testgrid.k8s.io/provider-gcp-compute-persistent-disk-csi-driver#Migration%20Kubernetes%20Master%20Driver%20Stable). - - AWS EBS [migration testgrid](https://k8s-testgrid.appspot.com/provider-aws-ebs-csi-driver#ci-migration-test) + - AWS EBS [migration testgrid](https://testgrid.k8s.io/provider-aws-ebs-csi-driver#ci-migration-test) - Azuredisk [migration testgrid](https://testgrid.k8s.io/provider-azure-azuredisk-csi-driver#pr-azuredisk-csi-driver-e2e-migration). - Azurefile has [migration testgrid](https://testgrid.k8s.io/provider-azure-azurefile-csi-driver#pr-azurefile-csi-driver-e2e-migration). - Openstack has CSI migration tests for GCE/AWS/Azure/Cinder at [testgrid](https://testgrid.k8s.io/redhat-openshift-ocp-release-4.10-broken#Summary). And an upgrade test will be added soon in the future. diff --git a/keps/sig-windows/1301-windows-runtime-class/README.md b/keps/sig-windows/1301-windows-runtime-class/README.md index 8ebdd6aefd0..1c8b190a97d 100644 --- a/keps/sig-windows/1301-windows-runtime-class/README.md +++ b/keps/sig-windows/1301-windows-runtime-class/README.md @@ -408,7 +408,7 @@ The existing tests relying on `dockershim` will be run side by side until it is #### Unit testing with CRITest -Unit tests will be added in CRITest which is in the [Cri-Tools] repo. Tests are already running on Windows - see [testgrid](https://k8s-testgrid.appspot.com/sig-node-containerd#cri-validation-windows). +Unit tests will be added in CRITest which is in the [Cri-Tools] repo. Tests are already running on Windows - see [testgrid](https://testgrid.k8s.io/sig-node-containerd#cri-validation-windows). ### Graduation Criteria