Commit 1832a99d47

1832a99d47c4dcaa945ecf2f6e2b88e323dceacf

parent: c72da83f1a

Verified · cmc ci/build: success ci/test: success

cmc <hello@cleberg.net> · 2026-09-10 03:41 UTC

wiki: Users states the ci.yml caps

Ref #184
.gitbay/wiki/Users.org +6
@@ -463,6 +463,12 @@ jobs:
463463 - go test ./...
464464#+end_src
465465
466A config holds at most ten jobs of fifty steps each, each step under
4674096 bytes, in a file under 64 KiB; a longer step runs a script from the
468repository (=- sh ci/publish.sh=). A config past a cap, or otherwise
469unparseable, records a failed =ci/config= status on the commit and
470queues nothing, so look there when a push builds nothing.
471
466472Each job becomes a build (=build list=, =build log=, the builds tab on
467473the web) and a =ci/<job>= commit status, which =repo settings
468474require-checks= can gate merges on. Steps run with =sh -c= on the