Skip to content

CI: Allow checkpatch to fail without failing the whole pipeline

Philipp Rosenberger requested to merge ilu0x17/linux:revpi-6.1 into revpi-6.1

There are many circumstances in which it is okay for checkpatch to fail:

  • an external patch is applied (e.g. from rpi)
  • false positive (e.g. can't find a patch which is referenced in the comit message)
  • ...

Allow the checkpatch job to fail, without failing the comple pipeline. https://docs.gitlab.com/ee/ci/yaml/index.html#allow_failure

Signed-off-by: Philipp Rosenberger p.rosenberger@kunbus.com

Merge request reports