File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,29 @@ Sunday 12
80
80
Total 156
81
81
```
82
82
83
+ You can use the ` -by-repo ` flag to get a detailed breakdown of usage by GitHub repository - sorted by number of builds.
84
+
85
+ ```
86
+ Longest build: 4h12m40s
87
+ Average build time: 2m37s
88
+
89
+ Repo Builds Success Failure Cancelled Skipped Total Average Longest
90
+ actuated-samples/k3sup-matrix-test 144 140 1 3 0 1h31m33s 38s 2m0s
91
+ actuated-samples/specs 36 25 0 11 0 6m15s 10s 25s
92
+ actuated-samples/minty 24 6 18 0 0 2m32s 6s 10s
93
+ actuated-samples/debug-ssh 17 12 1 4 0 9h12m33s 32m30s 4h12m40s
94
+ actuated-samples/matrix-build 14 14 0 0 0 31s 2s 4s
95
+ actuated-samples/dns 9 3 0 6 0 40s 4s 18s
96
+ actuated-samples/ebpf 5 2 3 0 0 39s 8s 9s
97
+ actuated-samples/cilium-test 4 1 3 0 0 9m16s 2m19s 6m49s
98
+ actuated-samples/openfaas-helm 4 2 2 0 0 3m42s 56s 1m54s
99
+ actuated-samples/ivan-ssl 3 3 0 0 0 13s 4s 5s
100
+ actuated-samples/kind-tester 1 0 1 0 0 14m56s 14m56s 14m56s
101
+ actuated-samples/kernel-builder-linux-6.0 1 1 0 0 0 1m16s 1m16s 1m16s
102
+
103
+ Total usage: 11h24m6s (684 mins)
104
+ ```
105
+
83
106
## Development
84
107
85
108
All changes must be proposed with an Issue prior to working on them or sending a PR. Commits must have a sign-off message, i.e. ` git commit -s `
You can’t perform that action at this time.
0 commit comments