Skip to content

Instantly share code, notes, and snippets.

@rjsadow
Created August 22, 2023 18:06
Show Gist options
  • Save rjsadow/c5d1695c73842e53449a772f00b00116 to your computer and use it in GitHub Desktop.
Save rjsadow/c5d1695c73842e53449a772f00b00116 to your computer and use it in GitHub Desktop.
cluster-migration tool basic
From test-infra
|→ cd hack/cluster-migration/
|→ go run main.go
Total jobs: 3117
Total eligible jobs: 1685
Currently ineligible jobs: 1432
Cluster Eligible/Total (Percent)
----------------------------------------------------------
default 200/1632 (11.87%/52.36%)
eks-prow-build-cluster 698/698 (41.42%/22.39%)
k8s-infra-prow-build 503/503 (29.85%/16.14%)
k8s-infra-prow-build-trusted 255/255 (15.13%/8.18%)
test-infra-trusted 29/29 (1.72%/0.93%)
Google jobs 200/1632 (11.87%/52.36%)
Community jobs 1485/1485 (88.13%/47.64%)
@rjsadow
Copy link
Author

rjsadow commented Aug 22, 2023

This output give general information on the state of the transition and jobs running in each cluster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment