[all PATCH v2] gitlab: add CI job for validating DCO signoff

Andrea Bolognani abologna at redhat.com
Thu Apr 23 08:02:06 UTC 2020


On Wed, 2020-04-22 at 18:31 +0100, Daniel P. Berrangé wrote:
> +# Check that all commits are signed-off for the DCO.
> +# Skip on "libvirt" namespace, since we only need to run
> +# this test on developer's personal forks from which
> +# merge requests are submitted
> +check-dco:
> +  stage: prebuild
> +  image: registry.gitlab.com/libvirt/libvirt-ci/check-dco:master
> +  script:
> +    - /check-dco
> +  except:
> +    variables:
> +      - $CI_PROJECT_NAMESPACE == 'libvirt'

I still don't understand why we can't keep things simple and just run
the check everywhere, but I think I'm done arguing :)

Reviewed-by: Andrea Bolognani <abologna at redhat.com>

-- 
Andrea Bolognani / Red Hat / Virtualization




More information about the libvir-list mailing list