Skip to content

Commit 9614f0e

Browse files
authored
Merge pull request #4154 from Ritikaa96/migrate-testgrid-link
migrate testgrid dashboard URL from k8s-testgrid.appspot.com to testgrid.k8s.io
2 parents fa647b4 + 7e841ee commit 9614f0e

File tree

21 files changed

+36
-36
lines changed

21 files changed

+36
-36
lines changed

keps/sig-api-machinery/555-server-side-apply/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ repo. The integration between that repo and kubernetes/kubernetes will mainly
533533
be tested by integration tests in [test/integration/apiserver/apply](https://github.com/kubernetes/kubernetes/tree/master/test/integration/apiserver/apply)
534534
and [test/cmd](https://github.com/kubernetes/kubernetes/blob/master/test/cmd/apply.sh),
535535
as well as unit tests where applicable. The feature will also be enabled in the
536-
[alpha-features e2e test suite](https://k8s-testgrid.appspot.com/sig-release-master-blocking#gce-cos-master-alpha-features),
536+
[alpha-features e2e test suite](https://testgrid.k8s.io/sig-release-master-blocking#gce-cos-master-alpha-features),
537537
which runs every hour and everytime someone types `/test pull-kubernetes-e2e-gce-alpha-features`
538538
on a PR. This will ensure that the cluster can still start up and the other
539539
endpoints will function normally when the feature is enabled.

keps/sig-auth/1205-bound-service-account-tokens/README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -540,12 +540,12 @@ are properly reloading tokens by:
540540
- [x] Any known bugs fixed
541541
- [x] Tests passing
542542
- [x] E2E test [ServiceAccounts should mount projected service account
543-
token when requested](https://k8s-testgrid.appspot.com/sig-auth-gce#gce)
543+
token when requested](https://testgrid.k8s.io/sig-auth-gce#gce)
544544
- [x] E2E test [ServiceAccounts should set ownership and permission when
545545
RunAsUser or FsGroup is
546-
present](https://k8s-testgrid.appspot.com/sig-auth-gce#gce)
546+
present](https://testgrid.k8s.io/sig-auth-gce#gce)
547547
- [x] E2E test
548-
[ServiceAccounts should support InClusterConfig with token rotation](https://k8s-testgrid.appspot.com/sig-auth-gce#gce-slow)
548+
[ServiceAccounts should support InClusterConfig with token rotation](https://testgrid.k8s.io/sig-auth-gce#gce-slow)
549549

550550
#### RootCAConfigMap
551551

@@ -584,7 +584,7 @@ are properly reloading tokens by:
584584
* [x] Tests passing
585585

586586
- [x] Upgrade test
587-
[sig-auth-serviceaccount-admission-controller-migration](https://k8s-testgrid.appspot.com/sig-auth-gce#upgrade-tests)
587+
[sig-auth-serviceaccount-admission-controller-migration](https://testgrid.k8s.io/sig-auth-gce#upgrade-tests)
588588

589589
* [x] TokenRequest/TokenRequestProjection GA
590590

@@ -648,7 +648,7 @@ are properly reloading tokens by:
648648
* **Were upgrade and rollback tested? Was the upgrade->downgrade->upgrade path
649649
tested?**
650650
for upgrade, we have set up e2e test running here:
651-
https://k8s-testgrid.appspot.com/sig-auth-gce#upgrade-tests&width=5
651+
https://testgrid.k8s.io/sig-auth-gce#upgrade-tests&width=5
652652

653653
for downgrade, we have manually tested where a workload continues to
654654
authenticate successfully.
@@ -752,7 +752,7 @@ some monitoring details). For now, we leave it here.
752752
- Mitigations: disable the BoundServiceAccountTokenVolume feature gate in
753753
the kube-apiserver and recreate pods.
754754
- Diagnostics: "failed to generate token" in kube-apiserver log.
755-
- 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)
755+
- Testing: [e2e test](https://testgrid.k8s.io/sig-auth-gce#gce&width=5&include-filter-by-regex=ServiceAccounts%20should%20mount%20projected%20service%20account%20token)
756756

757757
- failure to create root CA config map
758758

@@ -762,7 +762,7 @@ some monitoring details). For now, we leave it here.
762762
the kube-apiserver and recreate pods.
763763
- Diagnostics: "syncing [namespace]/[configmap name] failed" in
764764
kube-controller-manager log.
765-
- 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)
765+
- 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)
766766

767767
- kubelet fails to renew token
768768

@@ -773,7 +773,7 @@ some monitoring details). For now, we leave it here.
773773
the kube-apiserver and recreate pods.
774774
- Diagnostics: "token [namespace]/[token name] expired and refresh failed"
775775
in kubelet log.
776-
- Testing: [e2e test](https://k8s-testgrid.appspot.com/sig-auth-gce#gce-slow&width=5)
776+
- Testing: [e2e test](https://testgrid.k8s.io/sig-auth-gce#gce-slow&width=5)
777777

778778
- workload fails to refresh token from disk
779779

keps/sig-cloud-provider/2390-reporting-conformance-test-results-to-testgrid/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ dashboards:
214214
test_group_name: cloud-provider-demo-e2e-conformance-release-v1.10
215215
```
216216

217-
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).
217+
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).
218218

219219
#### Lifecycle of Test Results
220220

keps/sig-cloud-provider/2392-cloud-controller-manager/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ such that these binaries can be installed via `kubectl apply -f` and the appropr
243243
running.
244244

245245
Issues such as monitoring, configuring the new binaries will generally be left to cloud provider. However they should
246-
ensure that test runs upload the logs for these new processes to [test grid](https://k8s-testgrid.appspot.com/).
246+
ensure that test runs upload the logs for these new processes to [test grid](https://testgrid.k8s.io/).
247247

248248
Applying the cloud controller manager is the only step that is different in the upgrade process.
249249
In order to complete the upgrade process, you need to apply the cloud-controller-manager deployment to the setup.

keps/sig-cloud-provider/providers/2530-alibaba-cloud/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Usage of aliyun container services can be seen from github issues in the existin
6666

6767
### Testgrid Integration
6868
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).
69-
See [report](https://k8s-testgrid.appspot.com/conformance-alibaba-cloud-provider#Alibaba%20Cloud%20Provider,%20v1.10) for more details.
69+
See [report](https://testgrid.k8s.io/conformance-alibaba-cloud-provider#Alibaba%20Cloud%20Provider,%20v1.10) for more details.
7070

7171
### CNCF Certified Kubernetes
7272
Alibaba cloud provider is accepted as part of the [Certified Kubernetes Conformance Program](https://github.com/cncf/k8s-conformance).

keps/sig-cloud-provider/providers/2531-baidu-cloud/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ CCE-ticket-3: User want to have multi-tenant ability in a shared large CCE clust
6060

6161
### Testgrid Integration
6262

63-
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.
63+
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.
6464

6565
### CNCF Certified Kubernetes
6666

keps/sig-cluster-lifecycle/kubeadm/3614-etcd-learner-mode/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ We expect no non-infra related flakes in the last month as a GA graduation crite
371371
- <test>: <link to test coverage>
372372
-->
373373

374-
[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.
374+
[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.
375375

376376
- During Alpha (disabled by default): add a new e2e test that enables the feature gate EtcdLearnerMode
377377
- During Beta (enabled by default): modify the e2e test to test the feature gate EtcdLearnerMode as disabled

keps/sig-instrumentation/1602-structured-logging/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ klog.InfoS("Node unavailable", "node", klog.KRef("", "nodepool-1"))
210210

211211
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:
212212

213-
* 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
213+
* Using log data from single run of kubernetes [gce-master-scale-performance](https://testgrid.k8s.io/sig-scalability-gce#gce-master-scale-performance) tests
214214
* Based on logs generated on master node
215215
* Aggregate from components:
216216
* kube-controller-manager
@@ -449,7 +449,7 @@ I0129 03:30:57.673664 1 httplog.go:90] verb="GET" URI="/api/v1/namespaces/
449449

450450
For migration to structured API we would like to propose to remove `statusStack` and `addedInfo` arguments. Our reasons:
451451
* Log format already neglects to put metadata for them, breaking the convention.
452-
* 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)
452+
* 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)
453453

454454
Proposed log format for http access:
455455
```go

keps/sig-network/1024-nodelocal-cache-dns/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,9 @@ Per-zone metrics will be available via the metrics/prometheus plugin in CoreDNS.
230230
### Test Plan
231231

232232
* We are running all the existing DNS tests with NodeLocal DNSCache enabled:
233-
- [kube-dns-performance-nodecache](https://k8s-testgrid.appspot.com/sig-network-gce#gce-kubedns-performance-nodecache)
234-
- [coredns-performance-nodecache](https://k8s-testgrid.appspot.com/sig-network-gce#gce-coredns-performance-nodecache)
235-
- [kube-dns-nodecache](https://k8s-testgrid.appspot.com/sig-network-gce#gci-gce-kube-dns-nodecache)
233+
- [kube-dns-performance-nodecache](https://testgrid.k8s.io/sig-network-gce#gce-kubedns-performance-nodecache)
234+
- [coredns-performance-nodecache](https://testgrid.k8s.io/sig-network-gce#gce-coredns-performance-nodecache)
235+
- [kube-dns-nodecache](https://testgrid.k8s.io/sig-network-gce#gci-gce-kube-dns-nodecache)
236236

237237

238238
## Graduation Criteria
@@ -246,7 +246,7 @@ Per-zone metrics will be available via the metrics/prometheus plugin in CoreDNS.
246246

247247
- Upgrade to a newer CoreDNS version(1.6.x) in [node-cache](https://github.com/kubernetes/dns/pull/328).
248248
- Add a plan for periodic upgrade to newer CoreDNS versions.
249-
- Ensure that Kubernetes [e2e tests with NodeLocal DNSCache](https://k8s-testgrid.appspot.com/sig-network-gce#gci-gce-kube-dns-nodecache) are passing.
249+
- Ensure that Kubernetes [e2e tests with NodeLocal DNSCache](https://testgrid.k8s.io/sig-network-gce#gci-gce-kube-dns-nodecache) are passing.
250250
- Scalability tests with NodeLocal DNSCache enabled, verifying the HA mode as well as the regular mode.
251251
- Add tests that clearly demonstrate the benefits of NodeLocal DNSCache and document the steps to run them.
252252
- Have 10 users running in production with NodeLocal DNSCache enabled.

keps/sig-node/1539-hugepages/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -540,13 +540,13 @@ locality guarantees as a feature of QoS. In particular, pods in the
540540

541541
- Reports of successful usage of the feature for isolating huge page resources.
542542
- E2E testing validating its usage.
543-
-- https://k8s-testgrid.appspot.com/sig-node-kubelet#node-kubelet-serial&include-filter-by-regex=Feature%3AHugePages
543+
-- https://testgrid.k8s.io/sig-node-kubelet#node-kubelet-serial&include-filter-by-regex=Feature%3AHugePages
544544

545545
## Graduation Criteria for HugePageStorageMediumSize
546546

547547
- Reports of successful usage of the hugepage-<size> resources
548548
- E2E testing validating its usage
549-
-- https://k8s-testgrid.appspot.com/sig-node-kubelet#kubelet-serial-gce-e2e-hugepages
549+
-- https://testgrid.k8s.io/sig-node-kubelet#kubelet-serial-gce-e2e-hugepages
550550

551551
## Test Plan
552552

keps/sig-node/2043-pod-resource-concrete-assigments/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ The infrastructure required is expensive and it is not clear what additional tes
263263

264264
#### Alpha
265265
- [X] Implement the new service API.
266-
- [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).
266+
- [X] [Ensure proper e2e node tests are in place](https://testgrid.k8s.io/sig-node-kubelet#node-kubelet-serial&include-filter-by-regex=DevicePluginProbe).
267267

268268
#### Alpha to Beta Graduation
269269
- [X] Demonstrate that the endpoint can be used to replace in-tree GPU device metrics in production environments (NVIDIA, sig-node April 30, 2019).

keps/sig-node/606-compute-device-assignment/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ covered by e2e tests
191191

192192
#### Alpha
193193
- [X] Implement the new service API.
194-
- [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).
194+
- [X] [Ensure proper e2e node tests are in place](https://testgrid.k8s.io/sig-node-kubelet#node-kubelet-serial&include-filter-by-regex=DevicePluginProbe).
195195

196196
#### Alpha to Beta Graduation
197197
- [X] Demonstrate that the endpoint can be used to replace in-tree GPU device metrics in production environments (NVIDIA, sig-node April 30, 2019).

keps/sig-node/727-resource-metrics-endpoint/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ to implement this enhancement.
231231
##### e2e tests
232232

233233
Test the new endpoint with a node-e2e test similar to the current summary API test.
234-
Testgrid: https://k8s-testgrid.appspot.com/sig-node-kubelet#node-kubelet-features-master&include-filter-by-regex=ResourceMetricsAPI
234+
Testgrid: https://testgrid.k8s.io/sig-node-kubelet#node-kubelet-features-master&include-filter-by-regex=ResourceMetricsAPI
235235

236236
### Graduation Criteria
237237

keps/sig-node/757-pid-limiting/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Beta
129129
- ensure proper node e2e test coverage is integrated verifying cgroup settings
130130
- see testing:
131131
https://github.com/kubernetes/kubernetes/blob/master/test/e2e_node/pids_test.go
132-
https://k8s-testgrid.appspot.com/sig-node-kubelet#node-kubelet-serial&include-filter-by-regex=Feature%3ASupportPodPidsLimit
132+
https://testgrid.k8s.io/sig-node-kubelet#node-kubelet-serial&include-filter-by-regex=Feature%3ASupportPodPidsLimit
133133

134134
GA
135135
- assuming no negative user feedback based on production experience, promote

keps/sig-scheduling/1258-default-pod-topology-spread/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ To ensure this feature to be rolled out in high quality. Following tests are man
287287

288288
- [X] No negative feedback.
289289
- Issue [#102136](https://github.com/kubernetes/kubernetes/issues/102136) has been fixed and backported.
290-
- [X] [Integration test](https://k8s-testgrid.appspot.com/presubmits-kubernetes-blocking#pull-kubernetes-integration&include-filter-by-regex=TestDefaultPodTopologySpread).
290+
- [X] [Integration test](https://testgrid.k8s.io/presubmits-kubernetes-blocking#pull-kubernetes-integration&include-filter-by-regex=TestDefaultPodTopologySpread).
291291
- [X] [E2E test]( https://testgrid.k8s.io/sig-scheduling#sig-scheduling-kind,%20multizone&include-filter-by-regex=Multi-AZ)
292292

293293
## Production Readiness Review Questionnaire

keps/sig-scheduling/1923-prefer-nominated-node/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ in back-to-back releases.
203203

204204
- No negative feedback.
205205
- The feature gate `PreferNominatedNode` will graduate to GA.
206-
- [Integration test](https://k8s-testgrid.appspot.com/presubmits-kubernetes-blocking#pull-kubernetes-integration&include-filter-by-regex=TestPreferNominatedNode).
206+
- [Integration test](https://testgrid.k8s.io/presubmits-kubernetes-blocking#pull-kubernetes-integration&include-filter-by-regex=TestPreferNominatedNode).
207207

208208
## Production Readiness Review Questionnaire
209209

keps/sig-storage/2264-csi-release-ci-process/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ driver.
244244

245245
- Test results are visible in GitHub PRs and test failures block merging.
246246
- Test results are visible in the [SIG-Storage
247-
testgrid](https://k8s-testgrid.appspot.com/sig-storage-kubernetes) or
247+
testgrid](https://testgrid.k8s.io/sig-storage-kubernetes) or
248248
a sub-dashboard.
249249
- The Prow test output and/or metadata clearly shows what revisions of the
250250
different components were tested.

keps/sig-storage/3107-csi-nodeexpandsecret/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ N/A
173173
support to mentioned sidecar, the e2e tests will be added and validated using
174174
example CSI driver [tests](https://github.com/kubernetes/kubernetes/blob/master/test/e2e/storage/drivers/csi-test/driver/driver.go).
175175
- E2E test PR is available [here](https://github.com/kubernetes/kubernetes/pull/115451)
176-
and this test has been enabled in the [testgrid](https://k8s-testgrid.appspot.com/presubmits-kubernetes-nonblocking#pull-kubernetes-e2e-gce-cos-alpha-features)
176+
and this test has been enabled in the [testgrid](https://testgrid.k8s.io/presubmits-kubernetes-nonblocking#pull-kubernetes-e2e-gce-cos-alpha-features)
177177

178178
### Graduation Criteria
179179

keps/sig-storage/559-volume-subpath-expansion/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ Beta->GA should occur in 1.17 after a period of Beta implmentation and not uncov
258258
Alpha 1.14 milestones achieved:
259259
* Alpha implementation: https://github.com/kubernetes/kubernetes/pull/71351
260260
* Documentation: https://github.com/kubernetes/website/pull/11843
261-
* Alpha test grid: https://k8s-testgrid.appspot.com/sig-storage-kubernetes#gce-alpha-features
262-
* Alpha node test grid: https://k8s-testgrid.appspot.com/sig-node-kubelet#node-kubelet-alpha
261+
* Alpha test grid: https://testgrid.k8s.io/sig-storage-kubernetes#gce-alpha-features
262+
* Alpha node test grid: https://testgrid.k8s.io/sig-node-kubelet#node-kubelet-alpha
263263

264264
Beta 1.15 milestones achieved:
265265
* Beta implementation: https://github.com/kubernetes/kubernetes/pull/76546
@@ -270,8 +270,8 @@ Beta 1.15 milestones achieved:
270270
Stable 1.17 milestones achieved:
271271
* Stable implementation: https://github.com/kubernetes/kubernetes/pull/82578
272272
* Documentation: https://github.com/kubernetes/website/pull/16547
273-
* sig-storage test grid: https://k8s-testgrid.appspot.com/sig-storage-kubernetes#gce&include-filter-by-regex=Variable
274-
* sig-storage slow tests: https://k8s-testgrid.appspot.com/sig-storage-kubernetes#gce-slow&include-filter-by-regex=Variable
273+
* sig-storage test grid: https://testgrid.k8s.io/sig-storage-kubernetes#gce&include-filter-by-regex=Variable
274+
* sig-storage slow tests: https://testgrid.k8s.io/sig-storage-kubernetes#gce-slow&include-filter-by-regex=Variable
275275

276276
## Alternatives - Using subPathFrom
277277
A possible further implementation could derive directly from the `fieldRef` as

keps/sig-storage/625-csi-migration/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ Specifically, for each in-tree plugin corresponding CSI drivers, it havs
307307
- Full k8s storage e2e tests
308308
- Migration enabled functional e2e tests. For example:
309309
- GCE PD [migration testgrid](https://testgrid.k8s.io/provider-gcp-compute-persistent-disk-csi-driver#Migration%20Kubernetes%20Master%20Driver%20Stable).
310-
- AWS EBS [migration testgrid](https://k8s-testgrid.appspot.com/provider-aws-ebs-csi-driver#ci-migration-test)
310+
- AWS EBS [migration testgrid](https://testgrid.k8s.io/provider-aws-ebs-csi-driver#ci-migration-test)
311311
- Azuredisk [migration testgrid](https://testgrid.k8s.io/provider-azure-azuredisk-csi-driver#pr-azuredisk-csi-driver-e2e-migration).
312312
- Azurefile has [migration testgrid](https://testgrid.k8s.io/provider-azure-azurefile-csi-driver#pr-azurefile-csi-driver-e2e-migration).
313313
- 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.

keps/sig-windows/1301-windows-runtime-class/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ The existing tests relying on `dockershim` will be run side by side until it is
408408
409409
#### Unit testing with CRITest
410410
411-
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).
411+
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).
412412
413413
### Graduation Criteria
414414

0 commit comments

Comments
 (0)