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