Skip to content

Commit 873a22b

Browse files
committed
Update README about -by-repo flag
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent f7fe048 commit 873a22b

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,29 @@ Sunday 12
8080
Total 156
8181
```
8282

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+
83106
## Development
84107

85108
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`

0 commit comments

Comments
 (0)