]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
ci: run Cirrus-based builds sooner
authorJán Tomko <jtomko@redhat.com>
Tue, 28 Jul 2020 23:06:30 +0000 (01:06 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 3 Aug 2020 06:35:22 +0000 (08:35 +0200)
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@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Neal Gompa <ngompa13@gmail.com>
.gitlab-ci.yml

index eed13b58ea4701d63815698bfcf978834d757b53..e62e2b37b5be0d57ffe6efc6c8a516cea835d847 100644 (file)
@@ -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"