1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2024-10-26 16:25:10 +03:00

ci: Move dco job to sanity_checks stage

If the DCO check fails we still want the pipeline to fail, but
that doesn't mean there's no value in running the other jobs to
get a better picture.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
Andrea Bolognani 2021-04-07 13:53:44 +02:00
parent 3a9f2eacf2
commit ce6d4369ba

View File

@ -1,9 +1,9 @@
stages: stages:
- prebuild
- containers - containers
- builds - builds
- docs - docs
- sanity_checks
.container_job: .container_job:
image: docker:stable image: docker:stable
@ -68,7 +68,8 @@ stages:
# this test on developer's personal forks from which # this test on developer's personal forks from which
# merge requests are submitted # merge requests are submitted
check-dco: check-dco:
stage: prebuild stage: sanity_checks
needs: []
image: registry.gitlab.com/libvirt/libvirt-ci/check-dco:master image: registry.gitlab.com/libvirt/libvirt-ci/check-dco:master
script: script:
- /check-dco - /check-dco