summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrea Bolognani <abologna@redhat.com>2021-04-07 13:53:44 +0200
committerAndrea Bolognani <abologna@redhat.com>2021-04-07 13:56:24 +0200
commitce6d4369ba1c9c3c756b3f3cd438be8df397464e (patch)
tree4cfc6d55358503eff1af86858c14c1941c55a322 /.gitlab-ci.yml
parent3a9f2eacf2526aaa2567491d361cb06b459c4607 (diff)
downloadlibvirt-python-ce6d4369ba1c9c3c756b3f3cd438be8df397464e.tar.gz
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>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 136369c..dc41370 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,9 +1,9 @@
stages:
- - prebuild
- containers
- builds
- docs
+ - sanity_checks
.container_job:
image: docker:stable
@@ -68,7 +68,8 @@ stages:
# this test on developer's personal forks from which
# merge requests are submitted
check-dco:
- stage: prebuild
+ stage: sanity_checks
+ needs: []
image: registry.gitlab.com/libvirt/libvirt-ci/check-dco:master
script:
- /check-dco