[libvirt PATCH 4/6] ci: run Cirrus-based builds sooner

Ján Tomko jtomko at redhat.com
Fri Jul 31 15:15:00 UTC 2020


Jobs using cirrus-run don't need to wait for any jobs from
the container stage. Run them as soon as possible.

Signed-off-by: Ján Tomko <jtomko at redhat.com>
Reviewed-by: Andrea Bolognani <abologna at redhat.com>
---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a74e03fca0..dbadbecbce 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -70,6 +70,7 @@ stages:
 .cirrus_build_job_template: &cirrus_build_job_definition
   stage: builds
   image: registry.gitlab.com/libvirt/libvirt-ci/cirrus-run:master
+  needs: []
   script:
     - source ci/cirrus/libvirt-$NAME.vars
     - sed -e "s|[@]CI_REPOSITORY_URL@|$CI_REPOSITORY_URL|g"
-- 
2.26.2




More information about the libvir-list mailing list