Jump to content

CI tags

From postmarketOS Wiki
Revision as of 11:40, 21 August 2019 by MayeulC (talk | contribs) (Add a basic CI tags page, feel free to extend.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

You can add various tags in the commit message to modify the continuous integration behaviour for your merge requests.

Common tags

[ci:skip-ci]
Do not run the CI for the merge request


pmaports tags

[ci:skip-build]
Allow skipping the package build step by specifying "[ci:skip-build]" in the commit message. In contrary to the usual "skip ci" method, this will still run all the other CI checks.
Introduced in merge request 210
[ci:ignore-count]
Allow skipping the "too many packages changed" check by specifying "ci:ignore-count" in the commit message.
Introduced in merge request 210
[ci:skip-vercheck]
Skip version check
Introduced in merge request 382