Skip to content

Commit 7e841ee

Browse files
committed
migrate testgrid dashboard URL from k8s-testgrid.appspot.com to testgrid.k8s.io
Signed-off-by: Ritikaa96 <[email protected]>
1 parent 19975ac commit 7e841ee

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 8 additions & 8 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 4 additions & 4 deletions
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

Lines changed: 2 additions & 2 deletions
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

0 commit comments

Comments
 (0)